Skip to content

Wrong javadoc for a method #51

@MarekChr

Description

@MarekChr

Method setTextFieldsVisible has a wrong javadoc. This javadoc corespons to setClearButtonVisible method

/**
 * Sets displaying a clear button in the datepicker when it has value.
 * <p>
 * The clear button is an icon, which can be clicked to set the datepicker
 * value to {@code null}.
 *
 * @param clearButtonVisible
 *            {@code true} to display the clear button, {@code false} to
 *            hide it
 */
public void setTextFieldsVisible(boolean textFieldsVisible) {
    getElement().setProperty("hideTextFields", !textFieldsVisible);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions