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.
@FunctionalInterface public interface CountModelProvider
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 Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default org.apache.wicket.model.IModel<String>
getCountCssClassModel()
org.apache.wicket.model.IModel<String>
getCountModel()
Return count model.
-