| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GridBagLayoutBuilder | |
|---|---|
| org.springframework.richclient.form.builder | |
| org.springframework.richclient.layout | |
| Uses of GridBagLayoutBuilder in org.springframework.richclient.form.builder | 
|---|
| Subclasses of GridBagLayoutBuilder in org.springframework.richclient.form.builder | |
|---|---|
| protected  class | GridBagLayoutFormBuilder.FormModelAwareGridBagLayoutBuilder | 
| Methods in org.springframework.richclient.form.builder that return GridBagLayoutBuilder | |
|---|---|
|  GridBagLayoutBuilder | GridBagLayoutFormBuilder.getBuilder()Returns the underlying GridBagLayoutFormBuilder.FormModelAwareGridBagLayoutBuilder. | 
| Uses of GridBagLayoutBuilder in org.springframework.richclient.layout | 
|---|
| Methods in org.springframework.richclient.layout that return GridBagLayoutBuilder | |
|---|---|
|  GridBagLayoutBuilder | GridBagLayoutBuilder.append(Component component)Appends the given component to the end of the current line, using the default insets and no expansion | 
|  GridBagLayoutBuilder | GridBagLayoutBuilder.append(Component component,
             int colSpan,
             int rowSpan)Appends the given component to the end of the current line, using the default insets and no expansion | 
|  GridBagLayoutBuilder | GridBagLayoutBuilder.append(Component component,
             int colSpan,
             int rowSpan,
             boolean expandX,
             boolean expandY)Appends the given component to the end of the current line, using the default insets | 
|  GridBagLayoutBuilder | GridBagLayoutBuilder.append(Component component,
             int colSpan,
             int rowSpan,
             boolean expandX,
             boolean expandY,
             Insets insets)Appends the given component to the end of the current line | 
|  GridBagLayoutBuilder | GridBagLayoutBuilder.append(Component component,
             int colSpan,
             int rowSpan,
             double xweight,
             double yweight)Appends the given component to the end of the current line, using the default insets | 
|  GridBagLayoutBuilder | GridBagLayoutBuilder.append(Component component,
             int colSpan,
             int rowSpan,
             double xweight,
             double yweight,
             Insets insets)Appends the given component to the end of the current line | 
|  GridBagLayoutBuilder | GridBagLayoutBuilder.append(Component component,
             int x,
             int y,
             int colSpan,
             int rowSpan,
             boolean expandX,
             boolean expandY,
             Insets insets)Appends the given component to the end of the current line | 
|  GridBagLayoutBuilder | GridBagLayoutBuilder.append(Component component,
             int x,
             int y,
             int colSpan,
             int rowSpan,
             double xweight,
             double yweight,
             Insets insets)Appends the given component to the end of the current line | 
|  GridBagLayoutBuilder | GridBagLayoutBuilder.appendField(Component component)Appends the given component to the end of the current line. | 
|  GridBagLayoutBuilder | GridBagLayoutBuilder.appendField(Component component,
                       int colSpan)Appends the given component to the end of the current line. | 
|  GridBagLayoutBuilder | GridBagLayoutBuilder.appendLabel(JLabel label)Appends the given label to the end of the current line. | 
|  GridBagLayoutBuilder | GridBagLayoutBuilder.appendLabel(JLabel label,
                       int colSpan)Appends the given label to the end of the current line. | 
|  GridBagLayoutBuilder | GridBagLayoutBuilder.appendLabeledField(JLabel label,
                                     JComponent field,
                                     LabelOrientation labelOrientation,
                                     int colSpan,
                                     int rowSpan,
                                     boolean expandX,
                                     boolean expandY)Appends a label and field to the end of the current line. The label will be to the left of the field, and be right-justified. The field will "grow" horizontally as space allows. | 
|  GridBagLayoutBuilder | GridBagLayoutBuilder.appendLabeledField(String propertyName,
                                     JComponent field,
                                     LabelOrientation labelOrientation)Appends a label and field to the end of the current line. | 
|  GridBagLayoutBuilder | GridBagLayoutBuilder.appendLabeledField(String propertyName,
                                     JComponent field,
                                     LabelOrientation labelOrientation,
                                     int colSpan)Appends a label and field to the end of the current line. | 
|  GridBagLayoutBuilder | GridBagLayoutBuilder.appendLabeledField(String propertyName,
                                     JComponent field,
                                     LabelOrientation labelOrientation,
                                     int colSpan,
                                     int rowSpan,
                                     boolean expandX,
                                     boolean expandY)Appends a label and field to the end of the current line. The label will be to the left of the field, and be right-justified. The field will "grow" horizontally as space allows. | 
|  GridBagLayoutBuilder | GridBagLayoutBuilder.appendLeftLabel(String labelKey)Appends a left-justified label to the end of the given line, using the provided string as the key to look in the ComponentFactory'smessage
 bundle for the text to use. | 
|  GridBagLayoutBuilder | GridBagLayoutBuilder.appendLeftLabel(String labelKey,
                               int colSpan)Appends a left-justified label to the end of the given line, using the provided string as the key to look in the ComponentFactory'smessage
 bundle for the text to use. | 
|  GridBagLayoutBuilder | GridBagLayoutBuilder.appendRightLabel(String labelKey)Appends a right-justified label to the end of the given line, using the provided string as the key to look in the ComponentFactory'smessage
 bundle for the text to use. | 
|  GridBagLayoutBuilder | GridBagLayoutBuilder.appendRightLabel(String labelKey,
                                 int colSpan)Appends a right-justified label to the end of the given line, using the provided string as the key to look in the ComponentFactory'smessage
 bundle for the text to use. | 
|  GridBagLayoutBuilder | GridBagLayoutBuilder.appendSeparator()Appends a seperator (usually a horizonal line). | 
|  GridBagLayoutBuilder | GridBagLayoutBuilder.appendSeparator(String labelKey)Appends a seperator (usually a horizonal line) using the provided string as the key to look in the ComponentFactory'smessage
 bundle for the text to put along with the seperator. | 
|  GridBagLayoutBuilder | GridBagLayoutBuilder.nextLine()Ends the current line and starts a new one | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||