public class EditorExampleMVCController extends DefaultWidgetController
| Constructor and Description |
|---|
EditorExampleMVCController() |
| 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 |
onBooleanEditorValueModified() |
void |
onChekBooleanEditorValueModified() |
void |
onDateEditorValueModified() |
void |
onDecimalEditorValueModified() |
void |
onDropdownBooleanEditorValueModified() |
void |
onIntegerEditorValueModified() |
void |
onListEditorOsMoldValueModified() |
void |
onListEditorValueModified() |
void |
onLongEditorValueModified() |
void |
onMapEditorValueModified() |
void |
onRangeEditorValueModified() |
void |
onTextEditorValueModified() |
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 DATE_EDITOR
protected static final String BOOLEAN_EDITOR
protected static final String CHECK_BOOLEAN_EDITOR
protected static final String DROPDOWN_BOOLEAN_EDITOR
protected static final String INTEGER_EDITOR
protected static final String LONG_EDITOR
protected static final String DECIMAL_EDITOR
protected static final String TEXT_EDITOR
protected static final String RANGE_EDITOR
protected static final String LIST_EDITOR
protected static final String LIST_EDITOR_MOLD
protected static final String MAP_EDITOR
protected static final String SOCKET_IN_MODIFIED_PROPERTY_INPUT
protected transient Editor pkEditor
protected transient Editor pkEditor2
protected transient Editor dateEditor
protected transient Editor booleanEditor
protected transient Editor chkBoolEditor
protected transient Editor selBooleanEditor
protected transient Editor integerEditor
protected transient Editor longEditor
protected transient Editor decimalEditor
protected transient Editor textEditor
protected transient Editor rangeEditor
protected transient Editor listEditor
protected transient Editor mapEditor
protected transient Editor regularLocalized
protected transient Editor wysiwygLocalized
protected transient Editor listEditorOsMold
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 onDateEditorValueModified()
public void onBooleanEditorValueModified()
public void onChekBooleanEditorValueModified()
public void onDropdownBooleanEditorValueModified()
public void onIntegerEditorValueModified()
public void onLongEditorValueModified()
public void onDecimalEditorValueModified()
public void onTextEditorValueModified()
public void onRangeEditorValueModified()
public void onListEditorValueModified()
public void onListEditorOsMoldValueModified()
public void onMapEditorValueModified()
Copyright © 2018. All rights reserved.