Name of Java interface | Java Method | Description |
IWidget | getWidth(); | Defines the screen width of the widget. |
IHtmlWidget | getHtml(); | Defines HTML code for an HTML-style widget. |
IColumnWidget | getBackgroundImage(); | Defines the background image to be used for a column of a widget. |
IColumnWidget | getTitle(); | Defines the header text of a column of a widget. |
IColumnWidget | getTitleStyle(); | Defines the CSS style for the header text of a column of a widget. |
IColumnWidget | getImage(); | Defines the background image to be used for the header part of the widget. |
ISingleColumnWidget | getSubTitle(); | Defines the subtitle text of a single-column widget. |
ISingleColumnWidget | getSubTitleStyle(); | Defines the CSS style for the subtitle header text of a single-column widget. |
ISingleColumnWidget | getItems(); | Defines the items contained in a single-column widget. |
IMultiColumnWidget | getColumns(); | Defines the columns used in a multi-column widget. |
IColumn | getSubTitle(); | Defines the subtitle text of a column of a multi-column widget. |
IColumn | getSubTitleStyle(); | Defines the CSS style for the subtitle text of a column of a multi-column widget. |
IColumn | getItems(); | Defines the items contained in a column of a multi-column widget. |