Class NumberSelectItem

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

    public class NumberSelectItem
    extends AbstractFormItem<Long>
    A form item to select from a small set of distinct numbers using a button group.
    • Constructor Detail

      • NumberSelectItem

        public NumberSelectItem​(String name,
                                long[] numbers)
    • Method Detail

      • isEmpty

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

        public boolean supportsExpressions()