| Package | stimulsoft.report.components.conditions |
| Class | public class StiIconSetItem |
| Inheritance | StiIconSetItem StiObject Object |
| Implements | IStiSerializable, IStiSerializableToProperty |
| Property | Defined By | ||
|---|---|---|---|
| icon : int Gets or sets icon for current item of IconSets. | StiIconSetItem | ||
| operation : int Gets or sets type of operation for current item of IconSets. | StiIconSetItem | ||
| value : Number Gets or sets value for current item of IconSets. | StiIconSetItem | ||
| valueType : int Gets or sets type of value for current item of IconSets. | StiIconSetItem | ||
| Method | Defined By | ||
|---|---|---|---|
StiIconSetItem(icon:int = 0, operation:int = 0, valueType:int = 1, value:Number = 0) | StiIconSetItem | ||
![]() | clone(... args):Object Creates a new object that is a copy of the current instance. | StiObject | |
deserialize(value:String):void | StiIconSetItem | ||
equals(object:Object):Boolean [override] | StiIconSetItem | ||
![]() | 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] | StiIconSetItem | ||
serialize():String | StiIconSetItem | ||
| icon | property |
icon:intGets or sets icon for current item of IconSets.
public function get icon():int public function set icon(value:int):void| operation | property |
operation:intGets or sets type of operation for current item of IconSets.
public function get operation():int public function set operation(value:int):void| value | property |
value:NumberGets or sets value for current item of IconSets.
public function get value():Number public function set value(value:Number):void| valueType | property |
valueType:intGets or sets type of value for current item of IconSets.
public function get valueType():int public function set valueType(value:int):void| StiIconSetItem | () | Constructor |
public function StiIconSetItem(icon:int = 0, operation:int = 0, valueType:int = 1, value:Number = 0)icon:int (default = 0) | |
operation:int (default = 0) | |
valueType:int (default = 1) | |
value:Number (default = 0) |
| deserialize | () | method |
public function deserialize(value:String):voidParameters
value:String |
| equals | () | method |
override public function equals(object:Object):BooleanParameters
object:Object |
Boolean |
| memberwiseClone | () | method |
override public function memberwiseClone():ObjectReturnsObject |
| serialize | () | method |
public function serialize():StringReturnsString |