Package org.jboss.hal.ballroom.form
Class PropertiesItem
- java.lang.Object
-
- org.jboss.hal.ballroom.form.AbstractFormItem<T>
-
- org.jboss.hal.ballroom.form.TagsItem<Map<String,String>>
-
- org.jboss.hal.ballroom.form.PropertiesItem
-
- All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasValueChangeHandlers<Map<String,String>>,com.google.gwt.event.shared.HasHandlers,com.google.gwt.user.client.TakesValue<Map<String,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,String>>,Attachable,FormItem<Map<String,String>>
public class PropertiesItem extends TagsItem<Map<String,String>>
-
-
Constructor Summary
Constructors Constructor Description PropertiesItem(String name)PropertiesItem(String name, String label)PropertiesItem(String name, String label, com.google.gwt.safehtml.shared.SafeHtml inputHelp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddTag(Map<String,String> tag)StringallowedCharacters()voidattach()CallsSuggestHandler.attach()in case there was one registered.booleanisEmpty()voidremoveTag(Map<String,String> tag)-
Methods inherited from class org.jboss.hal.ballroom.form.TagsItem
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, setTabIndex, setUndefined, setValue, setValue, showError, unmask, validate
-
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
- Returns:
- if this form item has no value.
-
allowedCharacters
public String allowedCharacters()
- Overrides:
allowedCharactersin classTagsItem<Map<String,String>>
-
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,String>>
-
-