cookxml.cookformlayout.helper
Class NextColumnHelper

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

public class NextColumnHelper
extends Object
implements FormBuilderHelper

Since:
CookFormLayout 1.0

Field Summary
 int columns
           
 
Constructor Summary
NextColumnHelper()
           
 
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

columns

public int columns
Constructor Detail

NextColumnHelper

public NextColumnHelper()
Method Detail

addToBuilder

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