public class TextPsudoFormView extends Object implements SwingFormView
Label Title *********************
| Constructor and Description |
|---|
TextPsudoFormView(TextPseudoForm elementField)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
cell()
The component should be rendered for use in a table cell.
|
Component |
dialog()
This should only be called during a test because in the
normal use case the text field is presented instead of the
button which is the standard way of launching a form dialog.
|
public TextPsudoFormView(TextPseudoForm elementField)
elementField - The ElementField being modelled.public Component cell()
SwingFormViewcell in interface SwingFormViewpublic Component dialog()
dialog in interface SwingFormViewCopyright © 2023. All rights reserved.