public final class Models extends Object
IModel handling.| Modifier and Type | Method and Description |
|---|---|
static boolean |
isNullOrEmpty(org.apache.wicket.model.IModel<String> model)
checks if given model is not null and string object is also not null or empty.
|
public static boolean isNullOrEmpty(org.apache.wicket.model.IModel<String> model)
model - The model to checkCopyright © 2013 agilecoders.de. All Rights Reserved.