public class MapEditorsDemoController extends DefaultWidgetController
| Modifier and Type | Field and Description |
|---|---|
protected static String |
MAP_EDITOR_TRANSLATIONS |
protected static String |
SOCKET_IN_MODIFIED_PROPERTY_INPUT |
| Constructor and Description |
|---|
MapEditorsDemoController() |
| Modifier and Type | Method and Description |
|---|---|
Editor |
getMapEditorNumbers() |
Editor |
getMapEditorPrices() |
Editor |
getMapEditorTranslations() |
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 |
onMapEditorSimpleValueModified() |
void |
receiveModificationInput(Couple<String,Object> couple) |
void |
sendModificationOutput(String property,
Object value) |
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 SOCKET_IN_MODIFIED_PROPERTY_INPUT
protected static final String MAP_EDITOR_TRANSLATIONS
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 onMapEditorSimpleValueModified()
public Editor getMapEditorPrices()
public Editor getMapEditorNumbers()
public Editor getMapEditorTranslations()
Copyright © 2018. All rights reserved.