com.ebasetech.xi.api
Interface WebFormField

All Superinterfaces:
Element, Field, java.io.Serializable, WebFormFieldOrColumn

public interface WebFormField
extends Field, WebFormFieldOrColumn

The WebFormField interface represents a form field in an interactive web form.

Individual fields can be accessed via the Fields interface.

Since:
V4.4

Method Summary
 FieldControl getFieldControl()
          Returns the first Field Control on the current page that displays this field.
 FieldControl getFieldControl(Page page)
          Returns the first Field Control on the specified page that displays this field.
 
Methods inherited from interface com.ebasetech.xi.api.Field
getDisplayValue, getDisplayValue, getStringValue, getType, getValue, setDisplayValue, setValue
 
Methods inherited from interface com.ebasetech.xi.api.Element
getElementName, getElementType
 
Methods inherited from interface com.ebasetech.xi.api.WebFormFieldOrColumn
createCustomList, createCustomList, getDisplayLength, getDisplayType, getHelpText, getLabelText, getList, getMaxDisplayLength
 

Method Detail

getFieldControl

FieldControl getFieldControl()
Returns the first Field Control on the current page that displays this field.

Returns:
field control
See Also:
getFieldControl(Page)

getFieldControl

FieldControl getFieldControl(Page page)
Returns the first Field Control on the specified page that displays this field.

Returns:
field control
See Also:
getFieldControl()