Uses of Interface
de.hybris.platform.cockpit.services.config.EditorRowConfiguration
-
-
Uses of EditorRowConfiguration in de.hybris.platform.admincockpit.session.impl
Methods in de.hybris.platform.admincockpit.session.impl with parameters of type EditorRowConfiguration Modifier and Type Method Description protected boolean
AdmincockpitPopupEditorAreaControllerImpl. isEditable(EditorRowConfiguration rowConf, boolean creationMode)
ForGeneratedAbstractConstraint.ANNOTATION
behave like always R/O -
Uses of EditorRowConfiguration in de.hybris.platform.cockpit.services.config
Methods in de.hybris.platform.cockpit.services.config that return types with arguments of type EditorRowConfiguration Modifier and Type Method Description java.util.List<EditorRowConfiguration>
EditorSectionConfiguration. getSectionRows()
Method parameters in de.hybris.platform.cockpit.services.config with type arguments of type EditorRowConfiguration Modifier and Type Method Description void
EditorSectionConfiguration. setSectionRows(java.util.List<EditorRowConfiguration> rows)
-
Uses of EditorRowConfiguration in de.hybris.platform.cockpit.services.config.impl
Classes in de.hybris.platform.cockpit.services.config.impl that implement EditorRowConfiguration Modifier and Type Class Description class
PropertyEditorRowConfiguration
Methods in de.hybris.platform.cockpit.services.config.impl that return types with arguments of type EditorRowConfiguration Modifier and Type Method Description java.util.List<EditorRowConfiguration>
DefaultEditorSectionConfiguration. getSectionRows()
Method parameters in de.hybris.platform.cockpit.services.config.impl with type arguments of type EditorRowConfiguration Modifier and Type Method Description void
DefaultEditorSectionConfiguration. setSectionRows(java.util.List<EditorRowConfiguration> sectionRows)
-
Uses of EditorRowConfiguration in de.hybris.platform.cockpit.services.xmlprovider
Methods in de.hybris.platform.cockpit.services.xmlprovider with parameters of type EditorRowConfiguration Modifier and Type Method Description java.lang.Object
XmlDataProvider. generateAsXml(EditorRowConfiguration editorRow, TypedObject curObj)
Generates xml representation of given section configuration -
Uses of EditorRowConfiguration in de.hybris.platform.cockpit.services.xmlprovider.impl
Methods in de.hybris.platform.cockpit.services.xmlprovider.impl with parameters of type EditorRowConfiguration Modifier and Type Method Description protected RowType
DefaultXmlDataProvider. ctxAreaReference(RowType xmlRow, EditorRowConfiguration editorRow, java.util.Collection collection, TypedObject curObj)
java.lang.Object
CustomXmlDataProvider. generateAsXml(EditorRowConfiguration editorRow, TypedObject curObj)
RowType
DefaultXmlDataProvider. generateAsXml(EditorRowConfiguration editorRow, TypedObject curObj)
java.lang.Object
LocalizedXmlDataProvider. generateAsXml(EditorRowConfiguration editorRow, TypedObject curObj)
-
Uses of EditorRowConfiguration in de.hybris.platform.cockpit.session.impl
Methods in de.hybris.platform.cockpit.session.impl that return EditorRowConfiguration Modifier and Type Method Description EditorRowConfiguration
EditorPropertyRow. getRowConfiguration()
Methods in de.hybris.platform.cockpit.session.impl with parameters of type EditorRowConfiguration Modifier and Type Method Description protected boolean
AbstractEditorAreaController. isEditable(EditorRowConfiguration rowConf, boolean creationMode)
protected boolean
AbstractEditorAreaController. isReadable(EditorRowConfiguration rowConf, boolean creationMode)
protected boolean
AbstractEditorAreaController. isVisible(EditorRowConfiguration rowConf, boolean creationMode)
Constructors in de.hybris.platform.cockpit.session.impl with parameters of type EditorRowConfiguration Constructor Description EditorPropertyRow(EditorRowConfiguration rowConf)
-