de.espirit.firstspirit.client.access.editor
Interface ValueEngineerFactory<T,F extends GomFormElement>

Type Parameters:
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.

Since:
4.2.414

Method Summary
 ValueEngineer<T> create(ValueEngineerContext<F> context)
          Create a ValueEngineer with the given context.
 Class<T> getType()
          The value type.
 

Method Detail

getType

Class<T> getType()
The value type.

Returns:
The value representing class.
Since:
4.2.414

create

ValueEngineer<T> create(ValueEngineerContext<F> context)
Create a ValueEngineer with the given context.

Parameters:
context - The context to be used for creating a value engineer.
Returns:
The resulting value engineer.
Since:
4.2.414


Copyright © 2012 e-Spirit AG. All Rights Reserved. Build 4.2.480