Class PickerIcon

All Implemented Interfaces:
HasHandlers, HasFormItemClickHandlers

public class PickerIcon extends FormItemIcon
Convenience class for setting pickers for form fields. This is a specialized subclass of FormItemIcon that sets up the correct picker dimensions and spacing.

A set of standard pickers are provided as a part of the library.

See Also:
  • Field Details

  • Constructor Details

    • PickerIcon

      public PickerIcon(PickerIconName name)
      Create a new FormItemIcon with the specific icon.
      Parameters:
      name - the icon name
    • PickerIcon

      public PickerIcon(PickerIconName name, FormItemClickHandler clickHandler)
      Create a new FormItemIcon with the specific icon.
      Parameters:
      name - the icon
      clickHandler - the header control click handler