|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@StableMinor(version="4.1", sinceVersion="4.0") public interface ITabularSourceField
The interface for a TabularSource
field.
Method Summary | |
---|---|
void |
convertRowToFieldData(ISourceData originalRow,
ISourceData sourceRow)
Converts a row read from the data provider to this source field type. |
boolean |
isPrimaryKey()
Returns a boolean indicating if this field is a primary key. |
boolean |
isSearchable()
Returns a boolean indicating if this field is searchable. |
Methods inherited from interface lumis.doui.source.field.ISourceField |
---|
getConverter, getDataType, getDefaultControlDefinition, getDefaultInputControlDefinition, getDefaultValue, getDefaultViewControlDefinition, getDefinitionNode, getId, getMaximumValue, getMinimumValue, getName, getValueClass, init, isDisplay, isExternalData, isGetData, isIntroduction, isParentId, isPrimaryName, isReadOnly, isRequired, isRequiredWhenVisible |
Method Detail |
---|
boolean isPrimaryKey()
boolean isSearchable()
void convertRowToFieldData(ISourceData originalRow, ISourceData sourceRow) throws PortalException
originalRow
- a row containing the original data.sourceRow
- the row to be populated with this field's data.
PortalException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |