public abstract class TagsItem<T> extends AbstractFormItem<T>
| Modifier | Constructor and Description |
|---|---|
protected |
TagsItem(String name,
String label,
com.google.gwt.safehtml.shared.SafeHtml inputHelp,
Set<Decoration> editingDecorations,
TagsMapping<T> mapping) |
| Modifier and Type | Method and Description |
|---|---|
void |
onSuggest(String suggestion) |
boolean |
supportsExpressions() |
addAppearance, addResolveExpressionHandler, addValidationHandler, addValueChangeHandler, asElement, assignDefaultValue, attach, 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, validateprotected TagsItem(String name, String label, com.google.gwt.safehtml.shared.SafeHtml inputHelp, Set<Decoration> editingDecorations, TagsMapping<T> mapping)
public boolean supportsExpressions()
public void onSuggest(String suggestion)
onSuggest in class AbstractFormItem<T>Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.