Class StaticItem

  • All Implemented Interfaces:
    com.google.gwt.event.logical.shared.HasValueChangeHandlers<String>, com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.TakesValue<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<String>, Attachable, FormItem<String>

    public class StaticItem
    extends AbstractFormItem<String>
    • Constructor Detail

      • StaticItem

        public StaticItem​(String name,
                          String label)
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Returns:
        if this form item has no value.
      • supportsExpressions

        public boolean supportsExpressions()