Interface NonEmptyModel<T>
-
- All Superinterfaces:
org.apache.wicket.util.io.IClusterable,org.apache.wicket.model.IDetachable,org.apache.wicket.model.IModel<T>,Serializable
- All Known Implementing Classes:
NonEmptyLoadableModel,NonEmptyPropertyModel,NonEmptyWrapperModel,ResourceWizardIssuesModel
public interface NonEmptyModel<T> extends org.apache.wicket.model.IModel<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetObject()voidsetObject(T object)
-