be.lassi.ui.util
Class ComponentBuilder
java.lang.Object
be.lassi.ui.util.ComponentBuilder
public class ComponentBuilder
- extends java.lang.Object
Method Summary |
javax.swing.JCheckBox |
newCheckBox(java.lang.String propertyName,
java.lang.String text)
|
javax.swing.JTextField |
newField(java.lang.String propertyName)
|
javax.swing.JLabel |
newLabel(java.lang.String messageKey)
|
javax.swing.JLabel |
newValidationResultLabel()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ComponentBuilder
public ComponentBuilder(ValidatingPresentationModel model)
newCheckBox
public javax.swing.JCheckBox newCheckBox(java.lang.String propertyName,
java.lang.String text)
newField
public javax.swing.JTextField newField(java.lang.String propertyName)
newLabel
public javax.swing.JLabel newLabel(java.lang.String messageKey)
newValidationResultLabel
public javax.swing.JLabel newValidationResultLabel()