Uses of Interface
org.primefaces.model.DashboardColumn
-
Packages that use DashboardColumn Package Description org.primefaces.model -
-
Uses of DashboardColumn in org.primefaces.model
Classes in org.primefaces.model that implement DashboardColumn Modifier and Type Class Description classDefaultDashboardColumnMethods in org.primefaces.model that return DashboardColumn Modifier and Type Method Description DashboardColumnDashboardModel. getColumn(int index)DashboardColumnDefaultDashboardModel. getColumn(int index)Methods in org.primefaces.model that return types with arguments of type DashboardColumn Modifier and Type Method Description List<DashboardColumn>DashboardModel. getColumns()List<DashboardColumn>DefaultDashboardModel. getColumns()Methods in org.primefaces.model with parameters of type DashboardColumn Modifier and Type Method Description voidDashboardModel. addColumn(DashboardColumn column)voidDefaultDashboardModel. addColumn(DashboardColumn column)voidDashboardModel. transferWidget(DashboardColumn fromColumn, DashboardColumn toColumn, String widgetId, int index)voidDefaultDashboardModel. transferWidget(DashboardColumn fromColumn, DashboardColumn toColumn, String widgetId, int index)
-