org.springframework.richclient.form
Interface FormBuilder
public interface FormBuilder
Common interface to assist with building forms.
- Author:
- Keith Donald
LABEL_INDEX
static final int LABEL_INDEX
- See Also:
- Constant Field Values
LABELED_INDEX
static final int LABELED_INDEX
- See Also:
- Constant Field Values
getForm
JComponent getForm()
add
JComponent[] add(String labelKey,
JComponent labeledComponent)
add
JComponent[] add(String labelKey,
String labelConstraints,
JComponent labeledComponent)
addSeparator
void addSeparator()
addGapRow
void addGapRow()
addRow
void addRow(ControlFactory controlFactory)
Copyright © 2004-2008 The Spring Framework. All Rights Reserved.