de.espirit.firstspirit.client.access.editor
Interface ValueEngineerContext<F extends GomFormElement>


public interface ValueEngineerContext<F extends GomFormElement>

Context container for value engineers. This context will be given to value engineers on construction.

Since:
4.2.414
See Also:
ValueEngineerFactory

Method Summary
 SpecialistsBroker getBroker()
          Provides access to a specialitsts broker.
 F getGom()
          Gives the form definition as GOM element.
 Language getLanguage()
          Get the language the engineer is targetting.
 boolean isRelease()
          Indicates, whether the engineer operates on release state.
 

Method Detail

getGom

@NotNull
F getGom()
Gives the form definition as GOM element.

Returns:
The GOM element.
Since:
4.2.414

getBroker

@NotNull
SpecialistsBroker getBroker()
Provides access to a specialitsts broker.

Returns:
The broker.
Since:
4.2.414

getLanguage

Language getLanguage()
Get the language the engineer is targetting.

Returns:
The language.
Since:
4.2.414

isRelease

boolean isRelease()
Indicates, whether the engineer operates on release state.

Returns:
true, if operating on release state.
Since:
4.2.414


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