Uses of Interface
de.hybris.platform.cockpit.services.config.GridProperty
-
Packages that use GridProperty Package Description de.hybris.platform.cockpit.services.config de.hybris.platform.cockpit.services.config.impl -
-
Uses of GridProperty in de.hybris.platform.cockpit.services.config
Methods in de.hybris.platform.cockpit.services.config that return GridProperty Modifier and Type Method Description GridPropertyGridViewConfiguration. getDescriptionProperty()GridPropertyGridViewConfiguration. getImageURLProperty()GridPropertyGridViewConfiguration. getLabelProperty()GridPropertyGridViewConfiguration. getShortInfoProperty() -
Uses of GridProperty in de.hybris.platform.cockpit.services.config.impl
Methods in de.hybris.platform.cockpit.services.config.impl that return GridProperty Modifier and Type Method Description protected GridPropertyGridViewConfigurationFactory. createGridProperty(Property property)GridPropertyDefaultGridviewConfiguration. getDescriptionProperty()GridPropertyDefaultGridviewConfiguration. getImageURLProperty()GridPropertyDefaultGridviewConfiguration. getLabelProperty()GridPropertyDefaultGridviewConfiguration. getShortInfoProperty()Methods in de.hybris.platform.cockpit.services.config.impl with parameters of type GridProperty Modifier and Type Method Description voidDefaultGridviewConfiguration. setDescriptionProperty(GridProperty descriptionProperty)voidDefaultGridviewConfiguration. setImageURLProperty(GridProperty imageURLProperty)voidDefaultGridviewConfiguration. setLabelProperty(GridProperty labelProperty)voidDefaultGridviewConfiguration. setShortInfoProperty(GridProperty shortInfoProperty)
-