public class PasswordItem extends AbstractFormItem<String>
| Constructor and Description |
|---|
PasswordItem(String name,
String label) |
| Modifier and Type | Method and Description |
|---|---|
void |
attach()
Calls
SuggestHandler.attach() in case there was one registered. |
boolean |
isEmpty() |
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, onSuggest, registerSuggestHandler, remember, setAccessKey, setDeprecated, setEnabled, setExpressionAllowed, setExpressionValue, setFocus, setId, setLabel, setModified, setName, setRequired, setRestricted, setTabIndex, setUndefined, setValue, setValue, showError, unmask, validatepublic 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()
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.