|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- Generic type of the value, see ValueEngineerFactory.getType()
.public interface ValueEngineerFactory<T,F extends GomFormElement>
A factory that is able to create a ValueEngineer
.
Method Summary | |
---|---|
ValueEngineer<T> |
create(ValueEngineerContext<F> context)
Create a ValueEngineer with the given context. |
Class<T> |
getType()
The value type. |
Method Detail |
---|
Class<T> getType()
ValueEngineer<T> create(ValueEngineerContext<F> context)
ValueEngineer
with the given context.
context
- The context to be used for creating a value engineer.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |