Class ListViewHelper.ListViewInfo
java.lang.Object
de.hybris.platform.cockpit.model.listview.ListViewHelper.ListViewInfo
- Enclosing class:
- ListViewHelper
Holds list view creation information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanprotected voidsetChanged(boolean changed) protected voidsetInlineCreationEnabled(boolean enabled) protected voidsetListView(UIListView listView) protected voidsetRootType(ObjectTemplate rootType)
-
Constructor Details
-
ListViewInfo
public ListViewInfo()
-
-
Method Details
-
setChanged
protected void setChanged(boolean changed) - Parameters:
changed- the changed to set
-
isChanged
public boolean isChanged()- Returns:
- the changed
-
setListView
- Parameters:
listView- the listView to set
-
getListView
- Returns:
- the listView
-
setRootType
- Parameters:
rootType- the rootType to set
-
getRootType
- Returns:
- the rootType
-
setInlineCreationEnabled
protected void setInlineCreationEnabled(boolean enabled) -
isInlineCreationEnabled
public boolean isInlineCreationEnabled()
-