public class TextBoxItem extends AbstractFormItem<String>
| Constructor and Description |
|---|
TextBoxItem(String name) |
TextBoxItem(String name,
String label) |
TextBoxItem(String name,
String label,
String hint) |
| Modifier and Type | Method and Description |
|---|---|
void |
attach()
Calls
SuggestHandler.attach() in case there was one registered. |
boolean |
isEmpty() |
void |
onSuggest(String suggestion) |
boolean |
supportsExpressions() |
addAppearance, addResolveExpressionHandler, addValidationHandler, addValueChangeHandler, asElement, assignDefaultValue, clearError, clearValue, detach, fireEvent, getExpressionValue, getId, getLabel, getName, getTabIndex, getValue, isDeprecated, isEnabled, isExpressionAllowed, isExpressionValue, isModified, isRequired, isRestricted, isUndefined, mask, modifyExpressionValue, modifyValue, registerSuggestHandler, remember, setAccessKey, setDeprecated, setEnabled, setExpressionAllowed, setExpressionValue, setFocus, setId, setLabel, setModified, setName, setRequired, setRestricted, setTabIndex, setUndefined, setValue, setValue, showError, unmask, validatepublic TextBoxItem(String name)
public void attach()
AbstractFormItemSuggestHandler.attach() in case there was one registered. If you override this method, please
call super.attach() to keep this behaviour.attach in interface Attachableattach in class AbstractFormItem<String>public boolean isEmpty()
public boolean supportsExpressions()
public void onSuggest(String suggestion)
onSuggest in class AbstractFormItem<String>Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.