Java Gui Builder
You are here: Home   >   Documentation   >   JGB Elements Documentation   >   Null Element
JGB Element Navigation
tab
ref

Null Element

Group membership: Property & method calls

Puts a null on the stack ready for consumption by a methodCall, property or return element.

This allows passing an actual null value to methods.

Attributes

Name Type Required Description
class CDATA Yes

Defines the java class that the null value represents.

Example usage

…
<property name="title">
    <null class="java.lang.String">
</property>
…
        

Parent element(s)

constraints, parameter, property, sheet.

Child element(s)

None
Back to top
SourceForge Logo
Hosted on SourceForge.net
Valid XHTML 1.0!
Valid XHTML 1.0 !
Valid CSS!
Valid CSS !
Code Coverage by Clover
Code Coverage provided by Clover
 |  Home |  License |  Downloads |  Documentation |  Developers |  Mailing Lists |  Dependencies |  Links |  Privacy Policy |  SF Project Home |