Packagestimulsoft.report.components.interfaces
Interfacepublic interface IStiSelect
Implementors StiComponent



Public Properties
 PropertyDefined By
  isSelected : Boolean
[read-only]
IStiSelect
  selectionTick : int
[read-only]
IStiSelect
Public Methods
 MethodDefined By
  
invert():void
IStiSelect
  
reset():void
IStiSelect
  
select():void
IStiSelect
Property Detail
isSelectedproperty
isSelected:Boolean  [read-only]


Implementation
    public function get isSelected():Boolean
selectionTickproperty 
selectionTick:int  [read-only]


Implementation
    public function get selectionTick():int
Method Detail
invert()method
public function invert():void

reset()method 
public function reset():void

select()method 
public function select():void