Class IdentityAttributeItem
- java.lang.Object
-
- org.jboss.hal.ballroom.form.AbstractFormItem<T>
-
- org.jboss.hal.ballroom.form.TagsItem<Map<String,List<String>>>
-
- org.jboss.hal.client.runtime.subsystem.elytron.IdentityAttributeItem
-
- All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasValueChangeHandlers<Map<String,List<String>>>,com.google.gwt.event.shared.HasHandlers,com.google.gwt.user.client.TakesValue<Map<String,List<String>>>,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<Map<String,List<String>>>,Attachable,FormItem<Map<String,List<String>>>
public class IdentityAttributeItem extends TagsItem<Map<String,List<String>>>
-
-
Constructor Summary
Constructors Constructor Description IdentityAttributeItem(String name, String label)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTag(Map<String,List<String>> tag)voidattach()CallsSuggestHandler.attach()in case there was one registered.booleanisEmpty()voidremoveTag(Map<String,List<String>> tag)-
Methods inherited from class org.jboss.hal.ballroom.form.TagsItem
allowedCharacters, onSuggest, supportsExpressions
-
Methods inherited from class org.jboss.hal.ballroom.form.AbstractFormItem
addEncryptExpressionHandler, addResolveExpressionHandler, addValidationHandler, addValueChangeHandler, assignDefaultValue, 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, setStability, setTabIndex, setUndefined, setValue, setValue, showError, unmask, validate
-
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Returns:
- if this form item has no value.
-
attach
public void attach()
Description copied from class:AbstractFormItemCallsSuggestHandler.attach()in case there was one registered. If you override this method, please callsuper.attach()to keep this behaviour.- Specified by:
attachin interfaceAttachable- Overrides:
attachin classAbstractFormItem<Map<String,List<String>>>
-
-