Interface TextComponent

All Known Implementing Classes:
AbstractTextComponent, Button, CheckBox, Label, PasswordInput, RadioButton, SelectBox.SelectBoxElement, TextArea, TextAreaField, TextInput, ToggleButton, Tooltip

public interface TextComponent
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns current text state.
    void
    Used to set text state
  • Method Details

    • getTextState

      TextState getTextState()
      Returns current text state.
      Returns:
      text state of component.
    • setTextState

      void setTextState(TextState textState) throws NullPointerException
      Used to set text state
      Parameters:
      textState - new text state to set.
      Throws:
      NullPointerException - in case if textState is null.