Class ListViewHelper.ListViewInfo
- java.lang.Object
-
- de.hybris.platform.cockpit.model.listview.ListViewHelper.ListViewInfo
-
- Enclosing class:
- ListViewHelper
public static class ListViewHelper.ListViewInfo extends java.lang.ObjectHolds list view creation information.
-
-
Constructor Summary
Constructors Constructor Description ListViewInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UIListViewgetListView()ObjectTemplategetRootType()booleanisChanged()booleanisInlineCreationEnabled()protected voidsetChanged(boolean changed)protected voidsetInlineCreationEnabled(boolean enabled)protected voidsetListView(UIListView listView)protected voidsetRootType(ObjectTemplate rootType)
-
-
-
Method Detail
-
setChanged
protected void setChanged(boolean changed)
- Parameters:
changed- the changed to set
-
isChanged
public boolean isChanged()
- Returns:
- the changed
-
setListView
protected void setListView(UIListView listView)
- Parameters:
listView- the listView to set
-
getListView
public UIListView getListView()
- Returns:
- the listView
-
setRootType
protected void setRootType(ObjectTemplate rootType)
- Parameters:
rootType- the rootType to set
-
getRootType
public ObjectTemplate getRootType()
- Returns:
- the rootType
-
setInlineCreationEnabled
protected void setInlineCreationEnabled(boolean enabled)
-
isInlineCreationEnabled
public boolean isInlineCreationEnabled()
-
-