|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.doui.source.field.BaseSourceField lumis.doui.source.field.BaseTabularSourceField lumis.doui.table.field.BaseTableSourceField lumis.doui.table.field.GenericTableSourceField lumis.doui.table.field.SingleColumnTableSourceField lumis.content.source.field.MetaDataSourceField
public class MetaDataSourceField
A generic meta data source field.
Nested Class Summary | |
---|---|
static class |
MetaDataSourceField.Type
|
Field Summary |
---|
Fields inherited from class lumis.doui.table.field.GenericTableSourceField |
---|
localizeResourceQueryField, lookupQueryField |
Fields inherited from class lumis.doui.source.field.BaseTabularSourceField |
---|
columnName, primaryKey, primaryName, searchable |
Fields inherited from class lumis.doui.source.field.BaseSourceField |
---|
converter, dataType, defaultValue, definitionNode, display, doOptionLookup, externalData, getData, id, introduction, keywords, localize, maximumValue, minimumValue, name, parentId, pattern, readOnly, required, requiredWhenVisible, source |
Constructor Summary | |
---|---|
MetaDataSourceField(java.lang.String tableRelationId,
java.lang.String columnName,
ISourceFieldDataType dataType)
|
|
MetaDataSourceField(java.lang.String tableRelationId,
java.lang.String columnName,
java.lang.String dataTypeId)
|
Method Summary | |
---|---|
org.w3c.dom.Node |
getDefaultInputControlDefinition()
Returns the default input control definition to be used for editing this field's value. |
MetaDataSourceField.Type |
getType()
|
Methods inherited from class lumis.doui.table.field.SingleColumnTableSourceField |
---|
createDataType, getQueryField, getTableMapping, init, isInsertable, isUpdatable |
Methods inherited from class lumis.doui.table.field.GenericTableSourceField |
---|
convertRowToFieldData, convertToQueryFieldValue, getAssignedValue, getDefaultInsertValue, getDisplayQueryField, getQueryAssignments, getQueryAssignments, getQueryField, getQueryFilter, getQuerySortOrders |
Methods inherited from class lumis.doui.table.field.BaseTableSourceField |
---|
isLookupEnabled |
Methods inherited from class lumis.doui.source.field.BaseTabularSourceField |
---|
getColumnName, isPrimaryKey, isPrimaryName, isSearchable |
Methods inherited from class lumis.doui.source.field.BaseSourceField |
---|
convertToFieldValueClass, createConverter, getConverter, getDataType, getDefaultControlDefinition, getDefaultValue, getDefaultViewControlDefinition, getDefinitionNode, getId, getMaximumValue, getMinimumValue, getName, getValueClass, isDisplay, isExternalData, isGetData, isIntroduction, isKeywords, isLocalize, isParentId, isReadOnly, isRequired, isRequiredWhenVisible |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface lumis.doui.source.field.ITabularSourceField |
---|
isPrimaryKey, isSearchable |
Methods inherited from interface lumis.doui.source.field.ISourceField |
---|
getConverter, getDataType, getDefaultControlDefinition, getDefaultValue, getDefaultViewControlDefinition, getDefinitionNode, getId, getMaximumValue, getMinimumValue, getName, getValueClass, isDisplay, isExternalData, isGetData, isIntroduction, isKeywords, isParentId, isPrimaryName, isReadOnly, isRequired, isRequiredWhenVisible |
Constructor Detail |
---|
public MetaDataSourceField(java.lang.String tableRelationId, java.lang.String columnName, java.lang.String dataTypeId) throws PortalException
PortalException
public MetaDataSourceField(java.lang.String tableRelationId, java.lang.String columnName, ISourceFieldDataType dataType)
Method Detail |
---|
public org.w3c.dom.Node getDefaultInputControlDefinition() throws PortalException
ISourceField
getDefaultInputControlDefinition
in interface ISourceField
getDefaultInputControlDefinition
in class BaseSourceField
PortalException
ISourceField.getDefaultControlDefinition()
,
ISourceField.getDefaultViewControlDefinition()
public MetaDataSourceField.Type getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |