Package | stimulsoft.report.components.interfaces |
Interface | public interface IStiSelect |
Implementors | StiComponent |
Property | Defined By | ||
---|---|---|---|
isSelected : Boolean [read-only] | IStiSelect | ||
selectionTick : int [read-only] | IStiSelect |
Method | Defined By | ||
---|---|---|---|
invert():void | IStiSelect | ||
reset():void | IStiSelect | ||
select():void | IStiSelect |
isSelected | property |
isSelected:Boolean
[read-only] public function get isSelected():Boolean
selectionTick | property |
selectionTick:int
[read-only] public function get selectionTick():int
invert | () | method |
public function invert():void
reset | () | method |
public function reset():void
select | () | method |
public function select():void