Uses of Interface
lumis.doui.table.field.ITableSourceField
-
-
Uses of ITableSourceField in lumis.content.source.field
Classes in lumis.content.source.field that implement ITableSourceField 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
MetaDataSourceField
A generic meta data source field.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 ITableSourceField in lumis.content.table
Methods in lumis.content.table that return ITableSourceField Modifier and Type Method Description protected ITableSourceField
ContentTableSource. createSourceField(Node fieldNode)
-
Uses of ITableSourceField in lumis.doui.table
Methods in lumis.doui.table that return ITableSourceField Modifier and Type Method Description protected ITableSourceField
TableSource. createSourceField(Node fieldNode)
-
Uses of ITableSourceField in lumis.doui.table.field
Classes in lumis.doui.table.field that implement ITableSourceField Modifier and Type Class Description class
BaseTableSourceField
Base implementation for theITableSourceField
interface.class
ChannelTableSourceField
Implementation for fields with channel data type.class
ExperimentalGenericTableSourceField
This class is responsible to define a single column field in a specified source.class
FileTableSourceField
Field used for filesclass
GenericTableSourceField
A generic table source field.class
HtmlTableSourceField
The table source field for HTML data type.class
PageTableSourceField
A page source field.class
ParentContentSourceField
A parent content source field.class
SingleColumnTableSourceField
A generic single column table source field. -
Uses of ITableSourceField in lumis.service.analytics.eventsadmin
Methods in lumis.service.analytics.eventsadmin with parameters of type ITableSourceField Modifier and Type Method Description protected boolean
EventFieldSource. isUpdatable(ITableSourceField field)
-
Uses of ITableSourceField in lumis.service.comment
Classes in lumis.service.comment that implement ITableSourceField Modifier and Type Class Description class
CommentContentLocaleField
Implementation used for targetContentLocaleId, that shows the primary name of the content locale. -
Uses of ITableSourceField in lumis.service.document.field
Classes in lumis.service.document.field that implement ITableSourceField Modifier and Type Class Description class
DocumentSourceField
A document source field. -
Uses of ITableSourceField in lumis.service.media.field
Classes in lumis.service.media.field that implement ITableSourceField Modifier and Type Class Description class
MediaSourceField
An media source field. -
Uses of ITableSourceField in lumis.service.portalmanagement.filesystem
Classes in lumis.service.portalmanagement.filesystem that implement ITableSourceField Modifier and Type Class Description class
FileSizeField
A field for displaying file size information. -
Uses of ITableSourceField in lumis.service.portalmanagement.group
Classes in lumis.service.portalmanagement.group that implement ITableSourceField Modifier and Type Class Description class
GroupConfigurationButtonField
Field used for providing information for rendering the configuration button. -
Uses of ITableSourceField in lumis.service.portalmanagement.grouptype
Classes in lumis.service.portalmanagement.grouptype that implement ITableSourceField Modifier and Type Class Description class
GroupTypeConfigurationButtonField
Field used for providing information for rendering the configuration button. -
Uses of ITableSourceField in lumis.service.questionnaire
Classes in lumis.service.questionnaire that implement ITableSourceField Modifier and Type Class Description class
UserField
User that answered the questionnaire table source field.
-