Uses of Class
lumis.content.source.field.MetaDataSourceField
-
Packages that use MetaDataSourceField Package Description lumis.content.control.autolayout lumis.content.source.field lumis.content.table -
-
Uses of MetaDataSourceField in lumis.content.control.autolayout
Fields in lumis.content.control.autolayout declared as MetaDataSourceField Modifier and Type Field Description protected MetaDataSourceField
AutoLayoutAssociationInformationControl. isAssociationField
-
Uses of MetaDataSourceField in lumis.content.source.field
Subclasses of MetaDataSourceField in lumis.content.source.field Modifier and Type Class Description class
CategorizationSourceField
Categorization source field used to make categorization information available in interface XML and for filter sources based on categories.class
LocaleMetaDataSourceField
Provides locale metadata information for the current row.class
TagSourceField
Tag source field.class
VersionActiveField
Boolean field that indicates if the current version is active or not.class
WorkflowAssignedToSourceField
A workflow's assigned to source field. -
Uses of MetaDataSourceField in lumis.content.table
Methods in lumis.content.table that return MetaDataSourceField Modifier and Type Method Description MetaDataSourceField
ContentTableSource. getField(MetaDataSourceField.Type type)
Returns the filed based on the metadata type passed in.
-