JavaGantt 2011.1 API

eu.beesoft.gaia.swing.form
Class FormBuilder

java.lang.Object
  extended by eu.beesoft.gaia.util.ObjectBuilder<T>
      extended by eu.beesoft.gaia.swing.builder.SwingBuilder<T>
          extended by eu.beesoft.gaia.swing.builder.ComponentBuilder<T>
              extended by eu.beesoft.gaia.swing.builder.ContainerBuilder<Form>
                  extended by eu.beesoft.gaia.swing.form.FormBuilder

public class FormBuilder
extends ContainerBuilder<Form>

Builder to produce instances of Form. It supports these properties:


Constructor Summary
FormBuilder()
           
 
Method Summary
protected  Form createObject()
          Creates object for this builder.
protected  void initCellBorderColor(java.lang.String value)
           
protected  void initEditableComponentBackground(java.lang.String value)
           
protected  void initEditableComponentBorderColor(java.lang.String value)
           
 
Methods inherited from class eu.beesoft.gaia.swing.builder.ContainerBuilder
addSwingChild, findBoundData, getBoundValueFromComponent, initLayout, isBindable, setBoundValueToComponent
 
Methods inherited from class eu.beesoft.gaia.swing.builder.ComponentBuilder
addChild, convertValue, createBoundData, getLayoutConstraints, initBackground, initBorder, initEnabled, initFont, initForeground, initId, initLayoutConstraint, initName, initOpaque, initSize, initToolTipText, initVisible, parseColor, parseIcon, setLayoutConstraints
 
Methods inherited from class eu.beesoft.gaia.swing.builder.SwingBuilder
getBindableChildren, getBinding, getBoundData, getPropertyFromResourceBundle, getValueFromBoundObject, initBinding, parseDimension, setBoundData, setValueToBoundObject
 
Methods inherited from class eu.beesoft.gaia.util.ObjectBuilder
createObject, getFactory, getChildren, getId, getObject, getParent, getProperties, getProperty, initClass, initObjectProperties, initObjectProperty, parseBoolean, parseClass, parseConstant, parseConstructor, parseDouble, parseInstance, parseInstance, parseInt, parseInt
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormBuilder

public FormBuilder()
Method Detail

createObject

protected Form createObject()
Description copied from class: ObjectBuilder
Creates object for this builder. This method is invoked only once, when properties for builder and the builder's parent (but not children) are set.

Specified by:
createObject in class ObjectBuilder<Form>
Returns:
created object

initCellBorderColor

protected void initCellBorderColor(java.lang.String value)

initEditableComponentBackground

protected void initEditableComponentBackground(java.lang.String value)

initEditableComponentBorderColor

protected void initEditableComponentBorderColor(java.lang.String value)

JavaGantt 2011.1 API