| tucana.echo2.app.widgetdash.WidgetDashState
WidgetDashState | public interface WidgetDashState (Code) | | Provides the state of a WidgetDash. The state consists of the widgets in the panel,
and their positions. Additionally, the state contains the number of columns in the
panel.
author: Jeremy Volkman |
COLUMN_COUNT_DEFAULT | final public static int COLUMN_COUNT_DEFAULT(Code) | | |
getColumnCount | public int getColumnCount()(Code) | | Get the number of columns in the WidgetDash
The number of columns |
getWidgetIdentifiers | public WidgetIdentifier[] getWidgetIdentifiers()(Code) | | Get the widgets in the WidgetDash. Since the state should be able
to be serialized, only the WidgetIdentifiers are returned.
The ids of the widgets in the WidgetDash. |
getWidgetPosition | public WidgetPosition getWidgetPosition(WidgetIdentifier widget)(Code) | | Get the WidgetPosition for the given widget
Parameters: widget - The widget The position of the given widget, or null if there is none set. |
|
|