iSeries WebFacing
v5.0

com.ibm.etools.iseries.webfacing.convert.external
Interface IFieldInput

All Known Subinterfaces:
IFieldTagInput, IWSSubTagInput, IWSTagInput

public interface IFieldInput


Method Summary
 int getEndColumn()
          get the end column
 int getEndRow()
          get the end row
 String getFieldHTML()
          Generate and return the default html representation for this field.
 String getFieldName()
          Return the field name
 IFieldType getFieldType()
          get the field type
 String getFieldValue()
          get the field value
 String getRecordName()
          get the current record name
 IRecordType getRecordType()
          Return the type of record this field is contained in
 int getStartColumn()
          get the start column
 int getStartRow()
          get the start row
 

Method Detail

getFieldName

public String getFieldName()
Return the field name

getFieldType

public IFieldType getFieldType()
get the field type

getRecordName

public String getRecordName()
get the current record name

getRecordType

public IRecordType getRecordType()
Return the type of record this field is contained in

getFieldValue

public String getFieldValue()
get the field value

getStartColumn

public int getStartColumn()
get the start column

getEndColumn

public int getEndColumn()
get the end column

getStartRow

public int getStartRow()
get the start row

getEndRow

public int getEndRow()
get the end row

getFieldHTML

public String getFieldHTML()
Generate and return the default html representation for this field. This is the output that would normally be generated by WebFacing.

iSeries WebFacing
v5.0

Copyright © 2003 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.