|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.virginia.dcjs.gui.ApplicationLayoutAdapter
Adapter class for ApplicationLayout implementations.
* Subclasses need only implement those ApplicationLayout
* methods that pertain to the GUI being layed out.
| Field Summary |
| Fields inherited from interface gov.virginia.dcjs.gui.ApplicationLayout |
DATAENTRY, GRID, READONLY, RESIZABLE, ROW |
| Constructor Summary | |
ApplicationLayoutAdapter()
|
|
| Method Summary | |
java.lang.String[] |
getButtonCaptions()
Obtain the button captions for the main button panel. |
java.lang.String[] |
getButtonCaptions(int dialog)
Obtain the button captions for the specified dialog button panel. |
int |
getButtonsTall()
Obtain the quantity of buttons to appear in a single column of * the main button panel. |
int |
getButtonsTall(int dialog)
Obtain the quantity of buttons to appear in a single column of * the specified dialog button panel. |
java.lang.String |
getButtonTitle()
Obtain the title for the main button panel. |
java.lang.String |
getButtonTitle(int dialog)
Obtain the title for the specified dialog button panel. |
java.lang.String[] |
getGridCaptions()
Obtain the grid captions for the main panel. |
java.lang.String[] |
getGridCaptions(int dialog)
Obtain the grid captions for the specified dialog. |
java.lang.String[] |
getGridColumns()
Obtain fields to display by Relation field
* names within the main grid. |
java.lang.String[] |
getGridColumns(int dialog)
Obtain fields to display by Relation field
* names within the dialog's grid. |
int[] |
getGridColumnWidths()
Obtain column widths for each column within the main grid. |
int[] |
getGridColumnWidths(int dialog)
Obtain column widths for each column within the dialog grid. |
GridRowMetaData |
getGridRowMetaData()
Obtain the meta data for each field in a complete record to be * displayed in the main panel. |
GridRowMetaData |
getGridRowMetaData(int dialog)
Obtain the meta data for each field of a data entry row to be * displayed in the specified dialog box. |
java.lang.String |
getGridTitle()
Obtain the title for the main grid panel. |
java.lang.String |
getGridTitle(int dialog)
Obtain the title for the specified dialog grid panel. |
int |
getKeyIndex()
Obtain the index of the main grid data column containing the data key. |
int |
getKeyIndex(int dialog)
Obtain the index of the dialog grid data column containing the data key. |
java.lang.String |
getRowTitle()
Obtain the title for the main panel's grid row. |
java.lang.String |
getRowTitle(int dialog)
Obtain the title for the specified dialog's grid row. |
int |
getSortIndex()
Obtain the index of the main grid data column to sort on. |
int |
getSortIndex(int dialog)
Obtain the index of the specified dialog grid data column to sort on. |
java.lang.String |
getTitle()
Obtain the title for the main panel. |
java.lang.String |
getTitle(int dialog)
Obtain the title for the specified dialog panel. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ApplicationLayoutAdapter()
| Method Detail |
public java.lang.String getTitle()
getTitle in interface ApplicationLayoutpublic java.lang.String getTitle(int dialog)
getTitle in interface ApplicationLayoutpublic java.lang.String getGridTitle()
getGridTitle in interface ApplicationLayoutpublic java.lang.String getGridTitle(int dialog)
getGridTitle in interface ApplicationLayoutpublic java.lang.String getRowTitle()
getRowTitle in interface ApplicationLayoutpublic java.lang.String getRowTitle(int dialog)
getRowTitle in interface ApplicationLayoutpublic java.lang.String getButtonTitle()
getButtonTitle in interface ApplicationLayoutpublic java.lang.String getButtonTitle(int dialog)
getButtonTitle in interface ApplicationLayoutpublic java.lang.String[] getGridCaptions()
getGridCaptions in interface ApplicationLayoutpublic java.lang.String[] getGridCaptions(int dialog)
getGridCaptions in interface ApplicationLayoutpublic java.lang.String[] getButtonCaptions()
getButtonCaptions in interface ApplicationLayoutpublic java.lang.String[] getButtonCaptions(int dialog)
getButtonCaptions in interface ApplicationLayoutpublic int getButtonsTall()
getButtonsTall in interface ApplicationLayoutpublic int getButtonsTall(int dialog)
getButtonsTall in interface ApplicationLayoutpublic java.lang.String[] getGridColumns()
Relation field
* names within the main grid.
* @return Field names to be displayed in main grid.
getGridColumns in interface ApplicationLayoutpublic java.lang.String[] getGridColumns(int dialog)
Relation field
* names within the dialog's grid.
* @param dialog Dialog specific identifier. One of this class' constants.
* @return Field names to be displayed in dialog grid.
getGridColumns in interface ApplicationLayoutpublic int[] getGridColumnWidths()
getGridColumnWidths in interface ApplicationLayoutpublic int[] getGridColumnWidths(int dialog)
getGridColumnWidths in interface ApplicationLayoutpublic GridRowMetaData getGridRowMetaData()
getGridRowMetaData in interface ApplicationLayoutpublic GridRowMetaData getGridRowMetaData(int dialog)
getGridRowMetaData in interface ApplicationLayoutpublic int getSortIndex()
getSortIndex in interface ApplicationLayoutpublic int getSortIndex(int dialog)
getSortIndex in interface ApplicationLayoutpublic int getKeyIndex()
getKeyIndex in interface ApplicationLayoutpublic int getKeyIndex(int dialog)
getKeyIndex in interface ApplicationLayout
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||