FormTreeControl.isContainer Method
Returns a value that indicates whether the control is a container.
Syntax
public boolean isContainer()
Run On
Client
Return Value
Type: boolean
true if the control is a container; otherwise false.
Examples
The following example shows how to determine whether a control is a container.
info(strfmt("IsContainer: %1", this.isContainer()));