Package org.primefaces.model.dashboard
Class DefaultDashboardColumn
java.lang.Object
org.primefaces.model.dashboard.DefaultDashboardWidget
org.primefaces.model.dashboard.DefaultDashboardColumn
- All Implemented Interfaces:
Serializable
,DashboardWidget
Deprecated.
use DefaultDashboardWidget
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.DefaultDashboardColumn
(String widgetId, String styleClass) Deprecated.DefaultDashboardColumn
(String style, String styleClass, Collection<String> widgets) Deprecated.DefaultDashboardColumn
(Collection<String> widgets) Deprecated. -
Method Summary
Methods inherited from class org.primefaces.model.dashboard.DefaultDashboardWidget
addWidget, addWidget, getStyle, getStyleClass, getValue, getWidget, getWidgetCount, getWidgets, removeWidget, reorderWidget, setStyle, setStyleClass, setValue
-
Constructor Details
-
DefaultDashboardColumn
public DefaultDashboardColumn()Deprecated. -
DefaultDashboardColumn
Deprecated. -
DefaultDashboardColumn
Deprecated. -
DefaultDashboardColumn
Deprecated.
-