Packagestimulsoft.report.chart.view.expressions
Classpublic class StiValueHighExpression
InheritanceStiValueHighExpression Inheritance StiExpression Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined By
  applyFormat : Boolean
[override] [read-only]
StiValueHighExpression
  fullConvert : Boolean
[override] [read-only] Gets value, indicates that this value is be a string.
StiValueHighExpression
 InheritedgenAddEvent : Boolean
[read-only]
StiExpression
 InheritedisDefault : Boolean
[read-only]
StiExpression
 InheritedparentComponent : Object = null
StiExpression
 Inheritedvalue : String
StiExpression
Public Methods
 MethodDefined By
  
StiValueHighExpression
 Inherited
clone(... args):Object
[override]
StiExpression
 Inherited
deserialize(value:String):void
StiExpression
 Inherited
equals(object:Object):Boolean
[override]
StiExpression
  
[override] Returns the event for processing of the expession when generation the report script.
StiValueHighExpression
 Inherited
Get a short object type name (without library path).
StiObject
 Inherited
getType():Class
StiObject
 Inherited
getTypeName():String
StiObject
 Inherited
isSimple(object:*):Boolean
[static]
StiObject
 Inherited
[override]
StiExpression
 Inherited
serialize():String
StiExpression
 Inherited
toString():String
StiExpression
Property Detail
applyFormatproperty
applyFormat:Boolean  [read-only] [override]


Implementation
    public function get applyFormat():Boolean
fullConvertproperty 
fullConvert:Boolean  [read-only] [override]

Gets value, indicates that this value is be a string.


Implementation
    public function get fullConvert():Boolean
Constructor Detail
StiValueHighExpression()Constructor
public function StiValueHighExpression(value:String)



Parameters
value:String
Method Detail
getDefaultEvent()method
override public function getDefaultEvent():StiEvent

Returns the event for processing of the expession when generation the report script.

Returns
StiEvent