Interface IModelOption<B>
- All Known Implementing Classes:
AbstractOption,BooleanOption,DoubleOption,FloatOption,IntegerOption,LiteralOption,LongOption,ShortOption,StringOption
public interface IModelOption<B>
Common interface for all options accepting IModels.
- Author:
- Ernesto Reinaldo Barreiro
-
Method Summary
Modifier and TypeMethodDescriptionorg.apache.wicket.model.IModel<B>getModel()getValue()voidwrapOnAssignment(org.apache.wicket.Component component)