Group
Display a container view with title and border.
| Module | require("gui") | 
| Type | Class | 
| Inherits | View | 
Class methods
create(title)
Create a new Group with title.
Parameters
- Stringtitle
Return
GroupMethods
setContentView(view)
Set the content view.
Parameters
- Containerview
getContentView()
Return the content view.
Return
ContainersetTitle(title)
Set the title.
Parameters
- Stringtitle
getTitle()
Return the title.
Return
String