cookxml.cookformlayout.helper
Class AppendHelper

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

public class AppendHelper
extends Object
implements FormBuilderHelper

Since:
CookFormLayout 1.0

Field Summary
 String column
           
static String GLUE
           
static String LABEL_COMPONENTS_GAP
           
static String LINE_GAP
           
static String PARAGRAPH_GAP
           
static String RELATED_COMPONENTS_GAP
           
 String row
           
static String UNRELATED_COMPONENTS_GAP
           
 
Constructor Summary
AppendHelper()
           
 
Method Summary
 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

GLUE

public static final String GLUE
See Also:
Constant Field Values

LABEL_COMPONENTS_GAP

public static final String LABEL_COMPONENTS_GAP
See Also:
Constant Field Values

LINE_GAP

public static final String LINE_GAP
See Also:
Constant Field Values

PARAGRAPH_GAP

public static final String PARAGRAPH_GAP
See Also:
Constant Field Values

RELATED_COMPONENTS_GAP

public static final String RELATED_COMPONENTS_GAP
See Also:
Constant Field Values

UNRELATED_COMPONENTS_GAP

public static final String UNRELATED_COMPONENTS_GAP
See Also:
Constant Field Values

row

public String row

column

public String column
Constructor Detail

AppendHelper

public AppendHelper()
Method Detail

addToBuilder

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