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 booleanAdmincockpitPopupEditorAreaControllerImpl. isEditable(EditorRowConfiguration rowConf, boolean creationMode)ForGeneratedAbstractConstraint.ANNOTATIONbehave 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 voidEditorSectionConfiguration. 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 classPropertyEditorRowConfigurationMethods 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 voidDefaultEditorSectionConfiguration. 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.ObjectXmlDataProvider. 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 RowTypeDefaultXmlDataProvider. ctxAreaReference(RowType xmlRow, EditorRowConfiguration editorRow, java.util.Collection collection, TypedObject curObj)java.lang.ObjectCustomXmlDataProvider. generateAsXml(EditorRowConfiguration editorRow, TypedObject curObj)RowTypeDefaultXmlDataProvider. generateAsXml(EditorRowConfiguration editorRow, TypedObject curObj)java.lang.ObjectLocalizedXmlDataProvider. 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 EditorRowConfigurationEditorPropertyRow. getRowConfiguration()Methods in de.hybris.platform.cockpit.session.impl with parameters of type EditorRowConfiguration Modifier and Type Method Description protected booleanAbstractEditorAreaController. isEditable(EditorRowConfiguration rowConf, boolean creationMode)protected booleanAbstractEditorAreaController. isReadable(EditorRowConfiguration rowConf, boolean creationMode)protected booleanAbstractEditorAreaController. isVisible(EditorRowConfiguration rowConf, boolean creationMode)Constructors in de.hybris.platform.cockpit.session.impl with parameters of type EditorRowConfiguration Constructor Description EditorPropertyRow(EditorRowConfiguration rowConf)
-