Class DataIsolationEnabledEditor
java.lang.Object
com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer<Boolean>
com.hybris.cockpitng.editor.bool.AbstractBooleanEditorRenderer
com.hybris.cockpitng.editor.bool.DefaultBooleanEditor
de.hybris.platform.commerceservices.backoffice.editor.DataIsolationEnabledEditor
- All Implemented Interfaces:
com.hybris.cockpitng.editors.CockpitEditorRenderer<Boolean>
public class DataIsolationEnabledEditor
extends com.hybris.cockpitng.editor.bool.DefaultBooleanEditor
-
Field Summary
Fields inherited from class com.hybris.cockpitng.editor.bool.AbstractBooleanEditorRenderer
SHOW_OPTIONAL_FIELD_PARAMFields inherited from class com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer
HEADER_LABEL_TOOLTIP, ON_ADD_EVENT, ON_DELETE_EVENT, YW_EDITOR_AREA_LABEL_CONTAINERFields inherited from interface com.hybris.cockpitng.editors.CockpitEditorRenderer
INITIAL_EDIT_STRING -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hybris.cockpitng.editor.bool.AbstractBooleanEditorRenderer
getBooleanLabel, getShowOptionalFieldParamValueMethods inherited from class com.hybris.cockpitng.editors.impl.AbstractCockpitEditorRenderer
extractEmbeddedEditor, extractEmbeddedType, findAncestorEditor, findEmbeddedEditors, getInitialEditString, getL10nDecorator
-
Constructor Details
-
DataIsolationEnabledEditor
public DataIsolationEnabledEditor()
-
-
Method Details
-
render
public void render(org.zkoss.zk.ui.Component parent, com.hybris.cockpitng.editors.EditorContext<Boolean> context, com.hybris.cockpitng.editors.EditorListener<Boolean> listener) - Specified by:
renderin interfacecom.hybris.cockpitng.editors.CockpitEditorRenderer<Boolean>- Overrides:
renderin classcom.hybris.cockpitng.editor.bool.DefaultBooleanEditor
-
createNoticeView
protected org.zkoss.zk.ui.Component createNoticeView()
-