Class MultiTypeListMainAreaComponentFactory
- java.lang.Object
-
- de.hybris.platform.cockpit.components.contentbrowser.MultiTypeListMainAreaComponentFactory
-
- All Implemented Interfaces:
MainAreaComponentFactory
public class MultiTypeListMainAreaComponentFactory extends java.lang.Object implements MainAreaComponentFactory
list view for displaying more than one type
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMultiTypeListMainAreaComponentFactory.MultiTypeListViewConfiguration
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringLIST_VIEW_BTN_IMG_ACTIVEprotected static java.lang.StringLIST_VIEW_BTN_IMG_INACTIVEstatic java.lang.StringMULTI_TYPE_LIST
-
Constructor Summary
Constructors Constructor Description MultiTypeListMainAreaComponentFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractMainAreaBrowserComponentcreateInstance(AdvancedBrowserModel model, AbstractContentBrowser contentBrowser)java.lang.StringgetActiveButtonImage()java.lang.StringgetButtonLabel()java.lang.StringgetButtonTooltip()java.lang.StringgetInactiveButtonImage()java.lang.StringgetViewModeID()
-
-
-
Field Detail
-
MULTI_TYPE_LIST
public static final java.lang.String MULTI_TYPE_LIST
- See Also:
- Constant Field Values
-
LIST_VIEW_BTN_IMG_INACTIVE
protected static final java.lang.String LIST_VIEW_BTN_IMG_INACTIVE
- See Also:
- Constant Field Values
-
LIST_VIEW_BTN_IMG_ACTIVE
protected static final java.lang.String LIST_VIEW_BTN_IMG_ACTIVE
- See Also:
- Constant Field Values
-
-
Method Detail
-
createInstance
public AbstractMainAreaBrowserComponent createInstance(AdvancedBrowserModel model, AbstractContentBrowser contentBrowser)
- Specified by:
createInstancein interfaceMainAreaComponentFactory
-
getActiveButtonImage
public java.lang.String getActiveButtonImage()
- Specified by:
getActiveButtonImagein interfaceMainAreaComponentFactory
-
getButtonTooltip
public java.lang.String getButtonTooltip()
- Specified by:
getButtonTooltipin interfaceMainAreaComponentFactory
-
getInactiveButtonImage
public java.lang.String getInactiveButtonImage()
- Specified by:
getInactiveButtonImagein interfaceMainAreaComponentFactory
-
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
-
-