Packagestimulsoft.report.dictionary.dialogInfo
Classpublic class StiGuidRangeDialogInfoItem
InheritanceStiGuidRangeDialogInfoItem Inheritance StiRangeDialogInfoItem Inheritance StiDialogInfoItem Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined By
  from : String
Gets or sets value which will be used as From key of range item in GUI.
StiGuidRangeDialogInfoItem
 InheritedkeyObject : Object
Internal use only.
StiDialogInfoItem
 InheritedkeyObjectTo : Object
Internal use only.
StiDialogInfoItem
  to : String
Gets or sets value which will be used as To key of range item in GUI.
StiGuidRangeDialogInfoItem
 Inheritedvalue : String
Gets or sets value which will be displayed instead of the Key value in GUI.
StiDialogInfoItem
Public Methods
 MethodDefined By
  
StiGuidRangeDialogInfoItem
 Inherited
clone(... args):Object
Creates a new object that is a copy of the current instance.
StiObject
 Inherited
equals(object:Object):Boolean
StiObject
 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
Creates a shallow copy of the current Collection.
StiObject
 Inherited
toString(dateTimeType:int = 1):String
StiDialogInfoItem
Property Detail
fromproperty
from:String

Gets or sets value which will be used as From key of range item in GUI.


Implementation
    public function get from():String
    public function set from(value:String):void
toproperty 
to:String

Gets or sets value which will be used as To key of range item in GUI.


Implementation
    public function get to():String
    public function set to(value:String):void
Constructor Detail
StiGuidRangeDialogInfoItem()Constructor
public function StiGuidRangeDialogInfoItem()