Package com.ebasetech.xi.api
Interface TableColumn
- All Known Subinterfaces:
WebFormTableColumn
public interface TableColumn extends Field
The
TableColumn
interface represents a table column form, integration service or workflow job.
Individual table columns can be accessed via their parent table.
Example:
tables.TAB1.COL1.value = 22; tables.TAB1.getColumn("COL2").value = "Test";
- Since:
- V4.4
-
Method Summary
Methods inherited from interface com.ebasetech.xi.api.Element
getElementName, getElementType
Methods inherited from interface com.ebasetech.xi.api.Field
getDisplayValue, getDisplayValue, getStringValue, getType, getValue, setDisplayValue, setValue