org.springframework.richclient.form
Interface FormBuilder


public interface FormBuilder

Common interface to assist with building forms.

Author:
Keith Donald

Field Summary
static int LABEL_INDEX
           
static int LABELED_INDEX
           
 
Method Summary
 JComponent[] add(String labelKey, JComponent labeledComponent)
           
 JComponent[] add(String labelKey, String labelConstraints, JComponent labeledComponent)
           
 void addGapRow()
           
 void addRow(ControlFactory controlFactory)
           
 void addSeparator()
           
 JComponent getForm()
           
 

Field Detail

LABEL_INDEX

static final int LABEL_INDEX
See Also:
Constant Field Values

LABELED_INDEX

static final int LABELED_INDEX
See Also:
Constant Field Values
Method Detail

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.