@groovy.transform.CompileStatic final class FormTabSpec extends java.lang.Object
Type | Name and description |
---|---|
IUiFormVisitor |
formVisitor |
Constructor and description |
---|
FormTabSpec
(IUiFormVisitor formVisitor) |
Type Params | Return Type | Name and description |
---|---|---|
|
void |
tabLabel(java.lang.String sectionName, groovy.lang.Closure closure) Add a tabulation to a section tabs. |
Methods inherited from class | Name |
---|---|
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Add a tabulation to a section tabs. Can only be children of FormSpec.tabs.
sectionName
- the label in the tabclosure
- describe the content of the tabulationGroovy Documentation