Interface: ISectionedTableProxy¶
Hierarchy¶
-
ISectionedTableProxy
Implemented by¶
Summary¶
Properties¶
Class Properties¶
Inherited Properties¶
Methods¶
Class Methods¶
- dataQueryBuilder
- getControl
- getControls
- getFilterActionResult
- getSection
- getSections
- getSorterActionResult
Inherited Methods¶
Properties¶
filters¶
• filters: FilterCriteria[]
searchString¶
• searchString: string
sections¶
• sections: ISectionProxy[]
Methods¶
dataQueryBuilder¶
▸ dataQueryBuilder(query: string): DataQueryBuilder
Parameters:
| Name | Type |
|---|---|
query |
string |
Returns: DataQueryBuilder
getControl¶
▸ getControl(name: string): IControlProxy
Parameters:
| Name | Type | Description |
|---|---|---|
name |
string | The control name specified by the _Name definition property. |
Returns: IControlProxy
The control assocated with the name parameter
getControls¶
▸ getControls(): IControlProxy[]
Returns: IControlProxy[]
The controls for this container
getFilterActionResult¶
▸ getFilterActionResult(): string
Returns: string
Resolved OData $filter query string of the FilterCriteria for the section table
getSection¶
▸ getSection(name: string): ISectionProxy
Parameters:
| Name | Type | Description |
|---|---|---|
name |
string | The section name specified by the _Name definition property. |
Returns: ISectionProxy
The section assocated with the name parameter
getSections¶
▸ getSections(): ISectionProxy[]
Returns: ISectionProxy[]
getSorterActionResult¶
▸ getSorterActionResult(): string
Returns: string
Resolved OData $orderby query string of the FilterCriteria for the section table