Class ListViewAction.Context
java.lang.Object
de.hybris.platform.cockpit.components.listview.ListViewAction.Context
- Enclosing interface:
- ListViewAction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetItem()getMap()getModel()voidsetBrowserModel(BrowserModel browserModel) voidsetColumn(ColumnDescriptor column) voidsetItem(TypedObject item) voidsetListModel(ListComponentModel listModel) voidsetModel(TableModel model)
-
Constructor Details
-
Context
public Context()
-
-
Method Details
-
getModel
- Returns:
- the model
-
setModel
- Parameters:
model- the model to set
-
getItem
- Returns:
- the item
-
setItem
- Parameters:
item- the item to set
-
getColumn
- Returns:
- the column
-
setColumn
- Parameters:
column- the column to set
-
getMap
- Returns:
- the map
-
setListModel
-
getListModel
-
setBrowserModel
-
getBrowserModel
-