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 Modifier and Type Method Description org.apache.wicket.model.IModel<String>
getCountModel()
Return count model.
-
-
-
Method Detail
-
getCountModel
org.apache.wicket.model.IModel<String> getCountModel()
Return count model. May return null. If null is returned then no count should be displayed.
-
-