Packagestimulsoft.report.dictionary.dialogInfo
Classpublic class StiLongDialogInfoItem
InheritanceStiLongDialogInfoItem Inheritance StiDialogInfoItem Inheritance StiObject Inheritance Object



Public Properties
 PropertyDefined By
  key : int
Gets or sets value which will be used as key of item in GUI.
StiLongDialogInfoItem
 InheritedkeyObject : Object
Internal use only.
StiDialogInfoItem
 InheritedkeyObjectTo : Object
Internal use only.
StiDialogInfoItem
 Inheritedvalue : String
Gets or sets value which will be displayed instead of the Key value in GUI.
StiDialogInfoItem
Public Methods
 MethodDefined By
  
StiLongDialogInfoItem
 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
keyproperty
key:int

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


Implementation
    public function get key():int
    public function set key(value:int):void
Constructor Detail
StiLongDialogInfoItem()Constructor
public function StiLongDialogInfoItem()