Package | stimulsoft.report.chart.view.expressions |
Class | public class StiValueHighExpression |
Inheritance | StiValueHighExpression ![]() ![]() ![]() |
Property | Defined By | ||
---|---|---|---|
applyFormat : Boolean [override] [read-only] | StiValueHighExpression | ||
fullConvert : Boolean [override] [read-only] Gets value, indicates that this value is be a string. | StiValueHighExpression | ||
![]() | genAddEvent : Boolean [read-only] | StiExpression | |
![]() | isDefault : Boolean [read-only] | StiExpression | |
![]() | parentComponent : Object = null | StiExpression | |
![]() | value : String | StiExpression |
Method | Defined By | ||
---|---|---|---|
StiValueHighExpression(value:String) | StiValueHighExpression | ||
![]() | clone(... args):Object [override] | StiExpression | |
![]() | deserialize(value:String):void | StiExpression | |
![]() | equals(object:Object):Boolean [override] | StiExpression | |
[override] Returns the event for processing of the expession when generation the report script. | StiValueHighExpression | ||
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
![]() | memberwiseClone():Object [override] | StiExpression | |
![]() | serialize():String | StiExpression | |
![]() | toString():String | StiExpression |
applyFormat | property |
applyFormat:Boolean
[read-only] [override] public function get applyFormat():Boolean
fullConvert | property |
fullConvert:Boolean
[read-only] [override] Gets value, indicates that this value is be a string.
public function get fullConvert():Boolean
StiValueHighExpression | () | Constructor |
public function StiValueHighExpression(value:String)
value:String |
getDefaultEvent | () | method |
override public function getDefaultEvent():StiEvent
Returns the event for processing of the expession when generation the report script.
ReturnsStiEvent |