Class CheckboxBooleanEditor

    • Field Detail

      • treatNullValuesAsTrue

        @Deprecated(since="6.7",
                    forRemoval=true)
        protected boolean treatNullValuesAsTrue
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 6.7 - renderer should be stateless
    • Constructor Detail

      • CheckboxBooleanEditor

        public CheckboxBooleanEditor()
    • Method Detail

      • render

        public void render​(org.zkoss.zk.ui.Component parent,
                           EditorContext<java.lang.Boolean> context,
                           EditorListener<java.lang.Boolean> listener)
        Description copied from interface: CockpitEditorRenderer
        Creates a new editor component and attaches it to the specified Component component.
        Parameters:
        parent - parent component the editor should be attached to
        context - the context for the editor creation
        listener - the listener to notify the rest of the world about value changes and other events