CICS® Transaction Gateway Programming Reference v1.1.0.0

com.ibm.connector2.screen
Interface IFieldInfo


public interface IFieldInfo

This interface defines the field information interface used by an application to obtain the name, starting column, starting row, starting position, or text of a field.


Method Summary
 java.lang.String getName()
          Returns the name of the field.
 int getStartCol()
          Returns the starting column of the field.
 int getStartPos()
          Returns the starting position of the field.
 int getStartRow()
          Returns the starting row which contains the field.
 java.lang.String getText()
          Returns the text of the field.
 

Method Detail

getName

java.lang.String getName()
Returns the name of the field.


getStartCol

int getStartCol()
Returns the starting column of the field.


getStartPos

int getStartPos()
Returns the starting position of the field.


getStartRow

int getStartRow()
Returns the starting row which contains the field.


getText

java.lang.String getText()
Returns the text of the field.


©Copyright IBM Corp. 1994, 2014
Legal