Uses of Interface
de.hybris.platform.cockpit.model.general.ListModel
-
-
Uses of ListModel in de.hybris.platform.cockpit.model.general
Methods in de.hybris.platform.cockpit.model.general that return ListModel Modifier and Type Method Description ListModel<? extends java.lang.Object>ListComponentModel. getListModel()ListModel<? extends TypedObject>MutableListModel. getListModel()Methods in de.hybris.platform.cockpit.model.general with parameters of type ListModel Modifier and Type Method Description voidMutableListModel. setListModel(ListModel<? extends TypedObject> listModel) -
Uses of ListModel in de.hybris.platform.cockpit.model.general.impl
Classes in de.hybris.platform.cockpit.model.general.impl that implement ListModel Modifier and Type Class Description classDefaultListModel<T>Methods in de.hybris.platform.cockpit.model.general.impl that return ListModel Modifier and Type Method Description ListModel<? extends TypedObject>DefaultListComponentModel. getListModel()ListModel<?>ListDataEvent. getModel()Methods in de.hybris.platform.cockpit.model.general.impl with parameters of type ListModel Modifier and Type Method Description voidDefaultListComponentModel. setListModel(ListModel<? extends TypedObject> model)Constructors in de.hybris.platform.cockpit.model.general.impl with parameters of type ListModel Constructor Description ListDataEvent(ListModel<?> model, int type, int index0, int index1) -
Uses of ListModel in de.hybris.platform.cockpit.model.listview
Classes in de.hybris.platform.cockpit.model.listview that implement ListModel Modifier and Type Class Description classAbstractListModel<T>Methods in de.hybris.platform.cockpit.model.listview with parameters of type ListModel Modifier and Type Method Description java.util.List<ColumnConfiguration>DynamicColumnProvider. getDynamicColums(ListModel listModel)Gets the dynamic colums.voidMutableColumnModel. updateDynamicColumns(ListModel listModel)Update dynamic columns. -
Uses of ListModel in de.hybris.platform.cockpit.model.listview.impl
Methods in de.hybris.platform.cockpit.model.listview.impl with parameters of type ListModel Modifier and Type Method Description java.util.List<ColumnConfiguration>WorkflowAttachmentItemDynamicColumnProvider. getDynamicColums(ListModel listModel)voidDefaultColumnModel. updateDynamicColumns(ListModel listModel) -
Uses of ListModel in de.hybris.platform.productcockpit.model.listview.impl
Methods in de.hybris.platform.productcockpit.model.listview.impl with parameters of type ListModel Modifier and Type Method Description java.util.List<ColumnConfiguration>VariantsDynamicColumnProvider. getDynamicColums(ListModel listModel)
-