|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Implementors of this interface enable ApplicationGUIs
* to custom build themselves to suit the implementor's purpose.
| Field Summary | |
static int |
DATAENTRY
Pertaining to an editable parent/child view of data |
static int |
GRID
Pertaining to a Read Only grid of data |
static int |
READONLY
Pertaining to a Read Only dialog box of Record data |
static int |
RESIZABLE
Specifies that a column has a resizable width |
static int |
ROW
Pertaining to an editable dialog box of Record data |
| 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 1-based grid index of the main grid data column * containing the data key. |
int |
getKeyIndex(int dialog)
Obtain the 1-based grid 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 1-based 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. |
| Field Detail |
public static final int READONLY
Record data
public static final int ROW
Record data
public static final int GRID
public static final int DATAENTRY
public static final int RESIZABLE
| Method Detail |
public java.lang.String getTitle()
public java.lang.String getTitle(int dialog)
public java.lang.String getGridTitle()
public java.lang.String getGridTitle(int dialog)
public java.lang.String getRowTitle()
public java.lang.String getRowTitle(int dialog)
public java.lang.String getButtonTitle()
public java.lang.String getButtonTitle(int dialog)
public java.lang.String[] getButtonCaptions()
public java.lang.String[] getButtonCaptions(int dialog)
public int getButtonsTall()
public int getButtonsTall(int dialog)
public java.lang.String[] getGridCaptions()
public java.lang.String[] getGridCaptions(int dialog)
public java.lang.String[] getGridColumns()
Relation field
* names within the main grid.
* @return Field names to be displayed in main grid.
public 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.
public int[] getGridColumnWidths()
public int[] getGridColumnWidths(int dialog)
public GridRowMetaData getGridRowMetaData()
public GridRowMetaData getGridRowMetaData(int dialog)
public int getSortIndex()
public int getSortIndex(int dialog)
public int getKeyIndex()
public int getKeyIndex(int dialog)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||