Class ReferenceSelectorPage
- java.lang.Object
-
- de.hybris.platform.cockpit.wizards.impl.DefaultPage
-
- de.hybris.platform.cmscockpit.wizard.page.AbstractCmsWizardPage
-
- de.hybris.platform.cmscockpit.wizard.page.ReferenceSelectorPage
-
- All Implemented Interfaces:
CmsWizardPage,WizardPage
public abstract class ReferenceSelectorPage extends AbstractCmsWizardPage
-
-
Field Summary
Fields Modifier and Type Field Description protected TypedObjectchosenReferenceprotected ObjectTyperootSelectorTypeprotected static java.lang.StringSCLASS_ELEMENT_BOXprotected static java.lang.StringSCLASS_ELEMENT_IMAGEprotected static java.lang.StringSCLASS_ELEMENT_NAMEprotected static java.lang.StringTYPE_SELECTOR_CMSWIZARD_PAGE_SCLASSprotected static java.lang.StringTYPE_SELECTOR_CMSWIZARD_ROW_SCLASS-
Fields inherited from class de.hybris.platform.cmscockpit.wizard.page.AbstractCmsWizardPage
CMSWIZARD_ERROR_CNT_SCLASS, CMSWIZARD_PAGE_CNT_SCLASS, CMSWIZARD_PAGE_CONTENT_CNT_SCLASS, CONTENT_ELEMENT_CONFIG, ERROR_SCLASS_CMSWIZARD_CNT, ERROR_SCLASS_ELEMENT_BOX_EDITOR, errorContainer, pageContainer, pageContent, SCLASS_ELEMENT_BOX_EDITOR
-
Fields inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPage
height, title, width, wizard
-
-
Constructor Summary
Constructors Constructor Description ReferenceSelectorPage(java.lang.String pageTitle, Wizard wizard, BrowserSectionModel model)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description org.zkoss.zk.ui.ComponentcreateRepresentationItself()BrowserModelgetBrowserModel()TypedObjectgetChosenReference()CMSAdminPageServicegetCmsAdminPageService()abstract TypedObjectgetCurrentObject()GenericRandomNameProducergetGenericRandomNameProducer()ObjectValueContainergetObjctValueContainer()java.lang.StringgetPosition()abstract PropertyDescriptorgetPropertyDescriptor()ObjectTypegetRootSelectorType()BrowserSectionModelgetSectionModel()voidsetPosition(java.lang.String position)voidsetRootSelectorType(ObjectType rootSelectorType)voidsetSectionModel(BrowserSectionModel sectionModel)-
Methods inherited from class de.hybris.platform.cmscockpit.wizard.page.AbstractCmsWizardPage
clearPageComponents, getDisplayedAttributes, getErrorContainer, getPageContainer, getPageContent, getWizard, handleMessages, isCauseError, setDisplayedAttributes
-
Methods inherited from class de.hybris.platform.cockpit.wizards.impl.DefaultPage
getAttributes, getComponentURI, getController, getCurrentController, getHeight, getId, getPageComponent, getTitle, getWidth, initView, renderView, setComponentURI, setController, setId, setPageComponent, setTitle, setWizard
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.cockpit.wizards.WizardPage
getAttributes, getComponentURI, getController, getHeight, getId, getTitle, getWidth, initView
-
-
-
-
Field Detail
-
SCLASS_ELEMENT_BOX
protected static final java.lang.String SCLASS_ELEMENT_BOX
- See Also:
- Constant Field Values
-
SCLASS_ELEMENT_IMAGE
protected static final java.lang.String SCLASS_ELEMENT_IMAGE
- See Also:
- Constant Field Values
-
SCLASS_ELEMENT_NAME
protected static final java.lang.String SCLASS_ELEMENT_NAME
- See Also:
- Constant Field Values
-
TYPE_SELECTOR_CMSWIZARD_PAGE_SCLASS
protected static final java.lang.String TYPE_SELECTOR_CMSWIZARD_PAGE_SCLASS
- See Also:
- Constant Field Values
-
TYPE_SELECTOR_CMSWIZARD_ROW_SCLASS
protected static final java.lang.String TYPE_SELECTOR_CMSWIZARD_ROW_SCLASS
- See Also:
- Constant Field Values
-
chosenReference
protected TypedObject chosenReference
-
rootSelectorType
protected ObjectType rootSelectorType
-
-
Constructor Detail
-
ReferenceSelectorPage
public ReferenceSelectorPage(java.lang.String pageTitle, Wizard wizard, BrowserSectionModel model)
-
-
Method Detail
-
getObjctValueContainer
public ObjectValueContainer getObjctValueContainer()
- Returns:
- the objctValueContainer
-
getPosition
public java.lang.String getPosition()
- Returns:
- the position
-
setPosition
public void setPosition(java.lang.String position)
- Parameters:
position- the position to set
-
getSectionModel
public BrowserSectionModel getSectionModel()
-
setSectionModel
public void setSectionModel(BrowserSectionModel sectionModel)
-
getCmsAdminPageService
public CMSAdminPageService getCmsAdminPageService()
-
getChosenReference
public TypedObject getChosenReference()
- Returns:
- the chosenReference
-
getRootSelectorType
public ObjectType getRootSelectorType()
- Returns:
- the rootSelectorType
-
setRootSelectorType
public void setRootSelectorType(ObjectType rootSelectorType)
- Parameters:
rootSelectorType- the rootSelectorType to set
-
getPropertyDescriptor
public abstract PropertyDescriptor getPropertyDescriptor()
-
getCurrentObject
public abstract TypedObject getCurrentObject()
-
createRepresentationItself
public org.zkoss.zk.ui.Component createRepresentationItself()
- Specified by:
createRepresentationItselfin interfaceCmsWizardPage- Specified by:
createRepresentationItselfin classAbstractCmsWizardPage
-
getGenericRandomNameProducer
public GenericRandomNameProducer getGenericRandomNameProducer()
-
getBrowserModel
public BrowserModel getBrowserModel()
-
-