|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SelectModelFactory
Interface that defines a factory of SelectModel instances for any given type, provided it
has a configured SingleTypeSelectModelFactory for it.
SelectModel| Method Summary | ||
|---|---|---|
SelectModel |
create(Class<?> clasz)
Creates a SelectModel containing all the instances of a given type. |
|
|
create(Class<T> clasz,
List<T> objects)
Creates a SelectModel containing some given instances of a given type. |
|
| Method Detail |
|---|
SelectModel create(Class<?> clasz)
SelectModel containing all the instances of a given type.
clasz - the Class that represents the wanted type. It cannot be
null.
SelectModel.
<T> SelectModel create(Class<T> clasz,
List<T> objects)
SelectModel containing some given instances of a given type.
clasz - the Class that represents the wanted type. It cannot be
null.objects - a List containing the objects used as options.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||