org.primefaces.model
Class DefaultDashboardColumn

java.lang.Object
  extended by org.primefaces.model.DefaultDashboardColumn
All Implemented Interfaces:
Serializable, DashboardColumn

public class DefaultDashboardColumn
extends Object
implements DashboardColumn, Serializable

See Also:
Serialized Form

Constructor Summary
DefaultDashboardColumn()
           
 
Method Summary
 void addWidget(int index, String widgetId)
           
 void addWidget(String widgetId)
           
 String getWidget(int index)
           
 int getWidgetCount()
           
 List<String> getWidgets()
           
 void removeWidget(String widgetId)
           
 void reorderWidget(int index, String widgetId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultDashboardColumn

public DefaultDashboardColumn()
Method Detail

removeWidget

public void removeWidget(String widgetId)
Specified by:
removeWidget in interface DashboardColumn

getWidgets

public List<String> getWidgets()
Specified by:
getWidgets in interface DashboardColumn

getWidgetCount

public int getWidgetCount()
Specified by:
getWidgetCount in interface DashboardColumn

getWidget

public String getWidget(int index)
Specified by:
getWidget in interface DashboardColumn

addWidget

public void addWidget(int index,
                      String widgetId)
Specified by:
addWidget in interface DashboardColumn

reorderWidget

public void reorderWidget(int index,
                          String widgetId)
Specified by:
reorderWidget in interface DashboardColumn

addWidget

public void addWidget(String widgetId)
Specified by:
addWidget in interface DashboardColumn


Copyright © 2013. All rights reserved.