Class InstantEditorConfirmButtonClickListener

    • Constructor Detail

      • InstantEditorConfirmButtonClickListener

        public InstantEditorConfirmButtonClickListener​(org.zkoss.zk.ui.HtmlBasedComponent labelContainer,
                                                       org.zkoss.zul.Div editorContainer,
                                                       Editor editor,
                                                       EditorListener<java.lang.Object> listener,
                                                       Executable labelUpdate)
        Parameters:
        labelContainer - label component containing string representation of the data
        editorContainer - container component for the underlying editor
        editor - instant editor's underlying editor
        listener - listener for events related to editor
        labelUpdate - executable that updates label with new value
    • Method Detail

      • onEvent

        public void onEvent​(org.zkoss.zk.ui.event.MouseEvent event)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception
      • sendValueChangedEvent

        protected void sendValueChangedEvent()
      • getLabelUpdater

        @Deprecated(since="6.6",
                    forRemoval=true)
        protected LabelUpdateFunction getLabelUpdater()
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 6.6
        See Also:
        getLabelComponentUpdate()
      • getLabelComponentUpdate

        protected Executable getLabelComponentUpdate()