Uses of Interface
lumis.doui.control.IDataControl
-
-
Uses of IDataControl in lumis.collaboration.chat
Classes in lumis.collaboration.chat that implement IDataControl Modifier and Type Class Description class
ChatMessageListControl
Control that implements a message list.class
ChatSendMessageControl
Control that implements posting of a chat message. -
Uses of IDataControl in lumis.content.control.autolayout
Classes in lumis.content.control.autolayout that implement IDataControl Modifier and Type Class Description class
AutoLayoutAssociationInformationControl
Control that associates a content to other contents.class
AutoLayoutGenericAssociationInformationControl
Base control for associating a content to other contents.class
AutoLayoutWorkflowInformationControl
Renders workflow input controls based on the workflow information. -
Uses of IDataControl in lumis.content.control.categorization
Classes in lumis.content.control.categorization that implement IDataControl Modifier and Type Class Description class
InputCategoryControl
Defines an input category control that allows the user to enter any category value. -
Uses of IDataControl in lumis.content.control.comments
Classes in lumis.content.control.comments that implement IDataControl Modifier and Type Class Description class
CommentsControl
Renders commentsFields in lumis.content.control.comments declared as IDataControl Modifier and Type Field Description protected IDataControl
CommentsControl. metaDataIdSubControl
protected IDataControl
CommentsControl. numCommentsSubControl
protected IDataControl
CommentsControl. valueSubControl
-
Uses of IDataControl in lumis.content.control.contentpicker
Classes in lumis.content.control.contentpicker that implement IDataControl Modifier and Type Class Description class
ContentPickerControl
Control that allows to pick up a content through a search popup window.class
TermPickerControl
Control that selects a term from the associated categorization service. -
Uses of IDataControl in lumis.content.control.dynamiclist
Classes in lumis.content.control.dynamiclist that implement IDataControl Modifier and Type Class Description class
TermDynamicListControl
Dynamic list control that customizes the service instance of the popup interface for selecting terms. -
Uses of IDataControl in lumis.content.control.language
Classes in lumis.content.control.language that implement IDataControl Modifier and Type Class Description class
LanguageControl
Control for languages.class
LanguageFilterControl
A control used in administration list to filter the language field. -
Uses of IDataControl in lumis.content.control.parentcontent
Classes in lumis.content.control.parentcontent that implement IDataControl Modifier and Type Class Description class
SelectContentParentContentControl
Renders a control that allows the end user to select another content within the same service instance that represents the parent of the curent content. -
Uses of IDataControl in lumis.content.control.publishtoprincipals
Classes in lumis.content.control.publishtoprincipals that implement IDataControl Modifier and Type Class Description class
PublishToPrincipalsControl
Control that renders interface to publish content to principalsclass
PublishToPrincipalsListControl
Control that renders selected principals to which content will be publishedFields in lumis.content.control.publishtoprincipals declared as IDataControl Modifier and Type Field Description protected IDataControl
PublishToPrincipalsControl. valueSubControl
-
Uses of IDataControl in lumis.content.control.publishtoserviceinstances
Classes in lumis.content.control.publishtoserviceinstances that implement IDataControl Modifier and Type Class Description class
PublishToServiceInstancesControl
Control to publish content to other service instancesclass
PublishToServiceInstancesListControl
Control that renders selected service instances to which content will be publishedFields in lumis.content.control.publishtoserviceinstances declared as IDataControl Modifier and Type Field Description protected IDataControl
PublishToServiceInstancesControl. valueSubControl
-
Uses of IDataControl in lumis.content.control.publishtosocialnetwork
Classes in lumis.content.control.publishtosocialnetwork that implement IDataControl Modifier and Type Class Description class
PublishToSocialNetworkControl
Control to publish content to social networks.Fields in lumis.content.control.publishtosocialnetwork declared as IDataControl Modifier and Type Field Description protected IDataControl
PublishToSocialNetworkControl. valueSubControl
-
Uses of IDataControl in lumis.content.control.tag
Classes in lumis.content.control.tag that implement IDataControl Modifier and Type Class Description class
InputTagControl
Defines an input tag control that allows the user to enter any tag value. -
Uses of IDataControl in lumis.content.control.version
Classes in lumis.content.control.version that implement IDataControl Modifier and Type Class Description class
VersionControl
Control that renders information about the version of the content. -
Uses of IDataControl in lumis.content.control.workflow
Classes in lumis.content.control.workflow that implement IDataControl Modifier and Type Class Description class
SelectWorkflowControl
class
WorkflowActionControl
Control that sets the workflow action for the content.class
WorkflowAssignedToControl
Displays the assignedTo information for a content.class
WorkflowAssignedToFilterControl
A control used in administration list to filter workflow assignedTo field.class
WorkflowMetaDataControl
Base control for controls that uses data in the content workflow meta data.class
WorkflowSendToControl
Control that is used to specify the principal to which assign the content.class
WorkflowStateControl
class
WorkflowStateFilterControl
A control used in administration list to filter workflow state field. -
Uses of IDataControl in lumis.doui.control
Subinterfaces of IDataControl in lumis.doui.control Modifier and Type Interface Description interface
IDataBoundControl
Interface para controls que são associado ao um ou mais sources.Classes in lumis.doui.control that implement IDataControl Modifier and Type Class Description class
DataBoundControl<S extends Source>
Control whose data is bound to a source.class
DataControl
Base implementation forIDataControl
class
ErrorSummaryControl
Control that renders the error message to the end user -
Uses of IDataControl in lumis.doui.control.autorefresh
Classes in lumis.doui.control.autorefresh that implement IDataControl Modifier and Type Class Description class
AutoRefreshControl
Used to refresh the page at the given interval period. -
Uses of IDataControl in lumis.doui.control.checkbox
Classes in lumis.doui.control.checkbox that implement IDataControl Modifier and Type Class Description class
CheckBoxControl
Renders a checkbox control.class
CheckBoxListControl
Used to render a list of check boxes to allow the user to choose one or more of a given set of options. -
Uses of IDataControl in lumis.doui.control.datagrid
Classes in lumis.doui.control.datagrid that implement IDataControl Modifier and Type Class Description class
DataGridControl
Used to render a data grid that allows the end user to manipulate multiple fields and rows of a given source. -
Uses of IDataControl in lumis.doui.control.datepicker
Classes in lumis.doui.control.datepicker that implement IDataControl Modifier and Type Class Description class
CalendarControl
This calendar control is used to select a date graphically, navigating years and months with mouse clicks.class
DateTimePickerControl
Renders two input text boxes for date and time.class
MonthPickerControl
Frontend for a month filter.class
TimePickerControl
Renders one input text box for the time. -
Uses of IDataControl in lumis.doui.control.details
Classes in lumis.doui.control.details that implement IDataControl Modifier and Type Class Description class
DetailsControl
Used to render read only data from a tabular data source. -
Uses of IDataControl in lumis.doui.control.dropdownlist
Classes in lumis.doui.control.dropdownlist that implement IDataControl Modifier and Type Class Description class
DropDownListControl
Used to render a drop down combo box control to allow the user to choose one of a given set of options. -
Uses of IDataControl in lumis.doui.control.dynamiclist
Classes in lumis.doui.control.dynamiclist that implement IDataControl Modifier and Type Class Description class
DynamicListControl
-
Uses of IDataControl in lumis.doui.control.email
Classes in lumis.doui.control.email that implement IDataControl Modifier and Type Class Description class
EmailControl
Renders an e-mail. -
Uses of IDataControl in lumis.doui.control.fileupload
Classes in lumis.doui.control.fileupload that implement IDataControl Modifier and Type Class Description class
FilesPickerControl
Control to select filesclass
FileUploadControl
Doui control that allows the upload of files to the portal. -
Uses of IDataControl in lumis.doui.control.htmleditor
Classes in lumis.doui.control.htmleditor that implement IDataControl Modifier and Type Class Description class
HtmlEditorControl
Control for editing html content. -
Uses of IDataControl in lumis.doui.control.inputemail
Classes in lumis.doui.control.inputemail that implement IDataControl Modifier and Type Class Description class
InputEmailControl
Defines an input email control that allows the user to enter any email value. -
Uses of IDataControl in lumis.doui.control.inputtext
Classes in lumis.doui.control.inputtext that implement IDataControl Modifier and Type Class Description class
InputHiddenControl
Defines an input hidden control, used to render hidden information.class
InputTextAreaControl
Defines an input text control.class
InputTextControl
Defines an input text control that allows the user to enter any text value. -
Uses of IDataControl in lumis.doui.control.itempicker
Classes in lumis.doui.control.itempicker that implement IDataControl Modifier and Type Class Description class
ItemPickerControl
Used to select an item from a large list.class
MultiItemPickerControl
Multiple item picker control.class
OrderedMultiItemPickerControl
Ordered Multiple item picker control.class
SelectItemTabularDataControl
Used to render data from a tabular data source with item selection functionality. -
Uses of IDataControl in lumis.doui.control.multifileupload
Classes in lumis.doui.control.multifileupload that implement IDataControl Modifier and Type Class Description class
MultiFileUploadControl
Control used to upload multiples files at same time. -
Uses of IDataControl in lumis.doui.control.optionlist
Classes in lumis.doui.control.optionlist that implement IDataControl Modifier and Type Class Description class
OptionListControl
Control to render a list of options. -
Uses of IDataControl in lumis.doui.control.pagination
Classes in lumis.doui.control.pagination that implement IDataControl Modifier and Type Class Description class
PaginationControl
Renders the current selected page and possible pages that the use can navigate to. -
Uses of IDataControl in lumis.doui.control.pane
Classes in lumis.doui.control.pane that implement IDataControl Modifier and Type Class Description class
PaneControl
Used to render one of the (n) specified panes when rendering an interface. -
Uses of IDataControl in lumis.doui.control.parentcontent
Classes in lumis.doui.control.parentcontent that implement IDataControl Modifier and Type Class Description class
SelectParentContentControl
Renders a control that allows the end user to select another content within the same service instance that represents the parent of the curent content.class
SelectParentContentTreeControl
-
Uses of IDataControl in lumis.doui.control.password
Classes in lumis.doui.control.password that implement IDataControl Modifier and Type Class Description class
PasswordControl
Renders an input password control. -
Uses of IDataControl in lumis.doui.control.primarykey
Classes in lumis.doui.control.primarykey that implement IDataControl Modifier and Type Class Description class
PrimaryKeyControl
Specifies a primary key. -
Uses of IDataControl in lumis.doui.control.principalpicker
Classes in lumis.doui.control.principalpicker that implement IDataControl Modifier and Type Class Description class
PrincipalPickerControl
Renders a control that allows the end user to select a principal.class
ServiceInstancePrincipalPickerControl
Renders a control that allows the end user to select a principal that has access to the given service instance. -
Uses of IDataControl in lumis.doui.control.profileimage
Classes in lumis.doui.control.profileimage that implement IDataControl Modifier and Type Class Description class
InputProfileImageControl
Renders a User Profile Image edit control. -
Uses of IDataControl in lumis.doui.control.progress
Classes in lumis.doui.control.progress that implement IDataControl Modifier and Type Class Description class
ProgressControl
class
ProgressPanelControl
-
Uses of IDataControl in lumis.doui.control.radiobutton
Classes in lumis.doui.control.radiobutton that implement IDataControl Modifier and Type Class Description class
RadioButtonControl
Renders a radio button control.class
RadioButtonListControl
Control that renders a list of radio buttons. -
Uses of IDataControl in lumis.doui.control.selectchannel
Classes in lumis.doui.control.selectchannel that implement IDataControl Modifier and Type Class Description class
SelectChannelControl
Control to select a channel.class
SelectChannelOrChannelTemplateControl
Control for selecting a channel or a channel template.class
SelectChannelTemplateControl
Control to select a channel template. -
Uses of IDataControl in lumis.doui.control.selectpage
Classes in lumis.doui.control.selectpage that implement IDataControl Modifier and Type Class Description class
SelectChannelChildControl
Base control for selecting a resource that is child of a channel.class
SelectPageControl
Control to select a page.class
SelectPageOrPageTemplateControl
Control to select a page or page template.class
SelectPageTemplateControl
Control to select a page template -
Uses of IDataControl in lumis.doui.control.selectserviceinstance
Classes in lumis.doui.control.selectserviceinstance that implement IDataControl Modifier and Type Class Description class
SelectServiceInstanceControl
Control that selects a service instance. -
Uses of IDataControl in lumis.doui.control.tab
Classes in lumis.doui.control.tab that implement IDataControl Modifier and Type Class Description class
TabbedControl
Control that implements tabs -
Uses of IDataControl in lumis.doui.control.tabulardata
Classes in lumis.doui.control.tabulardata that implement IDataControl Modifier and Type Class Description class
AdvancedTabularDataControl
Used to render data from a tabular data source.class
TabularDataControl
Used to render data from a tabular data source. -
Uses of IDataControl in lumis.doui.control.text
Classes in lumis.doui.control.text that implement IDataControl Modifier and Type Class Description class
TextControl
Renders read only data as text. -
Uses of IDataControl in lumis.doui.search
Classes in lumis.doui.search that implement IDataControl Modifier and Type Class Description class
SearchAggregationControl
Control responsible for manage user's aggregations. -
Uses of IDataControl in lumis.portalmanagement.doui.control.tag
Classes in lumis.portalmanagement.doui.control.tag that implement IDataControl Modifier and Type Class Description class
TagControl
Defines an input tag control that allows the user to enter any tag value. -
Uses of IDataControl in lumis.service.analytics.automationflow.control
Classes in lumis.service.analytics.automationflow.control that implement IDataControl Modifier and Type Class Description class
FlowEditorControl
Flow Editor control. -
Uses of IDataControl in lumis.service.analytics.commons.control
Classes in lumis.service.analytics.commons.control that implement IDataControl Modifier and Type Class Description class
CustomerExperienceCommonsControl
Control to expose in client-side information required for all analytics service. -
Uses of IDataControl in lumis.service.analytics.eventanalytics.control
Classes in lumis.service.analytics.eventanalytics.control that implement IDataControl Modifier and Type Class Description class
EventAnalyticsControl
Control to expose in client-side information required for event analytics service. -
Uses of IDataControl in lumis.service.analytics.eventsadmin
Classes in lumis.service.analytics.eventsadmin that implement IDataControl Modifier and Type Class Description class
AllFieldGroupsControl
Control that renders a JSON array with all editable field groups.class
AllFieldsControl
Control that has as the value a JSON array with all editable fields. -
Uses of IDataControl in lumis.service.analytics.usersegmentation.control
Classes in lumis.service.analytics.usersegmentation.control that implement IDataControl Modifier and Type Class Description class
UserSegmentationControl
User segmentation filter control. -
Uses of IDataControl in lumis.service.announcement
Classes in lumis.service.announcement that implement IDataControl Modifier and Type Class Description class
AnnouncementTabularDataControl
Customized tabular data control for announcement service. -
Uses of IDataControl in lumis.service.association
Classes in lumis.service.association that implement IDataControl Modifier and Type Class Description class
AssociationTabularDataControl
Tabular data control for displaying associations. -
Uses of IDataControl in lumis.service.autoadministration
Classes in lumis.service.autoadministration that implement IDataControl Modifier and Type Class Description class
AutoAdministrationBreadCrumbTreeItemControl
Auto administration breadCrumb tree item control. -
Uses of IDataControl in lumis.service.autoadministration.control
Classes in lumis.service.autoadministration.control that implement IDataControl Modifier and Type Class Description class
LastContentsAdvancedTabularDataControl
Control to render workflow state sub controls for each content.class
LastWeekDateTimePickerControl
Control to set last week default value.class
WorkflowActionControl
Control that sets the workflow action for content from control's itemId.class
WorkflowAssignedToControl
Displays the assignedTo information for content from control's itemId.class
WorkflowMetaDataControl
Base control for controls that uses data in the content workflow meta data.class
WorkflowSendToControl
Control that is used to specify the principal to which assign the content from control's itemId.class
WorkflowStateControl
Control to display the current content state from the control's itemId.class
WorkflowStatusAdvancedTabularDataControl
Render the advanced tabular data to render contents with pending workflow actions, and their workflow sub controls to make available the actions. -
Uses of IDataControl in lumis.service.comment
Classes in lumis.service.comment that implement IDataControl Modifier and Type Class Description class
CurrentContentLocaleIdControl
It stores the current content locale identifier in itself. -
Uses of IDataControl in lumis.service.community
Classes in lumis.service.community that implement IDataControl Modifier and Type Class Description class
CommunityTabularDataControl
Tabular data control for displaying communities. -
Uses of IDataControl in lumis.service.document
Classes in lumis.service.document that implement IDataControl Modifier and Type Class Description class
SelectDocumentServiceInstanceControl
-
Uses of IDataControl in lumis.service.document.control
Classes in lumis.service.document.control that implement IDataControl Modifier and Type Class Description class
DocumentPickerControl
Renders a control that allows the end user to input a document. -
Uses of IDataControl in lumis.service.doui.dynamiclist
Classes in lumis.service.doui.dynamiclist that implement IDataControl Modifier and Type Class Description class
AddDynamicListSourceControl
-
Uses of IDataControl in lumis.service.doui.fields
Classes in lumis.service.doui.fields that implement IDataControl Modifier and Type Class Description class
FieldsControl
Doui control that shows the fields of a doui source. -
Uses of IDataControl in lumis.service.doui.publisherfilters
Classes in lumis.service.doui.publisherfilters that implement IDataControl Modifier and Type Class Description class
PublisherFiltersAutoLayoutFieldsControl
Auto layout field control for publisher filters interface -
Uses of IDataControl in lumis.service.emailtemplaterepository
Classes in lumis.service.emailtemplaterepository that implement IDataControl Modifier and Type Class Description class
SelectEmailTemplateServiceInstanceControl
Control that allows the user to select a e-mail repository service instance. -
Uses of IDataControl in lumis.service.forum
Classes in lumis.service.forum that implement IDataControl Modifier and Type Class Description class
ForumMessageListInputHiddenControl
InputHiddenControl
extension that reads its parameter value from request using thename
attribute as parameter name.class
ForumMessageListPaginationControl
This a customized pagination control used on the forum message list. -
Uses of IDataControl in lumis.service.hierarchicalcontent
Classes in lumis.service.hierarchicalcontent that implement IDataControl Modifier and Type Class Description class
HierarchicalContentHtmlTextAreaControl
Service Hierarchical Content, Text Area control implementation, get the default value from a holder layout file where the interface instance specified byPortalRequestParameters.PAGE_PARAMETER_CALLER_INTERFACE_INST
is present.class
HierarchicalTabularDataControl
This control sets the links properly depending on the content type -
Uses of IDataControl in lumis.service.link
Classes in lumis.service.link that implement IDataControl Modifier and Type Class Description class
LinkTabularDataControl
Tabular data control that sets the hyperlink of each row according to the link entry it corresponds to. -
Uses of IDataControl in lumis.service.locale
Classes in lumis.service.locale that implement IDataControl Modifier and Type Class Description class
LocalePickerControl
Allows the current user to change his locale. -
Uses of IDataControl in lumis.service.login
Classes in lumis.service.login that implement IDataControl Modifier and Type Class Description class
AccessErrorMessageTranslator
class
LogoutOriginalWebResourcePathInputHiddenControl
Input hidden control that sets as its value the encrypted value of current web resource's path. -
Uses of IDataControl in lumis.service.mailmarketing
Classes in lumis.service.mailmarketing that implement IDataControl Modifier and Type Class Description class
UserEmailVerifierControl
Controls that displays a message in case the current user does not have his e-mail information present on his register. -
Uses of IDataControl in lumis.service.media
Classes in lumis.service.media that implement IDataControl Modifier and Type Class Description class
SelectMediaServiceInstanceControl
Control that allows the user to select a media service instance. -
Uses of IDataControl in lumis.service.media.control
Classes in lumis.service.media.control that implement IDataControl Modifier and Type Class Description class
MediaPickerControl
Renders a control that allows the end user to input an media. -
Uses of IDataControl in lumis.service.navigation
Classes in lumis.service.navigation that implement IDataControl Modifier and Type Class Description class
NavigationControl
Control that renders Navigation information.class
NavigationHtmlTextAreaControl
Service Navigation, Text Area control implementation, get the default value from a holder layout file where the interface instance specified byPortalRequestParameters.PAGE_PARAMETER_CALLER_INTERFACE_INST
is present. -
Uses of IDataControl in lumis.service.newsletter
Classes in lumis.service.newsletter that implement IDataControl Modifier and Type Class Description class
UserEmailVerifierControl
Controls that displays a message in case the current user does not have his e-mail information present on his register. -
Uses of IDataControl in lumis.service.pagepersonalization
Classes in lumis.service.pagepersonalization that implement IDataControl Modifier and Type Class Description class
SelectPagePersonalizationServiceInstanceControl
Control that allows Widget Repository service instance selection. -
Uses of IDataControl in lumis.service.pagepersonalization.doui.control
Classes in lumis.service.pagepersonalization.doui.control that implement IDataControl Modifier and Type Class Description class
InterfaceSelectionDropDownListControl
DropDownListControl
for selecting service interface.class
ServiceInterfacePickerControl
Control responsible for rendering necessary subcontrols for allowing user to select service interface. -
Uses of IDataControl in lumis.service.portalmanagement.areatag
Classes in lumis.service.portalmanagement.areatag that implement IDataControl Modifier and Type Class Description class
AreaTagsControl
This control is a customization of @linkTagControl
used by Area Tags. -
Uses of IDataControl in lumis.service.portalmanagement.audit
Classes in lumis.service.portalmanagement.audit that implement IDataControl Modifier and Type Class Description class
LinkToRuntimeTabularDataControl
Control to render a link to a runtime interface in a tabular data control. -
Uses of IDataControl in lumis.service.portalmanagement.channel
Classes in lumis.service.portalmanagement.channel that implement IDataControl Modifier and Type Class Description class
ChannelInheritedPageTemplateControl
Controls that shows the inherited page template -
Uses of IDataControl in lumis.service.portalmanagement.channelacl
Classes in lumis.service.portalmanagement.channelacl that implement IDataControl Modifier and Type Class Description class
ChannelAclControl
-
Uses of IDataControl in lumis.service.portalmanagement.filesystem
Classes in lumis.service.portalmanagement.filesystem that implement IDataControl Modifier and Type Class Description class
FileSystemTabularData
Customized tabular data for the filesystem service. -
Uses of IDataControl in lumis.service.portalmanagement.genericacl
Classes in lumis.service.portalmanagement.genericacl that implement IDataControl Modifier and Type Class Description class
GenericAclControl
-
Uses of IDataControl in lumis.service.portalmanagement.groupacl
Classes in lumis.service.portalmanagement.groupacl that implement IDataControl Modifier and Type Class Description class
GroupAclControl
-
Uses of IDataControl in lumis.service.portalmanagement.interactiveprocess
Classes in lumis.service.portalmanagement.interactiveprocess that implement IDataControl Modifier and Type Class Description class
CustomInputHiddenControl
This a custom input text area control that force the load data from source.class
CustomInputTextAreaControl
This a custom input text area control that force the load data from source. -
Uses of IDataControl in lumis.service.portalmanagement.pageacl
Classes in lumis.service.portalmanagement.pageacl that implement IDataControl Modifier and Type Class Description class
PageAclControl
-
Uses of IDataControl in lumis.service.portalmanagement.pagecache
Classes in lumis.service.portalmanagement.pagecache that implement IDataControl Modifier and Type Class Description class
PageCacheConfirmMessageControl
Controls that shows the restriction the parameters of clear cache action. -
Uses of IDataControl in lumis.service.portalmanagement.pagetemplate
Classes in lumis.service.portalmanagement.pagetemplate that implement IDataControl Modifier and Type Class Description class
DefaultPageTemplateControl
This class is a custom implementation of the checkbox control to identify if the current channel has a default page template defined. -
Uses of IDataControl in lumis.service.portalmanagement.pagetemplateacl
Classes in lumis.service.portalmanagement.pagetemplateacl that implement IDataControl Modifier and Type Class Description class
PageTemplateAclControl
-
Uses of IDataControl in lumis.service.portalmanagement.portalacl
Classes in lumis.service.portalmanagement.portalacl that implement IDataControl Modifier and Type Class Description class
PortalAclControl
-
Uses of IDataControl in lumis.service.portalmanagement.serialization
Classes in lumis.service.portalmanagement.serialization that implement IDataControl Modifier and Type Class Description class
SelectImportFileControl
This control allows the user to select a channel structure import file. -
Uses of IDataControl in lumis.service.portalmanagement.server
Classes in lumis.service.portalmanagement.server that implement IDataControl Modifier and Type Class Description class
ConfigurationTagsControl
This control is a customization of @linkTagControl
used by Area Tags.class
EnviromentPropertiesControl
Control for environment properties -
Uses of IDataControl in lumis.service.portalmanagement.serviceacl
Classes in lumis.service.portalmanagement.serviceacl that implement IDataControl Modifier and Type Class Description class
ServiceAclControl
-
Uses of IDataControl in lumis.service.portalmanagement.serviceinstance
Classes in lumis.service.portalmanagement.serviceinstance that implement IDataControl Modifier and Type Class Description class
BusinessContextForCacheAdvancedTabularDataControl
Extension of Advanced Tabular Data Control used to set selected values of Business Context for REST interface cache properties.class
EditServiceInstanceTabbedControl
Extension of Tabbed control to remove any tabs that contain the id autoAdmin.class
LoadTransformationFromDataBaseControl
Control responsible of reading the data from base and then insert it in a hidden input. -
Uses of IDataControl in lumis.service.portalmanagement.serviceinstanceacl
Classes in lumis.service.portalmanagement.serviceinstanceacl that implement IDataControl Modifier and Type Class Description class
ServiceInstanceAclControl
Control that manages the Access Control Lists of a service instance. -
Uses of IDataControl in lumis.service.portalmanagement.serviceinstanceacl.workflow
Classes in lumis.service.portalmanagement.serviceinstanceacl.workflow that implement IDataControl Modifier and Type Class Description class
WorkflowServiceInstanceAclControl
Acl control for a service instance with workflow. -
Uses of IDataControl in lumis.service.portalmanagement.serviceinterfaceinstance
Classes in lumis.service.portalmanagement.serviceinterfaceinstance that implement IDataControl Modifier and Type Class Description class
InterfaceInstanceInContextEditSupportControl
CheckBoxControl
extension to be used in in context edit support for interface instances. -
Uses of IDataControl in lumis.service.portalmanagement.servicesearchindex
Classes in lumis.service.portalmanagement.servicesearchindex that implement IDataControl Modifier and Type Class Description class
ServiceReindexProgressControl
ProgressControl
used in service reindex interface. -
Uses of IDataControl in lumis.service.portalmanagement.socialnetwork.doui.control
Classes in lumis.service.portalmanagement.socialnetwork.doui.control that implement IDataControl Modifier and Type Class Description class
SelectPageControl
Page selection control. -
Uses of IDataControl in lumis.service.portalmanagement.structure.doui.control
Classes in lumis.service.portalmanagement.structure.doui.control that implement IDataControl Modifier and Type Class Description class
SelectChannelOrChannelTemplateControlWithCustomCallbackFunction
SelectChannelOrChannelTemplateControl
extension that allows to add a custom implementation of the callback function to the standard one. -
Uses of IDataControl in lumis.service.portalmanagement.upgrade
Classes in lumis.service.portalmanagement.upgrade that implement IDataControl Modifier and Type Class Description class
LicenseTypeInputHiddenControl
Input hidden control with LumisPortal License value.class
VersionNumberInputHiddenControl
Input hidden control with LumisPortal full version number. -
Uses of IDataControl in lumis.service.portalmanagement.webfilereplication
Classes in lumis.service.portalmanagement.webfilereplication that implement IDataControl Modifier and Type Class Description class
SelectChannelControl
SelectChannelOrChannelTemplateControl
extension that use an own interface for selecting the channel passing achannelId
parameter (that will be used as the root channel in the selection interface).class
WebFileReplicationPropertiesControl
Control that creates the user interface for web file replication properties. -
Uses of IDataControl in lumis.service.portalmanagement.website
Classes in lumis.service.portalmanagement.website that implement IDataControl Modifier and Type Class Description class
SelectWebsiteChannelControl
Select Channel Control with specifics for selecting website channelclass
SetWebsiteNameFromChannelControl
Input Text Control that gets a channel id from the parameterSetWebsiteNameFromChannelControl.PARAM_LUM_NEW_WEBSITE_CHANNEL_ID
and sets its value with the name of the channel -
Uses of IDataControl in lumis.service.portalmanagement.xsleditor
Classes in lumis.service.portalmanagement.xsleditor that implement IDataControl Modifier and Type Class Description class
InputTextProxyControl
class
LazySourceDropDownListControl
Renders a lum_dropDownList control that prioritizes the request parameter value instead of the source value.class
XslEditorControl
Control for editing xsl files.class
XslFileEditorControl
-
Uses of IDataControl in lumis.service.resourcescheduler
Classes in lumis.service.resourcescheduler that implement IDataControl Modifier and Type Class Description class
ScheduleDateTimePickerControl
A control for selecting dateTime values for a schedule.class
ScheduleStartDateTimePickerControl
A control for selecting StartdateTime values for a schedule. -
Uses of IDataControl in lumis.service.search
Classes in lumis.service.search that implement IDataControl Modifier and Type Class Description class
SearchOrderByDropDownListControl
Sets the default order based on the default.sortCriteria preference value.class
SearchQueryInputText
InputTextControl
extension that reads its parameter value from request using thename
attribute as parameter name. -
Uses of IDataControl in lumis.service.socialnetworkintegration.control
Classes in lumis.service.socialnetworkintegration.control that implement IDataControl Modifier and Type Class Description class
AccountServiceInstancePaneControl
Control used to choose a specific pane.class
SelectAccountServiceInstanceAdvancedTabularDataControl
Advanced Tabular Data extension to set previous selected data. -
Uses of IDataControl in lumis.service.socialnetworkservices.microblog.doui.control
Classes in lumis.service.socialnetworkservices.microblog.doui.control that implement IDataControl Modifier and Type Class Description class
CommentAreaListControl
Class responsible to include the comment area, group of controls, for each post. -
Uses of IDataControl in lumis.service.tag
Classes in lumis.service.tag that implement IDataControl Modifier and Type Class Description class
SelectTagServiceInstanceControl
Control that allows tag service instance selection. -
Uses of IDataControl in lumis.service.wiki
Classes in lumis.service.wiki that implement IDataControl Modifier and Type Class Description class
ContentIdHolderControl
Control for holding the wiki article content id value.class
WikiViewArticlePaneControl
Control to evaluate a content, setting the correct pane for exhibition. -
Uses of IDataControl in lumis.service.wsrp.consumer.doui
Classes in lumis.service.wsrp.consumer.doui that implement IDataControl Modifier and Type Class Description class
ConsumerConfigurationInterfaceDropDownListControl
DropDownListControl
that adds as its options all supported versions reported by the WSDL producer.class
LinkToRuntimeTabularDataControl
Control to render a link to a runtime interface in a tabular data control. -
Uses of IDataControl in lumis.service.wsrp.producer
Classes in lumis.service.wsrp.producer that implement IDataControl Modifier and Type Class Description class
ProducerAdminListTabularDataControl
AdvancedTabularDataControl
created to treat the row hyperlink creation using thehref
field to represent the row link.class
ProducerConfigurationInterfaceVersionDropDownListControl
DropDownListControl
that populates itself with the values contained into the enumProducerVersion
.class
WSRPCheckBoxListControl
Deprecated.
-