Class DashboardMacroParameters
java.lang.Object
org.xwiki.rendering.macro.dashboard.DashboardMacroParameters
Parameters for the dashboard macro.
- Since:
- 2.5M2
- Version:
- $Id: 3f9a2e106b0313cdc843ffb7d397b65a078986f9 $
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DashboardMacroParameters
public DashboardMacroParameters()
-
-
Method Details
-
getLayout
- Returns:
- the layout style of this dashboard
-
setLayout
- Parameters:
layout- the layout to set
-
getStyle
- Returns:
- the style of the dasbboard
- Since:
- 3.0M1
-
setStyle
- Parameters:
style- the style to set- Since:
- 3.0M1
-
getSource
- Returns:
- the source of the dashboard macro, as a serialized document reference, where the gadget configurations should be read from.
- Since:
- 3.0M3
-
setSource
- Parameters:
source- the source to set- Since:
- 3.0M3
-