public class ConceptL10nWidgetController extends DefaultWidgetController
| Modifier and Type | Field and Description |
|---|---|
protected CockpitLocaleService |
cockpitLocaleService |
protected org.zkoss.zul.Label |
controllersLabel |
protected static String |
LOCALE_LISTBOX_NAME |
protected org.zkoss.zul.Listbox |
localeListbox |
| Constructor and Description |
|---|
ConceptL10nWidgetController() |
| Modifier and Type | Method and Description |
|---|---|
void |
initialize(org.zkoss.zk.ui.Component comp)
Override this method to do initialization stuff for your widget, like initialize widget settings, restore view
state from viewmodel, etc.
|
void |
localeSelected()
Locale switcher to switch UI language at runtime.
|
doAfterCompose, doBeforeCompose, doBeforeComposeChildren, executeOperation, getDragAndDropStrategy, getLabel, getLabel, getModel, getValue, getWidgetDragAndDropStrategyRepository, getWidgetInstanceManager, getWidgetRoot, getWidgetSettings, getWidgetslot, getWidgetTitle, getWidgetUtils, initDragAndDropAwareness, initWidgetSetting, initWidgetSetting, initWidgetSetting, initWidgetSetting, initWidgetSetting, invokeListenerMethod, onSocketInput, preInitialize, sendOutput, sendOutputAfterOperation, sendOutputAfterOperation, sendOutputAfterOperation, setValue, setWidgetInstanceManager, setWidgetTitlescanEventListenersalert, didActivate, getPage, willClone, willPassivateprotected static final String LOCALE_LISTBOX_NAME
protected transient org.zkoss.zul.Label controllersLabel
protected transient org.zkoss.zul.Listbox localeListbox
protected transient CockpitLocaleService cockpitLocaleService
public void initialize(org.zkoss.zk.ui.Component comp)
DefaultWidgetControllerDefaultWidgetController.doAfterCompose(Component) everytime your widget
view is created. See GenericForwardComposer.doAfterCompose(Component) for more details.initialize in class DefaultWidgetControllerpublic void localeSelected()
Copyright © 2018. All rights reserved.