| Java Gui Builder |
|
||||||||||||||||||
| You are here: | Home > Documentation > JGB Elements Documentation > Sheet Element |
Group membership: Controls
Declares that a sheet control be added to the window.
| Name | Type | Required | Description | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | ID | No |
Identifies the name by which this control will be referenced by other parts of the JGB XML file or Java code. |
||||||||||
| tabplacement | CDATA | No |
Determines where the tabs will be placed. Literal values
|
…
<sheet>
<tab text="Basic" layout="GridLayout" columns="3">
…
</tab>
<tab text="Advanced" mnemonic="d">
…
</tab>
</sheet>
…
|
Hosted on SourceForge.net |
Valid XHTML 1.0 ! |
Valid CSS ! |
Code Coverage provided by Clover |