Interface CountModelProvider
- All Known Implementing Classes:
- CountablePanelTab
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface for objects that provide Wicket model which represents
 object count or similar tag. The count in usually displayed as a
 small "bubble" in the tab, next to the menu item, etc.
- Author:
- semancik
- 
Method Details- 
getCountModelorg.apache.wicket.model.IModel<String> getCountModel()Return count model. May return null. If null is returned then no count should be displayed.
- 
getCountCssClassModel
 
-