References
components
| summary | ||
| public |
C App |
|
| public |
// TODO: Integrate this concept into Control, using |
|
| public |
Provides focus-management functionality for controls that can function as a container for other controls. |
|
| public |
C Control Defines the base class for controls, which are components with visual representation. |
|
| public |
C Form Form is a ContainerControl which will select the first control upon activation. |
|
| public |
C Sequence The Sequence control is a Control which presents its individual child controls sequentially. |
|
| public |
C Tab |
|
| public |
C TabBar |
|
| public |
|
|
tests/renderers
| summary | ||
| public |
F renderJSDOM(component: *, window: *): * |
|
| public |
F renderState(component: *, window: *): * |
|
| public |
V cleanupInk: * |
|
| public |
V renderInk: * |
|
utils
| summary | ||
| public |
F isClassOrComponent(refClass: *, inst: *): * Returns a boolean which indicates if the provided anyInst matches any of the following conditions (given class A extends React.Component {...} and class B extends class A {...}): |
|
| public |
F isClassOrComponentFactory(refClass: *): * Returns a function in the format |
|
| public |
F isDerivedClass(refClass: *, derivedClassB: *): * Returns a boolean which indicates if the provided |
|
| public |
F isDerivedComponent(refBaseClass: *, componentA: *): * Returns a boolean which indicates that the provided |
|
| public |
F isExactClass(refClass: *, classA: *): * Returns a boolean which indicates that the provided |
|
| public |
F isExactComponent(refClass: *, componentA: *): * Returns a boolean which indicates that the provided |
|
| public |
F isInstanceOf(refClass: *, classA: *): * Returns a boolean which indicates that the provided |
|
