cookxml.cookformlayout.helper
Class AppendHelper
java.lang.Object
cookxml.cookformlayout.helper.AppendHelper
- All Implemented Interfaces:
- FormBuilderHelper, NoAdd
- public class AppendHelper
- extends Object
- implements FormBuilderHelper
- Since:
- CookFormLayout 1.0
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 |
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
AppendHelper
public AppendHelper()
addToBuilder
public void addToBuilder(com.jgoodies.forms.builder.AbstractFormBuilder builder)
- Specified by:
addToBuilder
in interface FormBuilderHelper