de.espirit.firstspirit.client.gui.model
Interface EditorialLanguageModel


public interface EditorialLanguageModel

Model for the current selected gui language of the java client related to the language tabs in the editorial area of the java client.

Example:

  servicesBroker.getService(ModelService.class).addModelListener(EditorialLanguageModel.EditorialLanguageModel.EDITORIAL_LANGUAGE, new MyListener());


Attention: This part of the API isn't released yet and may change during the ramp up time. It will be released with 4.2 Release 4.


See usages for existing application types.* @see de.espirit.firstspirit.access.Connection#getService(Class)

Since:
4.2.426
See Also:
EditorialLanguageModel.EDITORIAL_LANGUAGE

Field Summary
static ModelType<EditorialLanguageModel> EDITORIAL_LANGUAGE
          Model type for current selected editor language in java client.
 
Method Summary
 Language getLanguage()
          Returns the currently selected gui language.
 

Field Detail

EDITORIAL_LANGUAGE

static final ModelType<EditorialLanguageModel> EDITORIAL_LANGUAGE
Model type for current selected editor language in java client.

Since:
4.2.426
Method Detail

getLanguage

@Nullable
Language getLanguage()
Returns the currently selected gui language.

Returns:
the selected gui language
Since:
4.2.426


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