Class AbstractUrlMainAreaComponentFactory
- java.lang.Object
-
- de.hybris.platform.cockpit.components.contentbrowser.AbstractUrlMainAreaComponentFactory
-
- All Implemented Interfaces:
MainAreaComponentFactory,UrlMainAreaComponentFactory
- Direct Known Subclasses:
DefaultUrlMainAreaComponentFactory
public abstract class AbstractUrlMainAreaComponentFactory extends java.lang.Object implements UrlMainAreaComponentFactory
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringUID_URL_MAPPING_BEAN_ID
-
Constructor Summary
Constructors Constructor Description AbstractUrlMainAreaComponentFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetButtonLabel()java.lang.StringgetConfiguredUrl()java.lang.StringgetUid()java.lang.StringgetUrlMappingBeanId()java.lang.StringgetViewModeID()voidsetUid(java.lang.String uid)voidsetUrlMappingBeanId(java.lang.String mappingBeanId)-
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.components.contentbrowser.MainAreaComponentFactory
createInstance, getActiveButtonImage, getButtonTooltip, getInactiveButtonImage
-
-
-
-
Field Detail
-
UID_URL_MAPPING_BEAN_ID
protected static final java.lang.String UID_URL_MAPPING_BEAN_ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getUrlMappingBeanId
public java.lang.String getUrlMappingBeanId()
- Specified by:
getUrlMappingBeanIdin interfaceUrlMainAreaComponentFactory
-
setUrlMappingBeanId
public void setUrlMappingBeanId(java.lang.String mappingBeanId)
- Specified by:
setUrlMappingBeanIdin interfaceUrlMainAreaComponentFactory
-
getUid
public java.lang.String getUid()
- Specified by:
getUidin interfaceUrlMainAreaComponentFactory
-
setUid
public void setUid(java.lang.String uid)
- Specified by:
setUidin interfaceUrlMainAreaComponentFactory
-
getViewModeID
public java.lang.String getViewModeID()
- Specified by:
getViewModeIDin interfaceMainAreaComponentFactory- Returns:
- the unique viewmode id
-
getButtonLabel
public java.lang.String getButtonLabel()
- Specified by:
getButtonLabelin interfaceMainAreaComponentFactory
-
getConfiguredUrl
public java.lang.String getConfiguredUrl()
- Specified by:
getConfiguredUrlin interfaceUrlMainAreaComponentFactory
-
-