ZMDashboard
public class ZMDashboard
| Method Summary | |
|---|---|
| static int | getColumns(int adminId) Get the number of columns. |
| static array | getConfig(int adminId) Get dashboard config. |
| static string | getLayout(int adminId) Get the dashboard layout. |
| static array | getWidgetList(int adminId) Get widget list. |
| static array | getWidgetsForColumn(int adminId, int column) Get the configured widgets for the given column. |
| static void | setState(int adminId, string state) Set dashboad state. |
public static int getColumns(int adminId)
Get the number of columns.
public static array getConfig(int adminId)
Get dashboard config.
public static string getLayout(int adminId)
Get the dashboard layout.
public static array getWidgetList(int adminId)
Get widget list.
public static array getWidgetsForColumn(int adminId, int column)
Get the configured widgets for the given column.
public static void setState(int adminId, string state)
Set dashboad state.
The dashboard.