|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - the type related to this factory.public interface SingleTypeSelectModelFactory<T>
Interface that defines a factory of SelectModel instances for a given type.
SelectModel,
SingleTypeSelectModelFactory| Method Summary | |
|---|---|
SelectModel |
create(List<T> objects)
Creates a SelectModel with given options. |
| Method Detail |
|---|
SelectModel create(List<T> objects)
SelectModel with given options.
objects - a List containing the objects used as options. It it is
null, it means that all instances must be used as options.
SelectModel.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||