W
- type of the dependent modelpublic class IsEmptyOrNullModel<W> extends LoadableDetachableDependentModel<Boolean,W>
Constructor and Description |
---|
IsEmptyOrNullModel(org.apache.wicket.model.IModel<W> dependentModel)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected Boolean |
load() |
getDependentModel, onDetach
public IsEmptyOrNullModel(org.apache.wicket.model.IModel<W> dependentModel)
dependentModel
- non-null collection model this model depends onCopyright © 2015. All rights reserved.