Class FormDesignerLangChangedEvent
- java.lang.Object
 - 
- de.xima.fc.gui.bean.designer.event.FormDesignerLangChangedEvent
 
 
- 
- All Implemented Interfaces:
 IDesignerConversationEvent,IApplicationEvent,ISessionConversationEvent,ISessionEvent,IEvent,Serializable
public class FormDesignerLangChangedEvent extends Object
When the language used to edit the form has changed.- Since:
 - 7.0.0
 - Author:
 - XIMA MEDIA GmbH
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FormDesignerLangChangedEvent(EContentView contentView, String language)A new POJO with the given data.FormDesignerLangChangedEvent(String sourceTabId, String language)A new POJO with the given data. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLanguage()StringgetSourceTabId()- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface de.xima.fc.gui.bean.designer.event.IDesignerConversationEvent
getSourceTabView 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
FormDesignerLangChangedEvent
public FormDesignerLangChangedEvent(String sourceTabId, String language)
A new POJO with the given data.- Parameters:
 sourceTabId- Value returned byIDesignerConversationEvent.getSourceTabId().language- Value returned bygetLanguage().
 
- 
FormDesignerLangChangedEvent
public FormDesignerLangChangedEvent(EContentView contentView, String language)
A new POJO with the given data.- Parameters:
 contentView- Content view whoseEContentView.getId()will be returned byIDesignerConversationEvent.getSourceTabId().language- Value returned bygetLanguage().
 
 - 
 
- 
Method Detail
- 
getLanguage
public String getLanguage()
- Returns:
 - The new language tag selected in the designer.
 
 
- 
getSourceTabId
public String getSourceTabId()
- Specified by:
 getSourceTabIdin interfaceIDesignerConversationEvent- Returns:
 - ID of the tab (see 
TabModel.getId()) that issued the event. Empty string if the event was issued by the designer parent frame. 
 
 - 
 
 -