|
CICS® Transaction Gateway Programming Reference V3.1 | |||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Field in com.ibm.ctg.epi |
Fields in com.ibm.ctg.epi declared as Field | |
protected Field |
EPIBasicScreenHandler.cursored
the Field which currently contains the screen cursor. |
Methods in com.ibm.ctg.epi that return Field | |
Field |
EPIBasicScreenHandler.getCursorPosition()
Returns the Field which contains the screen cursor. |
protected Field |
EPIBasicScreenHandler.getField(java.awt.Component comp)
Returns the field associated with a component |
Field |
Map.field(int index)
Return the field at the given index within this map. |
Field |
Map.field(int row,
int column)
Return the field at the given row and column within this map |
protected Field |
Map.namedField(int index)
Return the nth labelled field |
(package private) Field |
Screen.getField(int buffAddr)
Get a field at a given buffer address |
Field |
Screen.field(int index)
Get a field by index. |
Field |
Screen.field(int row,
int col)
Get a field by screen position. |
Methods in com.ibm.ctg.epi with parameters of type Field | |
void |
EPIBasicScreenHandler.setCursorPosition(Field f)
Sets the screen cursor to the beginning of this Field. |
protected void |
EPIBasicScreenHandler.setField(java.awt.Component comp,
Field f)
Sets the field associated with a component |
protected java.awt.Component |
EPIBasicScreenHandler.createComponent(Field f)
Returns a new component to be mapped to the field, or null if none is required. |
protected void |
EPIBasicScreenHandler.updateField(java.awt.Component comp,
Field f)
Update the field on the basis of it's associated component, eg: for a TextField, the field's text is set from the TextField's contents. |
protected void |
EPIBasicScreenHandler.addField(Field f)
Creates a component for a new field and add it to the user interface. |
(package private) void |
Screen.insertField(Field newfield)
Insert a field into vector of fields |
|
© Copyright IBM Corp. 1994, 1999 | |||||||
PREV NEXT | FRAMES NO FRAMES |