Package org.jboss.hal.ballroom.form
Class TagsItem<T>
- java.lang.Object
-
- org.jboss.hal.ballroom.form.AbstractFormItem<T>
-
- org.jboss.hal.ballroom.form.TagsItem<T>
-
- All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasValueChangeHandlers<T>,com.google.gwt.event.shared.HasHandlers,com.google.gwt.user.client.TakesValue<T>,com.google.gwt.user.client.ui.Focusable,com.google.gwt.user.client.ui.HasEnabled,com.google.gwt.user.client.ui.HasName,com.google.gwt.user.client.ui.HasValue<T>,Attachable,FormItem<T>
- Direct Known Subclasses:
ListItem,PropertiesItem
public abstract class TagsItem<T> extends AbstractFormItem<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract voidaddTag(T tag)StringallowedCharacters()voidonSuggest(String suggestion)abstract voidremoveTag(T tag)booleansupportsExpressions()-
Methods inherited from class org.jboss.hal.ballroom.form.AbstractFormItem
addEncryptExpressionHandler, addResolveExpressionHandler, addValidationHandler, addValueChangeHandler, assignDefaultValue, attach, clearError, clearValue, detach, element, fireEvent, getExpressionValue, getId, getLabel, getName, getTabIndex, getValue, isDeprecated, isEnabled, isExpressionAllowed, isExpressionValue, isModified, isRequired, isRestricted, isUndefined, mask, registerSuggestHandler, setAccessKey, setDeprecated, setEnabled, setExpressionAllowed, setExpressionValue, setFocus, setId, setLabel, setModified, setName, setRequired, setRestricted, setTabIndex, setUndefined, setValue, setValue, showError, unmask, validate
-
-
-
-
Method Detail
-
supportsExpressions
public boolean supportsExpressions()
-
allowedCharacters
public String allowedCharacters()
-
onSuggest
public void onSuggest(String suggestion)
- Overrides:
onSuggestin classAbstractFormItem<T>
-
addTag
public abstract void addTag(T tag)
-
removeTag
public abstract void removeTag(T tag)
-
-