Common
Common classes used across various UI components.
Classes
| Name | Description | |
|---|---|---|
| ShowHideDialog | Dialog Component used to toggle show/hide items, given through items prop, through a list of checkboxes. | |
| ShowHideMenu | ContextMenu Component used to toggle show/hide items, given through items prop, through a list of checkboxes. | |
| UiComponents | Entry point for static initialization required by various |
Enumerations
| Name | Description | |
|---|---|---|
| SelectionMode | Selection modes for Table and Tree row selection | |
| SelectionModeFlags | Selection mode flags for Table and Tree row selection |
Global Functions
| Name | Description | |
|---|---|---|
| hasFlag | Determines if a SelectionMode is active | |
| matchLinks | Returns a list of links from a text |
Interfaces
| Name | Description | |
|---|---|---|
| IImageLoader | Interface for an image loader. | |
| LoadedBinaryImage | Image data for raw images | |
| LoadedImage | Image data for string based images | |
| PageOptions | Paging options. | |
| ShowHideDialogProps | Properties for the ShowHideDialog component | |
| ShowHideItem | Interface for ShowHide items | |
| ShowHideMenuProps | Properties for the ShowHideMenu component |
Type Aliases
| Name | Description | |
|---|---|---|
| Image | Image data returned by an IImageLoader | |
| ImageFileFormat | Type of raw image format | |
| ImageSourceType | Type of loaded image source: | |
| OnItemsDeselectedCallback | Called after items were deselected. | |
| OnItemsSelectedCallback | Called after items were selected. | |
| OnSelectionChanged | Prototype for a Selection Changed handler | |
| ShowHideID | Union type for all possible ShowHide IDs |
Last Updated: 08 January, 2020