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

Return Element

Group membership: Property & method calls

return acts just like ref, constant and value elements. It makes the return value of a methodCall element accessible to enclosing elements by putting the method's return value on the JGB stack.

Attributes

None

Example usage

…
<property name="backgroundColor">
    <return>
        <methodCall refid="preferencesObject" method="getDefaultBackgroundColor"/>
    </return>
</property>
…
        

Parent element(s)

constraints, parameter, property, sheet.

Child element(s)

methodCall.
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 |