Uses of Interface
de.hybris.platform.cockpit.components.sectionpanel.SectionPanelModel
-
-
Uses of SectionPanelModel in de.hybris.platform.admincockpit.components.navigationarea
Classes in de.hybris.platform.admincockpit.components.navigationarea that implement SectionPanelModel Modifier and Type Class Description classAdmincockpitNavigationAreaModelAdmincockpit navigation area model. -
Uses of SectionPanelModel in de.hybris.platform.admincockpit.session.impl
Methods in de.hybris.platform.admincockpit.session.impl that return SectionPanelModel Modifier and Type Method Description SectionPanelModelAdmincockpitNavigationArea. getSectionModel() -
Uses of SectionPanelModel in de.hybris.platform.cmscockpit.components.navigationarea
Classes in de.hybris.platform.cmscockpit.components.navigationarea that implement SectionPanelModel Modifier and Type Class Description classCatalogNavigationAreaModelclassLiveEditNavigationAreaModelRepresents a model of Navigation Area for Live Edit PerspectiveclassNavigationNodeNavigationAreaModel -
Uses of SectionPanelModel in de.hybris.platform.cmscockpit.session.impl
Methods in de.hybris.platform.cmscockpit.session.impl that return SectionPanelModel Modifier and Type Method Description SectionPanelModelNavigationNodeNavigationArea. getSectionModel() -
Uses of SectionPanelModel in de.hybris.platform.cockpit.components.navigationarea
Classes in de.hybris.platform.cockpit.components.navigationarea that implement SectionPanelModel Modifier and Type Class Description classAbstractNavigationAreaModelclassDefaultNavigationAreaModel -
Uses of SectionPanelModel in de.hybris.platform.cockpit.components.navigationarea.renderer
Methods in de.hybris.platform.cockpit.components.navigationarea.renderer that return SectionPanelModel Modifier and Type Method Description SectionPanelModelAbstractNavigationAreaSectionRenderer. getSectionPanelModel()SectionPanelModelInfoBoxRenderer. getSectionPanelModel() -
Uses of SectionPanelModel in de.hybris.platform.cockpit.components.sectionpanel
Subinterfaces of SectionPanelModel in de.hybris.platform.cockpit.components.sectionpanel Modifier and Type Interface Description interfaceRowlayoutSectionPanelModelClasses in de.hybris.platform.cockpit.components.sectionpanel that implement SectionPanelModel Modifier and Type Class Description classAbstractSectionPanelModelclassDefaultSectionPanelModelMethods in de.hybris.platform.cockpit.components.sectionpanel that return SectionPanelModel Modifier and Type Method Description SectionPanelModelSectionPanel. getModel()Methods in de.hybris.platform.cockpit.components.sectionpanel with parameters of type SectionPanelModel Modifier and Type Method Description voidSectionPanel. setModel(SectionPanelModel model) -
Uses of SectionPanelModel in de.hybris.platform.cockpit.helpers.validation
Methods in de.hybris.platform.cockpit.helpers.validation with parameters of type SectionPanelModel Modifier and Type Method Description voidValidationUIHelper. addTypeConstraintMessages(SectionPanelModel panelModel, java.util.Set<CockpitValidationDescriptor> validationInfo)Adds the type constraint messages if there are any type violations.org.zkoss.zul.MenupopupValidationUIHelper. buildTypeConstraintValidationMenuPopup(java.lang.String constraintPk, ObjectValueContainer objectValueContainer, int messageLevel, java.util.List<java.lang.String> forceWritePks, SectionPanelModel panelModel)Builds the type constraint validation menu popup.voidValidationUIHelper. clearRowMarkings(SectionPanelModel panelModel)Clear row markings.voidValidationUIHelper. clearSectionHeaderMarkings(SectionPanelModel panelModel)Clear section header markings.voidValidationUIHelper. markField(SectionPanelModel panelModel, java.util.Set<CockpitValidationDescriptor> validationInfo, TypedObject currentObject)Mark fields with validation level color.voidValidationUIHelper. markSectionHeader(SectionPanelModel panelModel, java.util.Set<CockpitValidationDescriptor> validationInfo)Mark section header with validation level color -
Uses of SectionPanelModel in de.hybris.platform.cockpit.services.config.impl
Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type SectionPanelModel Modifier and Type Method Description protected org.zkoss.zul.ButtonMediaEditorSectionConfiguration. createUploadButton(TypedObject typedObject, org.zkoss.zul.Div previewContainer, SectionPanelModel sectionModel) -
Uses of SectionPanelModel in de.hybris.platform.cockpit.session
Subinterfaces of SectionPanelModel in de.hybris.platform.cockpit.session Modifier and Type Interface Description interfaceEditorSectionPanelModelMethods in de.hybris.platform.cockpit.session that return SectionPanelModel Modifier and Type Method Description SectionPanelModelUINavigationArea. getSectionModel()SectionPanelModelEditorAreaController. getSectionPanelModel() -
Uses of SectionPanelModel in de.hybris.platform.cockpit.session.impl
Classes in de.hybris.platform.cockpit.session.impl that implement SectionPanelModel Modifier and Type Class Description classDefaultEditorSectionPanelModelMethods in de.hybris.platform.cockpit.session.impl that return SectionPanelModel Modifier and Type Method Description protected SectionPanelModelAbstractEditorAreaController. createSectionPanelModel()SectionPanelModelAbstractUINavigationArea. getSectionModel()SectionPanelModelUrlNavigationArea. getSectionModel()SectionPanelModelAbstractEditorAreaController. getSectionPanelModel()Methods in de.hybris.platform.cockpit.session.impl with parameters of type SectionPanelModel Modifier and Type Method Description protected voidEditorArea. addMessage(SectionPanelModel panelModel, java.lang.Exception exc)voidAbstractUINavigationArea. setSectionModel(SectionPanelModel sectionModel)voidBaseUICockpitNavigationArea. setSectionModel(SectionPanelModel sectionModel)protected voidAbstractEditorAreaController. updateHiddenFieldsArea(org.zkoss.zk.ui.Component propertyArea, SectionPanelModel model, Section section)abstract voidAbstractEditorAreaController. updateLabel(SectionPanelModel sectionPanelModel)voidDefaultEditorAreaController. updateLabel(SectionPanelModel sectionPanelModel)voidEditorSectionRenderer. updatePropertyArea(org.zkoss.zk.ui.Component propertyArea, SectionPanelModel model, Section section)protected voidNewItemSection. validateForm(SectionPanelModel panelModel, java.util.Set<CockpitValidationDescriptor> validationInfo, TypedObject currentObject)Validates form and adds all required messages to the UI. -
Uses of SectionPanelModel in de.hybris.platform.configurablebundlecockpits.admincockpit.components.navigationarea
Classes in de.hybris.platform.configurablebundlecockpits.admincockpit.components.navigationarea that implement SectionPanelModel Modifier and Type Class Description classAdminBundleCockpitNavigationAreaModelAdminBundle navigation area model. -
Uses of SectionPanelModel in de.hybris.platform.configurablebundlecockpits.admincockpit.session.impl
Methods in de.hybris.platform.configurablebundlecockpits.admincockpit.session.impl that return SectionPanelModel Modifier and Type Method Description SectionPanelModelAdminBundleCockpitNavigationArea. getSectionModel() -
Uses of SectionPanelModel in de.hybris.platform.productcockpit.components.navigationarea
Classes in de.hybris.platform.productcockpit.components.navigationarea that implement SectionPanelModel Modifier and Type Class Description classCatalogNavigationAreaModelRepresents model for catalog section in catalogue perspectiveclassNavigationAreaModel -
Uses of SectionPanelModel in de.hybris.platform.productcockpit.session.impl
Methods in de.hybris.platform.productcockpit.session.impl that return SectionPanelModel Modifier and Type Method Description SectionPanelModelCatalogNavigationArea. getSectionModel()SectionPanelModelNavigationArea. getSectionModel()Methods in de.hybris.platform.productcockpit.session.impl with parameters of type SectionPanelModel Modifier and Type Method Description voidEditorAreaControllerImpl. updateLabel(SectionPanelModel sectionPanelModel) -
Uses of SectionPanelModel in de.hybris.platform.subscriptionbundlecockpits.components.navigationarea
Classes in de.hybris.platform.subscriptionbundlecockpits.components.navigationarea that implement SectionPanelModel Modifier and Type Class Description classSubscriptionbundlecockpitsNavigationAreaModelSubscriptionbundlecockpits navigation area model. -
Uses of SectionPanelModel in de.hybris.platform.subscriptionbundlecockpits.session.impl
Methods in de.hybris.platform.subscriptionbundlecockpits.session.impl that return SectionPanelModel Modifier and Type Method Description SectionPanelModelSubscriptionbundlecockpitsNavigationArea. getSectionModel()
-