Interface: IResetableSectionProxy¶
An IResetableSectionProxy can reset the controls in the section.
It is passed to rules to provide access to a resetable section for application specific customizations.
Hierarchy¶
-
IResetableSectionProxy
Summary¶
Properties¶
Class Properties¶
Currently none in this class.
Inherited Properties¶
Methods¶
Class Methods¶
Inherited Methods¶
- getControl
- getControls
- getExtensions
- getGroupHeader
- getHeader
- getLoadedItemsCount
- getName
- getPageProxy
- getProperty
- getType
- getVisible
- isStaticSection
- redraw
- setIndicatorState
- setVisible
Methods¶
reset¶
▸ reset(): Promise<any>
Reset all FormCell controls in the section
Returns: Promise<any>