Class DashboardView

java.lang.Object
org.primefaces.showcase.view.panel.DashboardView
All Implemented Interfaces:
Serializable

@Named @ViewScoped public class DashboardView extends Object implements Serializable
See Also:
  • Constructor Details

    • DashboardView

      public DashboardView()
  • Method Details

    • init

      @PostConstruct public void init()
    • handleReorder

      public void handleReorder(DashboardReorderEvent event)
    • handleClose

      public void handleClose(CloseEvent event)
    • handleToggle

      public void handleToggle(ToggleEvent event)
    • onDashboardResize

      public void onDashboardResize(String widget, String size)
      Dashboard panel has been resized.
      Parameters:
      widget - the DashboardPanel
      size - the new size CSS
    • getLegacyModel

      public DashboardModel getLegacyModel()
    • getResponsiveModel

      public DashboardModel getResponsiveModel()