Class ListBoxField

All Implemented Interfaces:
IFormField, IAbstractElement, IBlockElement, IElement, IPropertyContainer, IAccessibleElement

public class ListBoxField extends AbstractSelectField
A field that represents a control for selecting one or several of the provided options.
  • Constructor Details

    • ListBoxField

      public ListBoxField (String id, int size, boolean allowMultipleSelection)
      Create a new list box field.
      Parameters:
      size - the size of the list box, which will define the height of visible properties, shall be greater than zero
      allowMultipleSelection - a boolean flag that defines whether multiple options are allowed to be selected at once
      id - the id
  • Method Details