Uses of Class
org.springframework.richclient.layout.LabelOrientation

Packages that use LabelOrientation
org.springframework.richclient.form.builder   
org.springframework.richclient.layout   
 

Uses of LabelOrientation in org.springframework.richclient.form.builder
 

Methods in org.springframework.richclient.form.builder with parameters of type LabelOrientation
 GridBagLayoutFormBuilder GridBagLayoutFormBuilder.appendLabeledField(String propertyName, JComponent field, LabelOrientation labelOrientation)
          Appends a label and field to the end of the current line.
 GridBagLayoutFormBuilder GridBagLayoutFormBuilder.appendLabeledField(String propertyName, JComponent field, LabelOrientation labelOrientation, int colSpan)
          Appends a label and field to the end of the current line.
 GridBagLayoutFormBuilder GridBagLayoutFormBuilder.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.
 GridBagLayoutFormBuilder GridBagLayoutFormBuilder.appendLabeledField(String propertyName, LabelOrientation labelOrientation)
          Appends a label and field to the end of the current line.
 GridBagLayoutFormBuilder GridBagLayoutFormBuilder.appendLabeledField(String propertyName, LabelOrientation labelOrientation, int colSpan)
          Appends a label and field to the end of the current line.
 

Uses of LabelOrientation in org.springframework.richclient.layout
 

Fields in org.springframework.richclient.layout declared as LabelOrientation
static LabelOrientation LabelOrientation.BOTTOM
           
static LabelOrientation LabelOrientation.LEFT
           
static LabelOrientation LabelOrientation.RIGHT
           
static LabelOrientation LabelOrientation.TOP
           
 

Methods in org.springframework.richclient.layout with parameters of type LabelOrientation
 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.

 



Copyright © 2004-2009 The Spring Framework. All Rights Reserved.