cookxml.cookformlayout.helper
Class LabelHelper

java.lang.Object
  extended bycookxml.cookformlayout.helper.LabelHelper
All Implemented Interfaces:
FormBuilderHelper, NoAdd

public class LabelHelper
extends Object
implements FormBuilderHelper

Since:
CookFormLayout 1.0

Field Summary
 int columnSpan
           
 com.jgoodies.forms.layout.CellConstraints componentConstraints
           
 com.jgoodies.forms.layout.CellConstraints labelConstraints
           
 boolean nextLine
           
 String text
           
 
Constructor Summary
LabelHelper()
           
 
Method Summary
 void add(Component comp)
           
 void addToBuilder(com.jgoodies.forms.builder.AbstractFormBuilder builder)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

text

public String text

labelConstraints

public com.jgoodies.forms.layout.CellConstraints labelConstraints

componentConstraints

public com.jgoodies.forms.layout.CellConstraints componentConstraints

columnSpan

public int columnSpan

nextLine

public boolean nextLine
Constructor Detail

LabelHelper

public LabelHelper()
Method Detail

add

public void add(Component comp)

addToBuilder

public void addToBuilder(com.jgoodies.forms.builder.AbstractFormBuilder builder)
Specified by:
addToBuilder in interface FormBuilderHelper