When you use CSS and implement your own graphic renderer or graphic class, you might be interested in the value of certain graphic properties. Property values can be retrieved with the class IlpGraphicRendererContext. This class provides the methods described below.
How to Retrieve the Value of a Property
-
public Object getPropertyValue (String property,IlpGraphicView view,IlpRepresentationObject ro,IlpAttribute attribute)
Returns the value of a property defined for a specific attribute in a representation object. This method applies to objects displayed in the table, network, or equipment components. It returns the properties declared using the
object type selector.
object."Alarm/creationTime" {
label: '@|format(@#labelFormat,@creationTime)';
toolTipText: '@|format(@#toolTipFormat,@creationTime)';
attribute."Alarm/creationTime" {
toolTipText: "Creation time";