Package | stimulsoft.report.dictionary.dataSources |
Class | public class StiVirtualSource |
Inheritance | StiVirtualSource ![]() ![]() ![]() ![]() |
Implements | IStiFilter |
Property | Defined By | ||
---|---|---|---|
![]() | alias : String Gets or sets of the Data Source alias. | StiDataSource | |
![]() | columns : StiDataColumnsCollection Gets or sets the column collection. | StiDataSource | |
![]() | connectionOrder : int Gets or sets value which indicates in which order that datasource will be connect to the data. | StiDataSource | |
![]() | connectOnStart : Boolean Gets or sets value which indicates that datasource not connect to the data automatically. | StiDataSource | |
![]() | count : int [read-only] Gets count of elements. | StiDataSource | |
dataAdapterType : String [read-only] | StiVirtualSource | ||
![]() | dataName : String Please instead property DataName use property NameInSource. | StiDataStoreSource | |
![]() | dataTable : DataTable Gets DataTable. | StiDataSource | |
![]() | detailRows : Array = null | StiDataSource | |
![]() | dictionary : StiDictionary Gets or sets the dictionary in which this Data Source is located. | StiDataSource | |
filterMethodHandler : Function Gets or sets a method for filtration. | StiVirtualSource | ||
filterMode : int Gets or sets filter mode. | StiVirtualSource | ||
filterOn : Boolean Gets or sets value indicates, that filter is turn on. | StiVirtualSource | ||
filters : StiFiltersCollection Gets or sets the collection of data filters. | StiVirtualSource | ||
groupColumns : Array | StiVirtualSource | ||
![]() | inherited : Boolean | StiDataSource | |
![]() | initForSubreport : Boolean = false | StiDataSource | |
![]() | isBof : Boolean Gets value indicates that this position specifies to the beginning of data. | StiDataSource | |
![]() | isConnected : Boolean [read-only] Gets value indicates which Data Source is connected with data. | StiDataSource | |
![]() | isEmpty : Boolean [read-only] Gets value indicates that no data. | StiDataSource | |
![]() | isEof : Boolean Gets value indicates that this position specifies to the data end. | StiDataSource | |
![]() | isInited : Boolean = false | StiDataSource | |
![]() | name : String Gets or sets of the Data Source name. | StiDataSource | |
![]() | nameInSource : String Gets or sets the name of Data Source in source of data. | StiDataStoreSource | |
![]() | parameters : StiDataParametersCollection Gets or sets the parameter collection. | StiDataSource | |
![]() | position : int Gets the current position. | StiDataSource | |
![]() | realCount : int [read-only] | StiDataSource | |
![]() | ref : int | StiDataSource | |
results : Array | StiVirtualSource | ||
![]() | rows : StiRowsCollection | StiDataSource | |
![]() | rowToLevel : StiHashtable = null | StiDataSource | |
sort : Array | StiVirtualSource | ||
![]() | states : StiStatesManager [read-only] Gets the component states manager. | StiDataSource |
Method | Defined By | ||
---|---|---|---|
StiVirtualSource(nameInSource:String, name:String) | StiVirtualSource | ||
![]() | checkColumnsIndexs():void | StiDataSource | |
![]() | clearAllStates():void Clear all earlier saved object states. | StiDataSource | |
![]() | clone(... args):Object [override] | StiDataSource | |
![]() | connect(datas:StiDataCollection = null, loadData:Boolean = true):void Connect Data Source to data. | StiDataSource | |
connectToData():void | StiVirtualSource | ||
![]() | disconnect():void | StiDataSource | |
equals(object:Object):Boolean [override] | StiVirtualSource | ||
![]() | first():void Sets a position at the beginning. | StiDataSource | |
![]() | getCategoryName():String [override] Returns the name to categories of the Data Source. | StiDataStoreSource | |
![]() | getChildDataSource(relationName:String):StiDataSource Returns the child Data Source by the relation name. | StiDataSource | |
![]() | Returns a collection of Child relations. | StiDataSource | |
![]() | getColumnIndex(columnName:String):int | StiDataSource | |
![]() | getConditions(dataBand:StiDataBand):Array | StiDataSource | |
![]() | getData(columnName:String, index:int = -1):Object | StiDataSource | |
![]() | StiDataSource | ||
![]() | StiDataSource | ||
![]() | getLabel():String | StiDataSource | |
![]() | getLevel():int | StiDataSource | |
![]() | getParentData(relationName:String):StiDataRow Returns the parent row with data for the indicated relation. | StiDataSource | |
![]() | getParentDataSource(relationName:String):StiDataSource Returns the parent Data Source by the relation name. | StiDataSource | |
![]() | Returns the colection of Parent relations. | StiDataSource | |
![]() | getShortTypeName():String Get a short object type name (without library path). | StiObject | |
![]() | getType():Class | StiObject | |
![]() | getTypeName():String | StiObject | |
![]() | isSimple(object:*):Boolean [static] | StiObject | |
![]() | last():void Sets a position on the last element. | StiDataSource | |
memberwiseClone():Object [override] | StiVirtualSource | ||
![]() | next():void Sets a position on the next element. | StiDataSource | |
![]() | prior():void Sets a position on the previous element. | StiDataSource | |
![]() | resetData():void | StiDataSource | |
![]() | resetDetailsRows():void | StiDataSource | |
![]() | restoreState(stateName:String):void Restores the earlier saved object state. | StiDataSource | |
![]() | saveState(stateName:String):void Saves the current state of an object. | StiDataSource | |
![]() | setData(dataBand:StiDataBand, relationName:String, filterMethod:Object, sortColumns:Array, reinit:Boolean, component:StiComponent):void | StiDataSource | |
![]() | setDetails(relationName:String):void Set the details data for Data Source. | StiDataSource | |
![]() | setFilter(filterMethod:Object):void Apply filter to data. | StiDataSource | |
![]() | setSort(conditions:Array, sortColumns:Array, component:StiComponent, databand:StiDataBand, groupHeaders:StiComponentsCollection):void Sorts data. | StiDataSource | |
![]() | synchronizeColumns():void | StiDataSource | |
![]() | toString():String | StiDataSource |
dataAdapterType | property |
dataAdapterType:String
[read-only] public function get dataAdapterType():String
filterMethodHandler | property |
filterMethodHandler:Function
Gets or sets a method for filtration.
public function get filterMethodHandler():Function
public function set filterMethodHandler(value:Function):void
filterMode | property |
filterMode:int
Gets or sets filter mode.
public function get filterMode():int
public function set filterMode(value:int):void
filterOn | property |
filterOn:Boolean
Gets or sets value indicates, that filter is turn on.
public function get filterOn():Boolean
public function set filterOn(value:Boolean):void
filters | property |
filters:StiFiltersCollection
Gets or sets the collection of data filters.
public function get filters():StiFiltersCollection
public function set filters(value:StiFiltersCollection):void
groupColumns | property |
groupColumns:Array
public function get groupColumns():Array
public function set groupColumns(value:Array):void
results | property |
results:Array
public function get results():Array
public function set results(value:Array):void
sort | property |
sort:Array
public function get sort():Array
public function set sort(value:Array):void
StiVirtualSource | () | Constructor |
public function StiVirtualSource(nameInSource:String, name:String)
nameInSource:String | |
name:String |
connectToData | () | method |
public function connectToData():void
equals | () | method |
override public function equals(object:Object):Boolean
Parameters
object:Object |
Boolean |
memberwiseClone | () | method |
override public function memberwiseClone():Object
ReturnsObject |