A ViewGroup
is a visual grouping of views in the navigation pane.
Signature
export class ViewGroup
Details
Final | No |
---|
Constructors
Name | Description |
---|---|
(constructor)(viewOrId) |
Constructs a new instance of the ViewGroup class |
Methods
Name | Description |
---|---|
addLabel(label) |
Add a label to this ViewGroup . |
addView(viewOrId) |
Add a view to the ViewGroup . The view can be represented by a view-derived object, or simply by ViewId . |
addViewGroup(viewGroup) |
Nest a ViewGroup within the current ViewGroup . |