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.String
getDescription()
java.lang.String
getImageURL()
java.lang.String
getLabel()
java.lang.String
getShortInfo()
TypeService
getTypeService()
protected java.lang.String
getValue(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()
-
-