public class FormLAF extends FormModel implements ComponentListener
form, IO_NAME, ioGroupModel, SUB_NAME, submitsGroupModel, SYS_NAME, sysGroupModel| Constructor and Description |
|---|
FormLAF(Form f,
Renderer render)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
componentHidden(ComponentEvent e) |
void |
componentMoved(ComponentEvent e) |
void |
componentResized(ComponentEvent e) |
void |
componentShown(ComponentEvent e) |
protected JPanel |
getHeader()
generate the header panel.
|
protected JComponent |
getIOPanelScroll()
get the io panel wrapped in a scroll pane.
|
protected JScrollPane |
getSubmitHorizontalPanelScroll(int depth)
get the submit panel Horizontally displayed wrapped in a scroll pane.
|
protected JScrollPane |
getSubmitPanelScroll(int depth)
get the submit panel wrapped in a scroll pane.
|
void |
showForm()
render the frame for the
Form. |
void |
terminateDialog()
Terminate the dialog, closing the frame, and any required procedure.
|
finalizeForm, findModel, getForm, getIOPanel, getIOPanel, getRenderer, getRequest, getSubdialogLevel, getSubmitPanel, getSubmitPanel, getSystemPanel, getTitlePath, isAntecessor, setRequest, updateMissingInputprotected JComponent getIOPanelScroll()
FormModel.getIOPanel() wrapped in a JScrollPane
.protected JScrollPane getSubmitPanelScroll(int depth)
FormModel.getSubmitPanel() wrapped in a
JScrollPane.protected JScrollPane getSubmitHorizontalPanelScroll(int depth)
FormModel.getSubmitPanel() wrapped in a
JScrollPane.protected JPanel getHeader()
public void showForm()
Form.public void terminateDialog()
terminateDialog in class FormModelpublic void componentResized(ComponentEvent e)
componentResized in interface ComponentListenerpublic void componentMoved(ComponentEvent e)
componentMoved in interface ComponentListenerpublic void componentShown(ComponentEvent e)
componentShown in interface ComponentListenerpublic void componentHidden(ComponentEvent e)
componentHidden in interface ComponentListenerCopyright © 2018 universAAL Consortium. All rights reserved.