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.Object
Holds list view creation information.
-
-
Constructor Summary
Constructors Constructor Description ListViewInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UIListView
getListView()
ObjectTemplate
getRootType()
boolean
isChanged()
boolean
isInlineCreationEnabled()
protected void
setChanged(boolean changed)
protected void
setInlineCreationEnabled(boolean enabled)
protected void
setListView(UIListView listView)
protected void
setRootType(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()
-
-