| Interface | Description |
|---|---|
| IButton |
The button control.
|
| ICellLinkControl |
Common members of controls that have CellLink property
|
| ICellLinkControlT<T> |
Common members of controls that have CellLink property
|
| ICheckBox |
The check box control.
|
| IContentControl |
Common members of controls that have text content to display.
|
| IControl |
The base of form controls.
|
| IControlCollection |
Common members of form control collections
|
| IControlT<T extends IControlT<T>> |
Generic type members of form controls
|
| IDropDown |
The drop down control.
|
| IDropDownItemList |
Prevents generic type parameter erasure for
IItemList<DropDownItem> . |
| IGroupBox |
The group box control.
|
| IItemCollection<T> |
Holds the collection of items that constitute the content of an
ISelector. |
| IItemList<T> |
Holds the list of items that constitute the content of an
ISelector. |
| ILabel |
The label control.
|
| IListBox |
The list box control.
|
| IListBoxItemCollection |
Prevents generic type parameter erasure for
IItemCollection<ListBoxItem> . |
| IListBoxItemList |
Prevents generic type parameter erasure for
IItemList<ListBoxItem> . |
| IOptionButton |
The option button control.
|
| IRangeBase |
Represents an element that has a value within a specific range.
|
| IScrollBar |
The scrollbar control.
|
| ISelector |
Represents a control that allows a user to select items from among its child elements.
|
| ISelectorT<T extends SelectorItem,TCollection extends IItemList<T>> |
Represents a control that allows a user to select items from among its child elements.
|
| ISpinner |
The spinner control.
|
| Enum | Description |
|---|---|
| FormControlOrientation |
Defines the different orientations that a control or layout can have.
|
| FormControlType |
Represents the type of form controls.
|