Class GridValueHolder
- java.lang.Object
-
- de.hybris.platform.cockpit.model.gridview.impl.GridValueHolder
-
public class GridValueHolder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description GridValueHolder(GridViewConfiguration config, TypedObject item)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()java.lang.StringgetImageURL()java.lang.StringgetLabel()java.lang.StringgetShortInfo()TypeServicegetTypeService()protected java.lang.StringgetValue(PropertyDescriptor descriptor)
-
-
-
Constructor Detail
-
GridValueHolder
public GridValueHolder(GridViewConfiguration config, TypedObject item)
-
-
Method Detail
-
getValue
protected java.lang.String getValue(PropertyDescriptor descriptor)
-
getImageURL
public java.lang.String getImageURL()
-
getLabel
public java.lang.String getLabel()
-
getDescription
public java.lang.String getDescription()
-
getShortInfo
public java.lang.String getShortInfo()
-
getTypeService
public TypeService getTypeService()
-
-