Class ReferenceSelectorPage

    • 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
      • 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
      • getCurrentObject

        public abstract TypedObject getCurrentObject()