| Interface | Description |
|---|---|
| Accordion |
An accordion is a component similar to a
TabSheet, but with a vertical orientation and the selected component
presented between tabs. |
| Accordion.SelectedTabChangeListener |
Listener that will be notified when a selected tab is changed.
|
| Accordion.Tab |
Tab interface.
|
| Accordion.TabChangeListener | Deprecated
Use
Accordion.SelectedTabChangeListener instead |
| Action |
The
Action interface abstracts away a function from a visual component. |
| Action.BeforeActionPerformedHandler |
Callback interface which is invoked by the action before execution.
|
| Action.HasBeforeActionPerformedHandler |
Interface defining methods for adding and removing
Action.BeforeActionPerformedHandlers |
| Action.HasOpenType |
Indicates that the action can be assigned a
WindowManager.OpenType to open a related screen. |
| Action.HasSecurityConstraint |
Interface defining constraintOperationType and constraintCode options.
|
| Action.HasTarget | |
| Action.UiPermissionAware |
Indicates that the action can be affected by UI permissions.
|
| BoxLayout | |
| BrowserFrame |
A component displaying an embedded web page.
|
| BulkEditor | |
| Button | |
| ButtonsPanel | |
| ButtonsPanel.Provider | |
| Calendar | |
| Calendar.CalendarBackwardClickListener |
Backward icon click listener.
|
| Calendar.CalendarDateClickListener |
Date labels click listener of the component.
|
| Calendar.CalendarEventClickListener |
Event labels click listener of the component.
|
| Calendar.CalendarEventMoveListener |
Event mouse drag listener.
|
| Calendar.CalendarEventResizeListener |
Event range change listener.
|
| Calendar.CalendarForwardClickListener |
Forward icon click listener.
|
| Calendar.CalendarRangeSelectListener |
Time range mouse select listener.
|
| Calendar.CalendarWeekClickListener |
Week labels click listener.
|
| CheckBox | |
| ClasspathResource |
A resource that is located in classpath with the given
path. |
| ColorPicker | |
| Component |
Root of the GenericUI components hierarchy.
|
| Component.ActionOwner |
Component supporting an action
|
| Component.ActionsHolder |
A component containing
Actions |
| Component.BelongToFrame |
Component belonging to a frame
|
| Component.Buffered |
Data aware component that supports buffered write mode.
|
| Component.ChildEditableController |
Component that manages editable property of child components.
|
| Component.Collapsable |
Is able to collapse (folding)
|
| Component.Collapsable.CollapseListener | Deprecated |
| Component.Collapsable.ExpandListener | Deprecated |
| Component.Container |
Component which can contain other components
|
| Component.Disposable | |
| Component.Editable |
Component supporting "editable" state.
|
| Component.EditableChangeListener | |
| Component.EditableChangeNotifier |
Component that fires EditableChangeEvent events.
|
| Component.ExpandedStateChangeListener |
Listener to expanded state change events.
|
| Component.Focusable |
Component supporting "focusable" state.
|
| Component.HasBorder |
Object having a border
|
| Component.HasButtonsPanel |
Component having a buttons pancel.
|
| Component.HasCaption |
Object having a caption
|
| Component.HasContextHelp |
A sub-interface implemented by components that can provide a context help.
|
| Component.HasFormatter |
Object having a formatter
|
| Component.HasIcon |
Component having an icon.
|
| Component.HasInputPrompt | |
| Component.HasNamedComponents |
Component which can contain other components and provides access "by-name" to children.
|
| Component.HasOptionsStyleProvider |
A component that is marked with this interface allows to manage additional style names for options displayed
by this component.
|
| Component.HasPresentations |
Component having presentations.
|
| Component.HasRowsCount |
Component having a
RowsCount component. |
| Component.HasSettings |
Object supporting save/restore of user settings.
|
| Component.HasValue |
Object having a value.
|
| Component.HasXmlDescriptor |
Object having an XML descriptor attached
|
| Component.LayoutClickListener |
Listener fired when user clicks inside the layout at any place.
|
| Component.LayoutClickNotifier |
Layout having a mouse click listener.
|
| Component.Margin |
A class that implements this interface can have indentation between the outer borders and the container content.
|
| Component.OptionsStyleProvider |
An object that returns stylename for the given
item (option) that is displayed by the given
component. |
| Component.OrderedContainer |
Component which can contain other components and provides indexed access to children.
|
| Component.OuterMargin |
A class that implements this interface can have indentation outside the border.
|
| Component.SecuredActionsHolder |
An
Component.ActionsHolder component that loads and controls permissions on owned actions. |
| Component.ShortcutNotifier |
Component having a shortcut listener.
|
| Component.Spacing |
A class that implements this interface can have space between child components.
|
| Component.UiPermissionAware |
State of subcomponents can be managed by UI permissions.
|
| Component.Validatable |
A component which can be validated
|
| Component.ValueChangeListener |
Listener to value change events.
|
| Component.Wrapper |
Component delegating work to some "wrapped" client-specific implementation
|
| ComponentGenerationStrategy |
An interface which realizations are used to create UI components.
|
| CompositeValidationException.ViolationCause | |
| CssLayout | |
| CurrencyField |
The CurrencyField component is intended for displaying currency values.
|
| DataGrid<E extends Entity> | |
| DataGrid.ButtonRenderer |
A Renderer that displays a button with a textual caption.
|
| DataGrid.CellDescriptionProvider<E extends Entity> |
A callback interface for generating optional descriptions (tooltips) for
DataGrid cells.
|
| DataGrid.CellStyleProvider<E extends Entity> |
Allows to define different styles for DataGrid cells.
|
| DataGrid.CheckBoxRenderer |
A renderer that represents a boolean values as a graphical check box icons.
|
| DataGrid.ClickableTextRenderer |
A renderer for presenting simple plain-text string values as a link with call back handler.
|
| DataGrid.Column |
A column in the DataGrid.
|
| DataGrid.ColumnCollapsingChangeListener |
An event listener for column collapsing change events in the DataGrid.
|
| DataGrid.ColumnEditorFieldGenerator |
Field generator that generates component for column in
DataGrid editor. |
| DataGrid.ColumnGenerator<E,T> | |
| DataGrid.ColumnReorderListener |
An event listener for column reorder events in the DataGrid.
|
| DataGrid.ColumnResizeListener |
An event listener for column resize events in the DataGrid.
|
| DataGrid.ComponentRenderer |
A renderer for UI components.
|
| DataGrid.ContextClickListener |
Listener for context click events.
|
| DataGrid.Converter<P,M> |
Interface that implements conversion between a model and a presentation type.
|
| DataGrid.DateRenderer |
A renderer for presenting date values.
|
| DataGrid.DetailsGenerator<E extends Entity> |
A callback interface for generating details for a particular row in Grid.
|
| DataGrid.EditorCloseListener |
DataGrid editor close listener.
|
| DataGrid.EditorOpenListener |
DataGrid editor open listener.
|
| DataGrid.EditorPostCommitListener |
DataGrid editor post commit listener.
|
| DataGrid.EditorPreCommitListener |
DataGrid editor pre commit listener.
|
| DataGrid.FooterCell |
Represents a footer cell in DataGrid.
|
| DataGrid.FooterRow |
Represents a footer row in DataGrid.
|
| DataGrid.HasNullRepresentation |
Renderer has null representation.
|
| DataGrid.HasRendererClickListener |
Renderer has click listener.
|
| DataGrid.HeaderCell |
Represents a header cell in DataGrid.
|
| DataGrid.HeaderRow |
Represents a header row in DataGrid.
|
| DataGrid.HtmlRenderer |
A renderer for presenting HTML content.
|
| DataGrid.ImageRenderer |
A renderer for presenting images.
|
| DataGrid.ItemClickListener<E> |
Listener for item click events.
|
| DataGrid.NumberRenderer |
A renderer for presenting number values.
|
| DataGrid.ProgressBarRenderer |
A renderer that represents a double values as a graphical progress bar.
|
| DataGrid.Renderer |
Marker interface to indicate that the implementing class can be used as a renderer.
|
| DataGrid.RendererClickListener |
Renderer listens to clicks.
|
| DataGrid.RowDescriptionProvider<E extends Entity> |
A callback interface for generating optional descriptions (tooltips) for
DataGrid rows.
|
| DataGrid.RowStyleProvider<E extends Entity> |
Allows to define different styles for DataGrid rows.
|
| DataGrid.SelectionListener<E> |
An event listener for selection events in the DataGrid.
|
| DataGrid.SortListener |
Listener for sort order change events.
|
| DataGrid.StaticCell |
Base interface for DataGrid header or footer cells.
|
| DataGrid.StaticRow<T extends DataGrid.StaticCell> |
Base interface for DataGrid header and footer rows.
|
| DataGrid.TextRenderer |
A renderer for presenting simple plain-text string values.
|
| DataGridEditorFieldFactory |
Factory that generates components for
DataGrid editor. |
| DatasourceComponent |
A component that represents data from one property of a datasource.
|
| DateField | |
| DatePicker | |
| DetachableFrame |
Represents detachable part of window
|
| DetachableFrame.DetachListener |
Listener for frame attach/detach
|
| Embedded | Deprecated
use
Image and BrowserFrame instead |
| EntityLinkField | |
| EntityLinkField.EntityLinkClickHandler | |
| EntityLinkField.ScreenCloseListener | |
| ExpandingLayout |
Component container which can expand enclosing components
|
| Field |
Base interface for "fields" - components intended to display and edit value of a certain entity attribute.
|
| Field.Validator |
Field validator.
Validators are invoked when Validatable#validate() is called. |
| FieldFactory | |
| FieldGroup |
Multi-column form component.
|
| FieldGroup.CustomFieldGenerator | Deprecated
Set Component implementation directly to
FieldGroup.FieldConfig using FieldGroup.FieldConfig.setComponent(Component) method. |
| FieldGroup.FieldConfig |
Configuration of a field.
|
| FieldGroupFieldFactory |
Factory that generates components for
FieldGroup fields defined declaratively. |
| FileDescriptorResource |
A resource that can be obtained from the
FileStorage using the given FileDescriptor. |
| FileMultiUploadField | |
| FileMultiUploadField.QueueUploadCompleteListener | |
| FileResource |
A resource that is stored in the file system as the given
File. |
| FileUploadField | |
| FileUploadField.AfterValueClearListener |
Callback interface which is invoked by the
FileUploadField after value has been cleared using clear button. |
| FileUploadField.BeforeValueClearListener |
Callback interface which is invoked by the
FileUploadField before value clearing when user use clear button. |
| FileUploadField.FileContentProvider | |
| FileUploadField.FileUploadSucceedListener | |
| FileUploadField.Listener | Deprecated |
| Filter | |
| Filter.AfterFilterAppliedHandler | |
| Filter.BeforeFilterAppliedHandler | |
| Filter.FilterEntityChangeListener | |
| FilterImplementation |
The interface is implemented by generic filter components.
|
| FlowBoxLayout | |
| Formatter<T> |
Interface defining method for formatting a value into string.
|
| Frame |
Represents a reusable part of a screen.
|
| Frame.Wrapper | |
| GridLayout |
A layout where the components are laid out on a grid using cell coordinates.
|
| GroupBoxLayout | |
| GroupTable<E extends Entity> | |
| GroupTable.GroupCellValueFormatter<E> | |
| GroupTable.GroupStyleProvider<E extends Entity> |
Allows to define different styles for table cells.
|
| HBoxLayout | |
| HtmlBoxLayout | |
| Image |
The Image component is intended for displaying graphic content.
|
| Image.ClickListener | |
| Label | |
| Link |
HTML link component
|
| LinkButton |
A button looking like hyperlink
|
| ListComponent<E extends Entity> | |
| ListComponent.IconProvider<E extends Entity> |
Allows to set icons for particular rows in the table.
|
| ListEditor |
The component is used for displaying and editing a collection of values.
|
| ListEditor.EditorCloseListener |
Listener that will be notified when editor window is closed.
|
| LookupComponent |
A component which can be set as lookup component for a screen.
|
| LookupComponent.LookupSelectionChangeListener | |
| LookupComponent.LookupSelectionChangeNotifier |
Component that fires
LookupComponent.LookupSelectionChangeEvent when lookup selected items set is changed. |
| LookupField | |
| LookupField.NewOptionHandler |
Interface to be implemented if
LookupField.setNewOptionAllowed(boolean) is set to true. |
| LookupField.OptionIconProvider<T> |
Allows to set icons for particular elements in the options list.
|
| LookupPickerField |
LookupPickerField adds to PickerField the ability to select an entity from drop-down list.
|
| MaskedField |
Masked field component generic interface.
|
| OptionsField | |
| OptionsGroup | |
| OptionsList | |
| PasswordField | |
| PickerField |
Generic UI component designed to select and display an entity instance.
|
| PickerField.AfterLookupCloseHandler | |
| PickerField.AfterLookupSelectionHandler | |
| PickerField.FieldListener | |
| PopupButton |
A
Button with a popup. |
| PopupButton.PopupVisibilityListener |
Popup window visibility change listener.
|
| PopupView | |
| PopupView.PopupVisibilityListener |
Popup window visibility change listener.
|
| ProgressBar |
Progress bar is a component that visually displays the progress of some task.
|
| RelatedEntities | |
| RelativePathResource |
A resource that is stored in the directory of your application, e.g.:
${catalina.base}/webapps/appName/static/image.png. |
| ResizableTextArea | |
| ResizableTextArea.ResizeListener |
Listener for size change events
|
| ResizeListener<T> | Deprecated |
| Resource |
Marker interface to indicate that the implementing class can be used as a resource.
|
| ResourceView |
A class that implements this interface is intended for viewing different resources, e.g.
|
| ResourceView.HasMimeType |
Marker interface to indicate that the implementing class supports MIME type setting.
|
| ResourceView.HasStreamSettings |
Marker interface to indicate that the implementing class has stream settings (such as cache time, buffer size
or file name).
|
| ResourceView.SourceChangeListener |
Listener that will be notified when a source is changed.
|
| RichTextArea | |
| RowsCount |
Component that makes a
CollectionDatasource to load data by pages. |
| ScrollBoxLayout | |
| SearchField | |
| SearchField.SearchNotifications | |
| SearchPickerField |
SearchPickerField adds to PickerField the ability to search an entity.
|
| SourceCodeEditor | |
| SplitPanel | |
| SplitPanel.PositionUpdateListener | Deprecated |
| SplitPanel.SplitPositionChangeListener |
Interface for listening for
SplitPanel.SplitPositionChangeEvents fired by a SplitPanel. |
| StreamResource |
A resource provided to the client directly by the application.
|
| SuggestionField | |
| SuggestionField.ArrowDownActionHandler | |
| SuggestionField.EnterActionHandler | |
| SuggestionField.ParametrizedSearchExecutor<E> | |
| SuggestionField.SearchExecutor<E> | |
| SuggestionPickerField | |
| Table<E extends Entity> | |
| Table.CellClickListener |
Lightweight click listener for table cells.
|
| Table.ColumnCollapseListener | |
| Table.ColumnGenerator<E extends Entity> |
Allows rendering of an arbitrary
Component inside a table cell. |
| Table.Printable<E extends Entity,P> |
Allows set Printable representation for column in Excel export.
|
| Table.PrintableColumnGenerator<E extends Entity,P> |
Column generator, which supports print to Excel.
|
| Table.StyleProvider<E extends Entity> |
Allows to define different styles for table cells.
|
| TabSheet |
TabSheet component interface.
|
| TabSheet.SelectedTabChangeListener |
Listener that will be notified when a selected tab is changed.
|
| TabSheet.Tab |
Tab interface.
|
| TabSheet.TabChangeListener | Deprecated
Use
TabSheet.SelectedTabChangeListener instead |
| TabSheet.TabCloseHandler |
Handler that overrides the default behavior if
TabSheet.Tab.isClosable() is true and a user clicks the close button. |
| TextArea | |
| TextField | |
| TextInputField | |
| TextInputField.CaseConversionSupported | |
| TextInputField.CursorPositionSupported | |
| TextInputField.EnterPressListener | |
| TextInputField.EnterPressNotifier | |
| TextInputField.MaxLengthLimited | |
| TextInputField.TextChangeListener | |
| TextInputField.TextChangeNotifier | |
| TextInputField.TextSelectionSupported | |
| TextInputField.TrimSupported | |
| ThemeResource |
A theme resource, e.g.
|
| TimeField | |
| Timer | |
| Timer.ActionListener |
Listener for timer events.
|
| Timer.StopListener |
Listener for timer stop event.
|
| Timer.TimerListener | Deprecated |
| TokenList | |
| TokenList.AfterLookupCloseHandler | |
| TokenList.AfterLookupSelectionHandler | |
| TokenList.ItemChangeHandler | |
| TokenList.ItemClickListener | |
| TokenList.TokenStyleGenerator | |
| Tree<E extends Entity> | |
| Tree.StyleProvider<E extends Entity> |
Allows to define different styles for tree items.
|
| TreeTable<E extends Entity> | |
| TwinColumn | |
| TwinColumn.StyleProvider | |
| UploadField | |
| UploadField.FileUploadErrorListener | |
| UploadField.FileUploadFinishListener | |
| UploadField.FileUploadStartListener | |
| UrlResource |
A resource that can be loaded from the given
URL. |
| ValidationException.HasRelatedComponent | |
| ValueProvider | |
| VBoxLayout | |
| VisibilityChangeNotifier | |
| VisibilityChangeNotifier.VisibilityChangeListener | |
| WidgetsTree<E extends Entity> | |
| WidgetsTree.WidgetBuilder | |
| Window |
Represents an independent screen opened inside the main application window.
|
| Window.BeforeCloseWithCloseButtonListener |
Listener to be notified when a screen is closed with one of the following approaches:
screen's close button, bread crumbs, TabSheet tabs' close actions (Close, Close All, Close Others).
|
| Window.BeforeCloseWithShortcutListener |
Listener to be notified when a screen is closed with
ClientConfig.getCloseShortcut(). |
| Window.CloseListener |
Listener to be notified when a screen is closed.
|
| Window.CloseWithCommitListener |
Listener to be notified when a screen is closed with actionId
Window.COMMIT_ACTION_ID. |
| Window.Committable |
Represents a window that can be committed on close.
|
| Window.Editor |
Represents an edit screen.
|
| Window.HasFoldersPane | |
| Window.HasUserIndicator | |
| Window.HasWorkArea | |
| Window.Lookup |
Represents a lookup screen.
|
| Window.Lookup.Handler |
Callback interface to receive selected entities.
|
| Window.Lookup.Validator |
Callback interface to validate the lookup screen upon selection before calling
Window.Lookup.Handler.handleLookup(java.util.Collection) method. |
| Window.MainWindow | |
| Window.TopLevelWindow |
Marker interface implemented by top-level windows of the application: login window and main window.
|
| Window.Wrapper |
INTERNAL.
|
| WrappedFrame | |
| WrappedWindow |
| Class | Description |
|---|---|
| AbstractAction |
Abstract class for GUI actions.
|
| AbstractComponentGenerationStrategy | |
| AbstractEditor<T extends Entity> |
Base class for edit screen controllers.
|
| AbstractFieldFactory | |
| AbstractFrame |
Base class for frame controllers.
|
| AbstractLookup |
Base class for lookup screen controllers.
|
| AbstractMainWindow |
Base class for controller of application Main window.
|
| AbstractTopLevelWindow | |
| AbstractWindow |
Base class for simple screen controllers.
|
| Accordion.SelectedTabChangeEvent |
SelectedTabChangeEvents are fired when a selected tab is changed.
|
| Action.ActionPerformedEvent | |
| ActionsPermissions | |
| AggregationInfo | |
| Calendar.CalendarBackwardClickEvent | |
| Calendar.CalendarDateClickEvent | |
| Calendar.CalendarEventClickEvent | |
| Calendar.CalendarEventMoveEvent | |
| Calendar.CalendarEventResizeEvent | |
| Calendar.CalendarForwardClickEvent | |
| Calendar.CalendarRangeSelectEvent | |
| Calendar.CalendarWeekClickEvent | |
| Component.ContextHelpIconClickEvent |
Describes context help icon click event.
|
| Component.EditableChangeEvent |
Event that is fired when "editable" property of Editable component has been changed.
|
| Component.ExpandedStateChangeEvent |
Describes expanded state change event of
Component.Collapsable. |
| Component.LayoutClickEvent |
Describes layout click event.
|
| Component.MouseEventDetails |
Class to store mouse event details.
|
| Component.ShortcutAction |
The ShortcutAction is triggered when the user presses a given key combination.
|
| Component.ShortcutTriggeredEvent |
Describes shortcut triggered event.
|
| Component.ValueChangeEvent |
Describes value change event.
|
| ComponentGenerationContext |
A class which stores information that can be used
when creating a component by the
ComponentsFactory. |
| DataGrid.AbstractDataGridEditorEvent |
The root class from which all DataGrid editor event state objects shall be derived.
|
| DataGrid.AbstractDataGridEvent |
The root class from which all DataGrid event state objects shall be derived.
|
| DataGrid.ColumnCollapsingChangeEvent |
An event that is fired when a column's collapsing changes.
|
| DataGrid.ColumnGeneratorEvent<E> |
Event provided by a
DataGrid.ColumnGenerator |
| DataGrid.ColumnReorderEvent |
An event that is fired when the columns are reordered.
|
| DataGrid.ColumnResizeEvent |
An event that is fired when a column is resized.
|
| DataGrid.ContextClickEvent |
Context click event fired by a
DataGrid. |
| DataGrid.DataGridClickEvent |
Class for holding information about a mouse click event.
|
| DataGrid.EditorCloseEvent |
An event that is fired when the DataGrid editor is closed.
|
| DataGrid.EditorOpenEvent |
An event that is fired before the DataGrid editor is opened.
|
| DataGrid.EditorPostCommitEvent |
An event that is fired after the item is updated.
|
| DataGrid.EditorPreCommitEvent |
An event that is fired before the item is updated.
|
| DataGrid.ItemClickEvent<E> |
Click event fired by a
DataGrid |
| DataGrid.RendererClickEvent |
Click event fired by a
DataGrid.HasRendererClickListener |
| DataGrid.SelectionEvent<E> |
An event that specifies what in a selection has changed, and where the
selection took place.
|
| DataGrid.SortEvent |
An event that is fired when a sort order is changed.
|
| DataGrid.SortOrder |
Sort order descriptor.
|
| DataGridEditorComponentGenerationStrategy | |
| DataGridEditorFieldFactoryImpl | |
| DefaultComponentGenerationStrategy | |
| DialogAction |
Standard action for option dialogs.
|
| EditorWindowDelegate | |
| EntityCombinedScreen |
Base class for controllers of combined browser/editor screens.
|
| FieldGroupFieldFactory.GeneratedField | |
| FieldGroupFieldFactoryImpl | |
| FileMultiUploadField.UploadListener | Deprecated |
| FileUploadField.AfterValueClearEvent | |
| FileUploadField.BeforeValueClearEvent | |
| FileUploadField.FileUploadSucceedEvent | |
| FileUploadField.Listener.Event | |
| FileUploadField.ListenerAdapter | Deprecated |
| Frame.MessageType |
Message dialog type.
|
| GridLayout.Area |
Defines a rectangular area of cells in a GridLayout.
|
| GroupTable.GroupCellContext<E> | |
| Image.ClickEvent |
A
Image.ClickEvent is fired when the user clicks on an Image. |
| KeyCombination | |
| ListEditor.EditorCloseEvent | |
| LookupComponent.LookupSelectionChangeEvent | |
| MarginInfo | |
| PickerField.ClearAction |
Action to clear the PickerField content.
|
| PickerField.LookupAction |
Action to select an entity instance through the entity lookup screen.
|
| PickerField.OpenAction |
Action to open an edit screen for entity instance which is currently set in the PickerField.
|
| PickerField.StandardAction | |
| PopupButton.PopupVisibilityEvent |
This event is received by the PopupVisibilityListeners when the visibility of the popup changes.
|
| PopupView.PopupVisibilityEvent |
This event is received by the PopupVisibilityListeners when the visibility of the popup changes.
|
| RelatedEntitiesSecurity | |
| ResizableTextArea.ResizeEvent | |
| ResourceView.SourceChangeEvent |
SourceChangeEvent is fired when a source is changed.
|
| RuntimePropertiesFrame |
Universal frame for editing dynamic attributes
of any
Categorized implementations. |
| SelectAction |
An action used in the lookup screens to select an item.
|
| ShortcutsDelegate<T> |
Handles active shortcuts for actions holder (Table or Tree)
|
| ShowInfoAction | |
| SizeWithUnit |
A class for representing a value-unit pair.
|
| SplitPanel.SplitPositionChangeEvent |
Event that indicates a change in SplitPanel's splitter position.
|
| SuggestionField.OptionWrapper |
Represent value and its string representation.
|
| Table.Column | |
| Table.PlainTextCell |
Special component for generated columns which will be rendered as simple text cell.
|
| Table.SortInfo | |
| TabSheet.SelectedTabChangeEvent |
SelectedTabChangeEvents are fired when a selected tab is changed.
|
| TextInputField.EnterPressEvent |
EnterPressEvents are fired when the user presses Enter while editing the text content of a field.
|
| TextInputField.TextChangeEvent |
TextChangeEvents are fired when the user is editing the text content of a field.
|
| UploadField.DropZone |
Drop zone descriptor.
|
| UploadField.FileUploadErrorEvent | |
| UploadField.FileUploadEvent | |
| UploadField.FileUploadFinishEvent | |
| UploadField.FileUploadStartEvent | |
| ValidationErrors |
Encapsulates errors found during components validation.
|
| ValidationErrors.Item | |
| ValuePathHelper |
Utility class to format and parse component paths
|
| VisibilityChangeNotifier.VisibilityChangeEvent | |
| Window.BeforeCloseEvent | |
| Window.BeforeCloseWithCloseButtonEvent |
An event that is fired before a screen is closed with one of the following approaches:
screen's close button, bread crumbs, TabSheet tabs' close actions (Close, Close All, Close Others).
|
| Window.BeforeCloseWithShortcutEvent |
An event that is fired before a screen is closed with
ClientConfig.getCloseShortcut(). |
| WindowDelegate |
| Exception | Description |
|---|---|
| CompositeValidationException | |
| FieldGroup.FieldsValidationException |
Exception that is thrown from
FieldGroup.validate(). |
| RequiredValueMissingException | |
| ValidationException |
Exception to be thrown by field validators.
|
| ValidationFailedException |