The Well component
An area for containing components with a border and a gray background. No title or label is shown for this component.
In addition to the methods listed below, this component inherits properties and methods from the superclass Component
. For example, any Well component has a label
and hidden
property even though these are not explicitly listed here.
Properties
Name | Description | Datatype | Default |
---|---|---|---|
tableView | When true and the component is part of an EditGrid, the component's value is shown (simplified) in the collapsed row of the EditGrid. | Boolean | True |
Methods
Name | Syntax | Description |
---|---|---|
addComponent | obj.addComponent(component1, component2) | Add components to the well. |