| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TableLayoutBuilder | |
|---|---|
| org.springframework.richclient.form.builder | |
| org.springframework.richclient.layout | |
| Uses of TableLayoutBuilder in org.springframework.richclient.form.builder | 
|---|
| Methods in org.springframework.richclient.form.builder that return TableLayoutBuilder | |
|---|---|
|  TableLayoutBuilder | TableFormBuilder.getLayoutBuilder()Returns the layout builder which is used to build the layout of the added fields and labels | 
| Constructors in org.springframework.richclient.form.builder with parameters of type TableLayoutBuilder | |
|---|---|
| TableFormBuilder(BindingFactory bindingFactory,
                                 TableLayoutBuilder tableLayoutBuilder)Creates an instances of the TableFormBuilder by using a BindingFactoryand a given | |
| Uses of TableLayoutBuilder in org.springframework.richclient.layout | 
|---|
| Methods in org.springframework.richclient.layout that return TableLayoutBuilder | |
|---|---|
|  TableLayoutBuilder | TableLayoutBuilder.cell()Inserts an empty cell at the current row/column. | 
|  TableLayoutBuilder | TableLayoutBuilder.cell(JComponent component)Inserts a component at the current row/column. | 
|  TableLayoutBuilder | TableLayoutBuilder.cell(JComponent component,
         String attributes)Inserts a component at the current row/column. | 
|  TableLayoutBuilder | TableLayoutBuilder.cell(String attributes)Inserts an empty cell at the current row/column. | 
|  TableLayoutBuilder | TableLayoutBuilder.gapCol()Inserts a related component gap column. | 
|  TableLayoutBuilder | TableLayoutBuilder.gapCol(com.jgoodies.forms.layout.ColumnSpec colSpec)Inserts a gap column with the specified colSpec. | 
|  TableLayoutBuilder | TableLayoutBuilder.gapCol(String colSpec)Inserts a gap column with the specified colSpec. | 
|  TableLayoutBuilder | TableLayoutBuilder.labelGapCol()Inserts a label component gap column. | 
|  TableLayoutBuilder | TableLayoutBuilder.relatedGapCol()Inserts a related component gap column. | 
|  TableLayoutBuilder | TableLayoutBuilder.relatedGapRow()Inserts a new row. | 
|  TableLayoutBuilder | TableLayoutBuilder.row()Inserts a new row. | 
|  TableLayoutBuilder | TableLayoutBuilder.row(com.jgoodies.forms.layout.RowSpec gapRowSpec)Inserts a new row. | 
|  TableLayoutBuilder | TableLayoutBuilder.row(String gapRowSpec)Inserts a new row. | 
|  TableLayoutBuilder | TableLayoutBuilder.separator(String labelKey)Deprecated. this is a layout builder, creating components should be done elsewhere, use cell() methods instead | 
|  TableLayoutBuilder | TableLayoutBuilder.separator(String labelKey,
                   String attributes)Deprecated. this is a layout builder, creating components should be done elsewhere, use cell() methods instead | 
|  TableLayoutBuilder | TableLayoutBuilder.unrelatedGapCol()Inserts a unrelated component gap column. | 
|  TableLayoutBuilder | TableLayoutBuilder.unrelatedGapRow()Inserts a new row. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||