Label: todo

All content with label todo.
There are no related labels.

FactoryBuilderSupport (Groovy)
FactoryBuilderSupport SwingBuilder http://groovy.codehaus.org/SwingBuilder is one of the most used Groovy builders. It follows the standard structure of BuilderSupport but uses the concept of factories to build each node. Seeing that the concept was useful enough for other builders the basic implementation was taken out ...
Feature Wish List (Groovy)
Please use this page to document all the ideas and wishes you'd like to see in Groovy. New function for integers to reverse bits. Concatenate string with null object.  'Test'null will produce 'Test'. Function/Global method 'NVL'. This method avoid ...
Gldapwrap - Usage (Groovy)
package is not actively maintained, but it will be rereleased once it has been reworked as time permits. Gldapwrap Usage To use Gldapwrap, you need to make sure the Gldapwrap jar is in your classpath as well as the Spring LDAP jars (provided in the download). An easy ...
Not Yet Documented (Groovy)
following items need documentation. When documenting, please create a page for each and link to it. Generics Closures Closure's variable resolving strategy Joint Groovy/Java compiler, and its options and impact on the Groovyc Ant task Explain the new Foo ...
SwingBuilder.button (Groovy)
Generated Object A javax.swing.JButton is returned, unless the user passes in a subclass of JButton as the value argument, in which case the value argument is returned. Attributes See also: JComponent SwingBuilder.JComponent Declared in JButton defaultButton <boolean> Whether or not this button is the default button defaultCapable ...