- from(T) - Static method in class org.wicketeer.modelfactory.ModelFactory
-
Proxies the given object in order to be able to call methods on it to
create the property path later-on used by model().
- from(IModel<T>) - Static method in class org.wicketeer.modelfactory.ModelFactory
-
Proxies the Model-Object's type in order to be able to call methods on it
to create the property path later-on used by model().
- from(IModel<? extends T>, Class<T>) - Static method in class org.wicketeer.modelfactory.ModelFactory
-
In cases where you need to hint the Type of the model passed, ecause it
cannot be reflected, you can use this method and provide the model
objects expected type as parameter.
- fromClass(Class<T>) - Static method in class org.wicketeer.modelfactory.ModelFactory
-
starts recording from a class.