Uses of Class
com.hybris.cockpitng.core.config.impl.jaxb.hybris.EditorGroup
-
Packages that use EditorGroup Package Description com.hybris.cockpitng.components com.hybris.cockpitng.core.config.impl.jaxb.hybris -
-
Uses of EditorGroup in com.hybris.cockpitng.components
Methods in com.hybris.cockpitng.components that return EditorGroup Modifier and Type Method Description protected EditorGroupDefaultCockpitEditorsRenderer. getGroupConfig(Editors configuration, java.lang.String groupId)Methods in com.hybris.cockpitng.components with parameters of type EditorGroup Modifier and Type Method Description protected org.zkoss.zk.ui.HtmlBasedComponentDefaultCockpitEditorsRenderer. renderGroup(AbstractCockpitElementsContainer parent, EditorGroup groupConfig, boolean showGroupHeader) -
Uses of EditorGroup in com.hybris.cockpitng.core.config.impl.jaxb.hybris
Fields in com.hybris.cockpitng.core.config.impl.jaxb.hybris with type parameters of type EditorGroup Modifier and Type Field Description protected java.util.List<EditorGroup>Editors. groupMethods in com.hybris.cockpitng.core.config.impl.jaxb.hybris that return types with arguments of type EditorGroup Modifier and Type Method Description java.util.List<EditorGroup>Editors. getGroup()Gets the value of the group property.
-