Java Gui Builder |
|
You are here: | Home > Documentation > JGB Elements Documentation > Value Element |
Group membership: Property & method calls
Declares a value that will be passed to an enclosing property, methodCall or parameter element.
The value may be any primitive type, but also includes java.lang.String since this is a very often used type.
Name | Type | Required | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
data | CDATA | Yes |
The actual value that must be passed as parameter. The contents of this attribute must match the type declaration. This means no characters in a numerical value, etc. |
||||||||||||||||||||
type | CDATA | Yes |
Determines the type of value to store on the JGB stack. All of the primitive types are present, as well as a string object. Literal values
|
… <property name="title"> <value type="string" data="Java Gui Builder, r102"/> </property> <property name="height"> <value type="int" data="240"/> </property> <property name="visible"> <value type="boolean" data="true"/> </property> …
Hosted on SourceForge.net |
Valid XHTML 1.0 ! |
Valid CSS ! |
Code Coverage provided by Clover |