Class 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 Detail

      • supportsExpressions

        public boolean supportsExpressions()
      • allowedCharacters

        public String allowedCharacters()
      • addTag

        public abstract void addTag​(T tag)
      • removeTag

        public abstract void removeTag​(T tag)