| Interface | Description |
|---|---|
| BreadcrumbItemHandler<T> |
ActionHandler which will be invoked when selecting one of the items in the breadcrumb dropdown.
|
| BreadcrumbItemsProvider<T> |
Function to load the items shown in the breadcrumb dropdown.
|
| ColumnActionHandler<T> |
Action handler for a column action.
|
| FinderContextEvent.FinderContextHandler | |
| FinderSegment.DropdownCallback<T> | |
| ItemActionHandler<T> |
Action handler for an item.
|
| ItemDisplay<T> |
Controls the layout of a finder item.
|
| ItemRenderer<T> |
Function which turns an item into an
ItemDisplay. |
| ItemSelectionHandler<T> | |
| ItemsProvider<T> |
Function to load the items of the current column.
|
| PreviewAttributes.PreviewAttributeFunction<T> | |
| PreviewCallback<T> |
Function which generates the preview content for an item.
|
| Class | Description |
|---|---|
| ColumnAction<T> | |
| ColumnAction.Builder<T> | |
| ColumnActionFactory |
Provides methods to create common column actions.
|
| ColumnRegistry |
Registry for finder columns.
|
| Finder |
The one and only finder which is shared across all different top level categories in HAL.
|
| FinderColumn<T> |
Describes a column in a finder.
|
| FinderColumn.Builder<T> | |
| FinderContext |
Holds state as the user navigates using the finder.
|
| FinderContextEvent | |
| FinderPath |
The finder path holds the current selection in the finder.
|
| FinderPathFactory |
Factory to build common finder path instances for configuration and runtime presenters.
|
| FinderSegment<T> |
A segment inside a
FinderPath. |
| FinderSegment.DropdownItem<T> | |
| ItemAction<T> | |
| ItemAction.Builder<T> | |
| ItemActionFactory |
Convenience methods for common item actions.
|
| ItemMonitor |
Class to monitor item actions and show a progress indicator if they take longer than a given timeout.
|
| PreviewAttributes<T extends ModelNode> |
Element to show the basic attributes of a resource inside the preview pane.
|
| PreviewAttributes.PreviewAttribute | |
| PreviewContent<T> |
Wrapper for the preview content which consists of a header (mandatory) and one or more optional elements.
|
| ResourceDescriptionPreview |
Preview which shows the description of a
:read-resource-description operation. |
| StaticItem |
A customizable finder item useful when you need full control over each and every item.
|
| StaticItem.Builder | |
| StaticItemColumn |
Finder column for
StaticItem. |
| StaticItemColumn.StaticItemDisplay |
| Enum | Description |
|---|---|
| FinderColumn.RefreshMode |
Copyright © 2018 JBoss, a division of Red Hat. All rights reserved.