All Classes Interface Summary Class Summary Enum Summary
| Class |
Description |
| AbstractColorFactor<SELF extends AbstractColorFactor<SELF>> |
|
| AbstractUiCustomWidget<W extends UiWidget> |
|
| AbstractUiWidget |
Abstract base implementation of UiWidget.
|
| AbstractUiWidgetFactory<F extends UiSingleWidgetFactory<?>> |
|
| Alpha |
This ColorSegment represents the alpha value of a color what is its opacity.
|
| AttributeFeatureClick |
|
| AttributeFeatureMedia |
Interface to read and write attributes of a media player.
|
| AttributeFeaturePlayback |
Interface to handle all features related to playback (of audio or video).
|
| AttributeFeatureVolume |
Interface to read and write attributes of a media player.
|
| AttributeReadAttached |
|
| AttributeReadEnabled |
|
| AttributeReadId |
|
| AttributeReadLanguage |
|
| AttributeReadMimetype |
|
| AttributeReadMultiSelection |
|
| AttributeReadPosition |
Interface to read the position as X and Y coordinates.
|
| AttributeReadProgrammatic |
|
| AttributeReadSelection<V> |
|
| AttributeReadSelections<V> |
|
| AttributeReadSize |
|
| AttributeReadText |
|
| AttributeReadTitle |
|
| AttributeReadUrl |
|
| AttributeReadValid |
|
| AttributeReadValue<V> |
|
| AttributeReadVisible |
|
| AttributeWriteAltText |
|
| AttributeWriteAutocomplete |
|
| AttributeWriteClosable |
|
| AttributeWriteCollapsed |
|
| AttributeWriteCollapsible |
|
| AttributeWriteEnabled |
|
| AttributeWriteId |
|
| AttributeWriteImage |
|
| AttributeWriteMaximized |
|
| AttributeWriteMinimized |
|
| AttributeWriteMoveable |
|
| AttributeWriteMultiSelection |
|
| AttributeWritePlaceholder |
|
| AttributeWritePosition |
Interface to read and write a position with X and Y coordinates.
|
| AttributeWritePositionRange |
Interface to read and write the minimum and maximum values for the position.
|
| AttributeWritePrefix |
|
| AttributeWriteReadOnly |
|
| AttributeWriteResizable |
|
| AttributeWriteSelected |
|
| AttributeWriteSelection<V> |
|
| AttributeWriteSelections<V> |
|
| AttributeWriteShowRowNumbers |
|
| AttributeWriteSize |
|
| AttributeWriteSizeInPixel |
|
| AttributeWriteSizeRange |
Interface to read and write the minimum and maximum values for the size.
|
| AttributeWriteSuffix |
|
| AttributeWriteText |
|
| AttributeWriteTitle |
|
| AttributeWriteToggleGroup |
|
| AttributeWriteTooltip |
|
| AttributeWriteUrl |
|
| AttributeWriteValidationFailure |
|
| AttributeWriteValue<V> |
|
| AttributeWriteValueForUser<V> |
|
| AttributeWriteVisible |
|
| BitFlag |
|
| BitMask |
An value and flag that can be encoded into a primitive int
value.
|
| BitValue |
|
| BitValueBoolean |
|
| Blue |
|
| Brightness |
|
| Chroma |
|
| Color |
|
| ColorFactor |
|
| ColorModel |
|
| ColorSegment<SELF extends ColorSegment<SELF>> |
|
| ColorSegmentType |
|
| GenericColor |
|
| Green |
|
| Hue |
This ColorSegment represents the main characteristic of a a color by the degree of the angle around that axis
in the color cube starting with red at 0°.
|
| InverseBitFlag |
|
| InverseBitMask |
|
| Lightness |
|
| Red |
|
| RegularBitMask |
|
| Saturation |
This ColorSegment is a factor that represents the colorfulness of a stimulus relative to its own
brightness.
|
| UiAbstractButton |
This is the abstract interface for an regular widget that represents a button what
is a widget that can be clicked by the end-user in order to trigger some action.
|
| UiAbstractButtonContainer |
|
| UiAbstractCheckbox |
|
| UiAbstractChoice<O,V> |
|
| UiAbstractImage |
|
| UiAbstractInput<V> |
|
| UiAbstractLink |
UiWidget that represents a hyperlink (link).
|
| UiAbstractMultiChoice<V> |
|
| UiAbstractRadioButton |
UiInput for a radio-button (option).
Example:
|
| UiAbstractSingleChoice<V> |
|
| UiAbstractSplitPanel |
UiMutablePanel that shows split-bars between each of its children and allows the user
to slide these split-bars to dynamically adjust the size of the children.
|
| UiAction |
|
| UiActionApply |
|
| UiActionApprove |
|
| UiActionBinding |
|
| UiActionCancel |
|
| UiActionClose |
|
| UiActionConfirm |
|
| UiActionDelete |
|
| UiActionDiscard |
|
| UiActionEdit |
|
| UiActionNext |
|
| UiActionNo |
|
| UiActionOk |
|
| UiActionOpen |
|
| UiActionPrevious |
|
| UiActionRemove |
|
| UiActionReset |
|
| UiActionSave |
|
| UiActionSearch |
|
| UiActionSubmit |
|
| UiActionYes |
|
| UiActiveWidget |
|
| UiApplication |
Interface for a UI application (client with user-interface).
|
| UiAttachEvent |
|
| UiAttachingEvent |
|
| UiAttachingEventListener |
|
| UiBindableWidget<V> |
|
| UiBorderPanel |
UiRemovableComposite representing a panel that lays out its children in predefined positions:
center
top
bottom
left
right
Here you can see an example of the layout (HTML structure will differ):
header
left
center
right
footer
The center widget will consume additional space if the owning window grows while the other
border widgets only get the required space.
|
| UiButton |
This is the interface for an normal button.
|
| UiButtonPanel |
|
| UiCheckbox |
|
| UiCheckboxChoice<V> |
|
| UiClickableWidget |
|
| UiClickEvent |
|
| UiClickEventListener |
|
| UiCollapsibleComposite<C extends UiWidget> |
|
| UiCollapsiblePanel |
|
| UiColorInput |
|
| UiComboBox<V> |
|
| UiComposite<C extends UiWidget> |
|
| UiContext |
Context and central API of the user-interface (UI).
|
| UiCustomComposite<C extends UiWidget,W extends UiComposite<C>> |
|
| UiCustomEditor<V> |
Custom widget that represents and editor allowing to display and edit an object.
|
| UiCustomEditorButtonPanel |
|
| UiCustomGridPanel |
|
| UiCustomInput<V,W extends UiInput<V>> |
|
| UiCustomMutableComposite<C extends UiWidget,W extends UiMutableComposite<C>> |
|
| UiCustomMutablePanel<W extends UiMutablePanel> |
|
| UiCustomMutableSingleComposite<C extends UiWidget,W extends UiMutableSingleComposite<C>> |
|
| UiCustomRemovableComposite<C extends UiWidget,W extends UiRemovableComposite<C>> |
|
| UiCustomScrollPanel |
|
| UiCustomValidatableWidget<V,W extends UiValidatableWidget<V>> |
|
| UiCustomValuedComposite<V,C extends UiWidget,W extends UiValuedComposite<C,V>> |
|
| UiCustomValuedWidget<V,W extends UiValuedWidget<V>> |
|
| UiCustomVerticalPanel |
|
| UiCustomWidget<W extends UiWidget> |
Interface for custom widgets.
|
| UiDetachEvent |
|
| UiDisableEvent |
|
| UiDispatcher |
This is the interface for the dispatcher of asynchronous processing.
|
| UiEnabledFlags |
|
| UiEnableEvent |
|
| UiEnablingEvent |
UiEvent for a change of the enabled status.
|
| UiEvent |
This is the interface for an event of the UI.
|
| UiEventListener |
|
| UiEventType |
|
| UiExternalLink |
|
| UiFailureComposite<C extends UiWidget> |
|
| UiFocusEvent |
|
| UiFocusEventListener |
|
| UiFocusGainEvent |
|
| UiFocusLossEvent |
|
| UiGridPanel |
|
| UiGridRow |
|
| UiHideEvent |
|
| UiHorizontalPanel |
|
| UiHorizontalSplitPanel |
|
| UiIcon |
|
| UiImage |
|
| UiInput<V> |
|
| UiInternalLink |
|
| UiLabel |
|
| UiLocalizer |
|
| UiMultiComboBox<V> |
|
| UiMutableComposite<C extends UiWidget> |
|
| UiMutablePanel |
|
| UiMutableSingleComposite<C extends UiWidget> |
|
| UiNativeWidget |
|
| UiNotification |
A notification that for display as growl or popup.
|
| UiNotifier |
Interface to notify via popup or growl.
|
| UiPasswordInput |
|
| UiPoint |
A 2-D point.
|
| UiPropagation |
Enum with the available modes defining which hierarchical properties a
UiComposite will propagate to its children.
|
| UiRadioButton |
|
| UiRadioChoice<V> |
|
| UiRegularWidget |
|
| UiRemovableComposite<C extends UiWidget> |
|
| UiResponsiveColumnPanel |
|
| UiScreen |
This is the interface for the display where the UI objects are shown.
|
| UiScreenType |
|
| UiScrollBarVisibility |
The scrolling behavior (visibility of a scrollbar).
|
| UiScrollPanel |
|
| UiSelectionEvent |
UiEvent if the selection changed (something was selected or unselected).
|
| UiSelectionEventListener |
|
| UiSeverity |
This is the interface that represents the severity of a message.
|
| UiShowEvent |
|
| UiSingleComposite<C extends UiWidget> |
|
| UiSingleWidgetFactory<W extends UiWidget> |
|
| UiSingleWidgetFactoryDatatype<V> |
|
| UiSingleWidgetFactoryNative<W extends UiNativeWidget> |
|
| UiSingleWidgetFactoryProperty<V> |
|
| UiSize |
UiSize represents a width or height of a UiWidget or the size of a font.
|
| UiSizeUnit |
This enum contains the available units for size measures.
|
| UiSlot |
|
| UiStringInput |
|
| UiStyles |
Container for styles.
|
| UiSwitchComposite<C extends UiWidget> |
|
| UiText |
|
| UiTextAlignment |
The (horizontal) text alignment.
|
| UiTextArea |
|
| UiTextInput |
|
| UiTextualInput<V> |
|
| UiToggleGroup |
This is a logical group that combines multiple UiWidgets such as
UiRadioButtons so that only one of them can be selected at a time.
|
| UiToggleGroupFactory |
|
| UiValidatableWidget<V> |
|
| UiValidState |
|
| UiValueBinding<V> |
|
| UiValueChangeEvent |
|
| UiValueChangeEventListener |
|
| UiValuedComposite<C extends UiWidget,V> |
|
| UiValuedWidget<V> |
|
| UiVerticalPanel |
|
| UiVerticalSplitPanel |
This is the interface for a split panel that shows its children
vertically from the top to the bottom.
|
| UiVisibilityEvent |
UiEvent for a change of the visibility.
|
| UiVisibilityEventListener |
|
| UiVisibleFlags |
|
| UiWidget |
Interface for an adapter to a physical widget of the underlying native widget toolkit.
|
| UiWidgetFactoryDatatype |
|
| UiWidgetFactoryNative |
|
| UiWidgetFactoryProperty |
|
| UiWidgetWithSelection |
|
| UiWindowSizing |
Available sizing for a window.
|