Package com.spinyowl.legui.component
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 TypeMethodDescriptionReturns current text state.voidsetTextState(TextState textState) Used to set text state
-
Method Details
-
getTextState
TextState getTextState()Returns current text state.- Returns:
- text state of component.
-
setTextState
Used to set text state- Parameters:
textState- new text state to set.- Throws:
NullPointerException- in case if textState is null.
-