Class EditorExampleMVCController

  • All Implemented Interfaces:
    WidgetController, WidgetDragAndDropAware, WidgetInstanceManagerAware, java.io.Serializable, org.zkoss.zk.ui.event.EventListener, org.zkoss.zk.ui.event.SerializableEventListener, org.zkoss.zk.ui.util.ComponentActivationListener, org.zkoss.zk.ui.util.ComponentCloneListener, org.zkoss.zk.ui.util.Composer<org.zkoss.zk.ui.Component>, org.zkoss.zk.ui.util.ComposerExt<org.zkoss.zk.ui.Component>

    public class EditorExampleMVCController
    extends DefaultWidgetController
    See Also:
    Serialized Form
    • Field Detail

      • CHECK_BOOLEAN_EDITOR

        protected static final java.lang.String CHECK_BOOLEAN_EDITOR
        See Also:
        Constant Field Values
      • DROPDOWN_BOOLEAN_EDITOR

        protected static final java.lang.String DROPDOWN_BOOLEAN_EDITOR
        See Also:
        Constant Field Values
      • LIST_EDITOR_MOLD

        protected static final java.lang.String LIST_EDITOR_MOLD
        See Also:
        Constant Field Values
      • SOCKET_IN_MODIFIED_PROPERTY_INPUT

        protected static final java.lang.String SOCKET_IN_MODIFIED_PROPERTY_INPUT
        See Also:
        Constant Field Values
      • pkEditor

        protected transient Editor pkEditor
      • pkEditor2

        protected transient Editor pkEditor2
      • dateEditor

        protected transient Editor dateEditor
      • booleanEditor

        protected transient Editor booleanEditor
      • chkBoolEditor

        protected transient Editor chkBoolEditor
      • selBooleanEditor

        protected transient Editor selBooleanEditor
      • integerEditor

        protected transient Editor integerEditor
      • longEditor

        protected transient Editor longEditor
      • decimalEditor

        protected transient Editor decimalEditor
      • textEditor

        protected transient Editor textEditor
      • rangeEditor

        protected transient Editor rangeEditor
      • listEditor

        protected transient Editor listEditor
      • mapEditor

        protected transient Editor mapEditor
      • regularLocalized

        protected transient Editor regularLocalized
      • wysiwygLocalized

        protected transient Editor wysiwygLocalized
      • listEditorOsMold

        protected transient Editor listEditorOsMold
    • Constructor Detail

      • EditorExampleMVCController

        public EditorExampleMVCController()
    • Method Detail

      • onDateEditorValueModified

        public void onDateEditorValueModified()
      • onBooleanEditorValueModified

        public void onBooleanEditorValueModified()
      • onChekBooleanEditorValueModified

        public void onChekBooleanEditorValueModified()
      • onDropdownBooleanEditorValueModified

        public void onDropdownBooleanEditorValueModified()
      • onIntegerEditorValueModified

        public void onIntegerEditorValueModified()
      • onLongEditorValueModified

        public void onLongEditorValueModified()
      • onDecimalEditorValueModified

        public void onDecimalEditorValueModified()
      • onTextEditorValueModified

        public void onTextEditorValueModified()
      • onRangeEditorValueModified

        public void onRangeEditorValueModified()
      • onListEditorValueModified

        public void onListEditorValueModified()
      • onListEditorOsMoldValueModified

        public void onListEditorOsMoldValueModified()
      • onMapEditorValueModified

        public void onMapEditorValueModified()
      • sendModificationOutput

        public void sendModificationOutput​(java.lang.String property,
                                           java.lang.Object value)
      • receiveModificationInput

        public void receiveModificationInput​(Couple<java.lang.String,​java.lang.Object> couple)