Class LocalizedSimpleEditor

    • Field Detail

      • YW_ADVANCED_SEARCH_LOCAL

        public static final java.lang.String YW_ADVANCED_SEARCH_LOCAL
        See Also:
        Constant Field Values
      • YW_ADVANCED_SEARCH_LOCAL_EDITOR

        public static final java.lang.String YW_ADVANCED_SEARCH_LOCAL_EDITOR
        See Also:
        Constant Field Values
      • YE_AS_LANG_SELECTOR_SCLASS

        public static final java.lang.String YE_AS_LANG_SELECTOR_SCLASS
        See Also:
        Constant Field Values
    • Constructor Detail

      • LocalizedSimpleEditor

        public LocalizedSimpleEditor()
    • Method Detail

      • render

        public void render​(org.zkoss.zk.ui.Component parent,
                           EditorContext editorContext,
                           EditorListener editorListener)
        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
        editorContext - the context for the editor creation
        editorListener - the listener to notify the rest of the world about value changes and other events
      • setLocalizedValuesService

        public void setLocalizedValuesService​(LocalizedValuesService localizedValuesService)