|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wicket.model.LoadableDetachableModel<T>
org.wicketstuff.minis.model.LoadableDetachableDependentModel<Boolean,W>
org.wicketstuff.minis.model.IsEmptyOrNullModel<W>
W - type of the dependent modelpublic class IsEmptyOrNullModel<W>
Model of whether the object of the dependent model is empty or null.
| Constructor Summary | |
|---|---|
IsEmptyOrNullModel(org.apache.wicket.model.IModel<W> dependentModel)
Constructor. |
|
| Method Summary | |
|---|---|
protected Boolean |
load()
|
| Methods inherited from class org.wicketstuff.minis.model.LoadableDetachableDependentModel |
|---|
getDependentModel, onDetach |
| Methods inherited from class org.apache.wicket.model.LoadableDetachableModel |
|---|
detach, getObject, isAttached, onAttach, setObject, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IsEmptyOrNullModel(org.apache.wicket.model.IModel<W> dependentModel)
dependentModel - non-null collection model this model depends on| Method Detail |
|---|
protected Boolean load()
load in class org.apache.wicket.model.LoadableDetachableModel<Boolean>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||