|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface WebFormTableColumn
The WebFormTableColumn
represents a table column in an interactive web form.
Individual table columns can be accessed via their parent table.
Method Summary | |
---|---|
FieldColumnControl |
getColumnControl()
Returns the first Table Column Control on the current page that displays this column. |
FieldColumnControl |
getColumnControl(Page page)
Returns the first Table Column Control on the specified page that displays this column. |
FieldControl |
getFieldControl()
Returns the first Field Control on the current page that displays this column. |
FieldControl |
getFieldControl(Page page)
Returns the first Table Column Control on the specified page that displays this column. |
Methods inherited from interface com.ebasetech.xi.api.TableColumn |
---|
getTable |
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 |
---|
FieldColumnControl getColumnControl()
getFieldControl()
when the table column is displayed in a Repeater Control
or standalone on a page.
getColumnControl(Page)
FieldColumnControl getColumnControl(Page page)
getFieldControl(Page)
when the table column is displayed in a Repeater Control
or standalone on a page.
getColumnControl()
FieldControl getFieldControl()
getColumnControl()
when the table column
is displayed in a Table Control.
getFieldControl(Page)
FieldControl getFieldControl(Page page)
getColumnControl(Page)
when the table column
is displayed in a Table Control.
getFieldControl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |