Package org.eclnt.ccaddons.pbc
Interface CCDashboard.IDashboardAware
- All Known Implementing Classes:
CCDashboardItem
- Enclosing class:
- CCDashboard
public static interface CCDashboard.IDashboardAware
Additional interface for page beans containing information that is
used within the CCDashboard Processing. Please note: without implementing
this interface any e.g. automated persistence of positions/layouts is
not enabled!
-
Method Summary
Modifier and TypeMethodDescriptionThis is the id that is used for persisting information about this item.void
void
-
Method Details
-
getIdForDashboard
String getIdForDashboard()This is the id that is used for persisting information about this item. -
sizeToSmall
void sizeToSmall() -
sizeToBig
void sizeToBig()
-