org.xwiki.rendering.macro.dashboard
Class DashboardMacroParameters
java.lang.Object
org.xwiki.rendering.macro.dashboard.DashboardMacroParameters
public class DashboardMacroParameters
- extends Object
Parameters for the dashboard macro.
- Since:
- 2.5M2
- Version:
- $Id: f921bb264b7af919ea51116f8a8e59fc6bca7329 $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DashboardMacroParameters
public DashboardMacroParameters()
getLayout
public String getLayout()
- Returns:
- the layout style of this dashboard
setLayout
public void setLayout(String layout)
- Parameters:
layout - the layout to set
getStyle
public String getStyle()
- Returns:
- the style of the dasbboard
- Since:
- 3.0M1
setStyle
public void setStyle(String style)
- Parameters:
style - the style to set- Since:
- 3.0M1
getSource
public String 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
public void setSource(String source)
- Parameters:
source - the source to set- Since:
- 3.0M3
Copyright © 2004-2013 XWiki. All Rights Reserved.