public class StandardFormView extends Object implements SwingFormView
Provide a panel with the element name, the id if the design
is for a component and then allows the form items to
SwingItemView.inline(java.awt.Container, int, int, boolean)
themselves onto a GridBagLayout panel.
| Constructor and Description |
|---|
StandardFormView(StandardForm form)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
cell()
The component should be rendered for use in a table cell.
|
Component |
dialog()
The component should be rendered for use in a model dialog.
|
public StandardFormView(StandardForm form)
form - public Component cell()
SwingFormViewcell in interface SwingFormViewpublic Component dialog()
SwingFormViewdialog in interface SwingFormViewCopyright © 2023. All rights reserved.