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: 3f9a2e106b0313cdc843ffb7d397b65a078986f9 $
  • Constructor Details

    • DashboardMacroParameters

      public DashboardMacroParameters()
  • Method Details

    • 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