Uses of Class
com.jbstrap.ui.components.form.items.TextItem
Packages that use TextItem
-
Uses of TextItem in com.jbstrap.ui.components.form.items
Methods in com.jbstrap.ui.components.form.items that return TextItemModifier and TypeMethodDescriptionfinal TextItem
TextItem.forceTextArea
(boolean forceTextArea) Sets if the text area is forced, regardless of the character length.TextItem.setDefaultValue
(Object defaultValue) Sets the default value of the fieldfinal TextItem
Sets the specified input mask on the text input field.final TextItem
TextItem.setMaxLength
(int maxLength) Sets the maximum allowed length of the text item.