Class: SectionedTableProxy¶
Hierarchy¶
-
SectionedTableProxy
Implements¶
Summary¶
Constructors¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Accessors¶
Class Accessors¶
Inherited Accessors¶
Methods¶
Class Methods¶
- dataQueryBuilder
- getControl
- getControls
- getFilterActionResult
- getSection
- getSections
- getSorterActionResult
- isContainer
Inherited Methods¶
Constructors¶
constructor¶
+ new SectionedTableProxy(context: IContext): SectionedTableProxy
Overrides ControlProxy.constructor
Parameters:
| Name | Type |
|---|---|
context |
IContext |
Returns: SectionedTableProxy
Accessors¶
filters¶
• filters:
Implementation of ISectionedTableProxy.filters
searchString¶
• searchString:
Implementation of ISectionedTableProxy.searchString
sections¶
• sections:
Implementation of ISectionedTableProxy.sections
Methods¶
dataQueryBuilder¶
▸ dataQueryBuilder(query: string): DataQueryBuilder
Implementation of ISectionedTableProxy
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
query |
string | undefined | the query string |
Returns: DataQueryBuilder
getControl¶
▸ getControl(name: string): IControlProxy
Implementation of ISectionedTableProxy
Parameters:
| Name | Type | Description |
|---|---|---|
name |
string | the name of the control to match |
Returns: IControlProxy
FormCellControlProxy instance or undefined if not found
getControls¶
▸ getControls(): IControlProxy[]
Implementation of ISectionedTableProxy
Returns: IControlProxy[]
getFilterActionResult¶
▸ getFilterActionResult(): string
Implementation of ISectionedTableProxy
Returns: string
Resolved OData $filter query string of the FilterCriteria for the section table
getSection¶
▸ getSection(name: string): ISectionProxy
Implementation of ISectionedTableProxy
Parameters:
| Name | Type | Description |
|---|---|---|
name |
string | the name of the section to match |
Returns: ISectionProxy
getSections¶
▸ getSections(): ISectionProxy[]
Implementation of ISectionedTableProxy
Returns: ISectionProxy[]
getSorterActionResult¶
▸ getSorterActionResult(): string
Implementation of ISectionedTableProxy
Returns: string
Resolved OData $orderby query string of the FilterCriteria for the section table
isContainer¶
▸ isContainer(): boolean
Implementation of ISectionedTableProxy
Overrides ControlProxy.isContainer
Returns: boolean
true/false. It always returns true for SectionedTable.