Uses of Interface
de.hybris.platform.cockpit.model.general.ListComponentModel
Packages that use ListComponentModel
Package
Description
-
Uses of ListComponentModel in de.hybris.platform.cmscockpit.components.contentbrowser
Methods in de.hybris.platform.cmscockpit.components.contentbrowser with parameters of type ListComponentModelModifier and TypeMethodDescriptionvoidCmsPageMainAreaPersonalizeComponentFactory.PersonalizeGridRenderer.render(TypedObject item, org.zkoss.zk.ui.Component parent, GridViewConfiguration config, ListComponentModel model, DraggedItem draggedItem, DragAndDropWrapper ddWrapper) protected voidCmsPageMainAreaPersonalizeComponentFactory.PersonalizeGridRenderer.renderActions(org.zkoss.zk.ui.Component parent, TypedObject item, GridViewConfiguration config, ListComponentModel model) -
Uses of ListComponentModel in de.hybris.platform.cockpit.components.listview
Methods in de.hybris.platform.cockpit.components.listview that return ListComponentModelMethods in de.hybris.platform.cockpit.components.listview with parameters of type ListComponentModelModifier and TypeMethodDescriptionAbstractListViewAction.createContext(ListComponentModel listModel, TypedObject item) ListViewAction.createContext(ListComponentModel listModel, TypedObject item) Initialize values only once to be used by following service methodsvoidListViewAction.Context.setListModel(ListComponentModel listModel) -
Uses of ListComponentModel in de.hybris.platform.cockpit.model.general
Subinterfaces of ListComponentModel in de.hybris.platform.cockpit.model.general -
Uses of ListComponentModel in de.hybris.platform.cockpit.model.general.impl
Classes in de.hybris.platform.cockpit.model.general.impl that implement ListComponentModelModifier and TypeClassDescriptionclassclass -
Uses of ListComponentModel in de.hybris.platform.cockpit.model.gridview
Methods in de.hybris.platform.cockpit.model.gridview with parameters of type ListComponentModelModifier and TypeMethodDescriptionvoidGridItemRenderer.render(TypedObject item, org.zkoss.zk.ui.Component parent, GridViewConfiguration config, ListComponentModel model, DraggedItem draggedItem, DragAndDropWrapper ddWrapper) -
Uses of ListComponentModel in de.hybris.platform.cockpit.model.gridview.impl
Methods in de.hybris.platform.cockpit.model.gridview.impl with parameters of type ListComponentModelModifier and TypeMethodDescriptionvoidDefaultGridItemRenderer.render(TypedObject item, org.zkoss.zk.ui.Component parent, GridViewConfiguration config, ListComponentModel model, DraggedItem draggedItem, DragAndDropWrapper ddWrapper) protected voidDefaultGridItemRenderer.renderActions(org.zkoss.zk.ui.Component parent, TypedObject item, GridViewConfiguration config, ListComponentModel model) protected voidDefaultGridItemRenderer.renderStatus(org.zkoss.zk.ui.Component parent, TypedObject item, GridViewConfiguration config, ListComponentModel model) -
Uses of ListComponentModel in de.hybris.platform.cockpit.model.listview
Methods in de.hybris.platform.cockpit.model.listview that return ListComponentModelModifier and TypeMethodDescriptionTableModel.getListComponentModel()Returns this table model's list model.