Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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()));