Screen Component: Item
Each widget in the body part of the Welcome page can contain one or more items, arranged in one or more table columns. An item represents an executable action, which you can define freely; for example, the action could be the activation of a URL in order to reach a particular page within CentraSite Control or an external web site.
The content and appearance of these components are determined by the Java methods shown in the following diagram.
The following table describes the purpose of these Java methods:
Name of Java interface | Java Method | Description |
IItem | getStyle(); | Defines the CSS style for the item. |
IActionItem | getTitle(); | Defines the text to be displayed for the item. |
IActionItem | getImage(); | Defines the icon to be displayed adjacent to the descriptive text. |
ISeparatorItem | getHeight(); | Defines the height in pixels of the area that contains the separator image. |
ISeparatorItem | getImage(); | Defines the image be displayed as the separator item. |