Uses of Class
lumis.doui.control.DataControl
-
-
Uses of DataControl in lumis.collaboration.chat
Subclasses of DataControl in lumis.collaboration.chat 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 DataControl in lumis.content.control.autolayout
Subclasses of DataControl in lumis.content.control.autolayout 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 DataControl in lumis.content.control.categorization
Subclasses of DataControl in lumis.content.control.categorization Modifier and Type Class Description class
InputCategoryControl
Defines an input category control that allows the user to enter any category value. -
Uses of DataControl in lumis.content.control.comments
Subclasses of DataControl in lumis.content.control.comments Modifier and Type Class Description class
CommentsControl
Renders comments -
Uses of DataControl in lumis.content.control.contentpicker
Subclasses of DataControl in lumis.content.control.contentpicker 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 DataControl in lumis.content.control.dynamiclist
Subclasses of DataControl in lumis.content.control.dynamiclist Modifier and Type Class Description class
TermDynamicListControl
Dynamic list control that customizes the service instance of the popup interface for selecting terms. -
Uses of DataControl in lumis.content.control.language
Subclasses of DataControl in lumis.content.control.language 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 DataControl in lumis.content.control.parentcontent
Subclasses of DataControl in lumis.content.control.parentcontent 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 DataControl in lumis.content.control.publishtoprincipals
Subclasses of DataControl in lumis.content.control.publishtoprincipals 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 published -
Uses of DataControl in lumis.content.control.publishtoserviceinstances
Subclasses of DataControl in lumis.content.control.publishtoserviceinstances 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 published -
Uses of DataControl in lumis.content.control.publishtosocialnetwork
Subclasses of DataControl in lumis.content.control.publishtosocialnetwork Modifier and Type Class Description class
PublishToSocialNetworkControl
Control to publish content to social networks. -
Uses of DataControl in lumis.content.control.tag
Subclasses of DataControl in lumis.content.control.tag Modifier and Type Class Description class
InputTagControl
Defines an input tag control that allows the user to enter any tag value. -
Uses of DataControl in lumis.content.control.version
Subclasses of DataControl in lumis.content.control.version Modifier and Type Class Description class
VersionControl
Control that renders information about the version of the content. -
Uses of DataControl in lumis.content.control.workflow
Subclasses of DataControl in lumis.content.control.workflow 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 DataControl in lumis.doui.control
Subclasses of DataControl in lumis.doui.control Modifier and Type Class Description class
DataBoundControl<S extends Source>
Control whose data is bound to a source.class
ErrorSummaryControl
Control that renders the error message to the end user -
Uses of DataControl in lumis.doui.control.autorefresh
Subclasses of DataControl in lumis.doui.control.autorefresh Modifier and Type Class Description class
AutoRefreshControl
Used to refresh the page at the given interval period. -
Uses of DataControl in lumis.doui.control.checkbox
Subclasses of DataControl in lumis.doui.control.checkbox 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 DataControl in lumis.doui.control.datagrid
Subclasses of DataControl in lumis.doui.control.datagrid 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 DataControl in lumis.doui.control.datepicker
Subclasses of DataControl in lumis.doui.control.datepicker 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 DataControl in lumis.doui.control.details
Subclasses of DataControl in lumis.doui.control.details Modifier and Type Class Description class
DetailsControl
Used to render read only data from a tabular data source. -
Uses of DataControl in lumis.doui.control.dropdownlist
Subclasses of DataControl in lumis.doui.control.dropdownlist 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 DataControl in lumis.doui.control.dynamiclist
Subclasses of DataControl in lumis.doui.control.dynamiclist Modifier and Type Class Description class
DynamicListControl
-
Uses of DataControl in lumis.doui.control.email
Subclasses of DataControl in lumis.doui.control.email Modifier and Type Class Description class
EmailControl
Renders an e-mail. -
Uses of DataControl in lumis.doui.control.fileupload
Subclasses of DataControl in lumis.doui.control.fileupload 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 DataControl in lumis.doui.control.htmleditor
Subclasses of DataControl in lumis.doui.control.htmleditor Modifier and Type Class Description class
HtmlEditorControl
Control for editing html content. -
Uses of DataControl in lumis.doui.control.inputemail
Subclasses of DataControl in lumis.doui.control.inputemail Modifier and Type Class Description class
InputEmailControl
Defines an input email control that allows the user to enter any email value. -
Uses of DataControl in lumis.doui.control.inputtext
Subclasses of DataControl in lumis.doui.control.inputtext 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 DataControl in lumis.doui.control.itempicker
Subclasses of DataControl in lumis.doui.control.itempicker 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 DataControl in lumis.doui.control.multifileupload
Subclasses of DataControl in lumis.doui.control.multifileupload Modifier and Type Class Description class
MultiFileUploadControl
Control used to upload multiples files at same time. -
Uses of DataControl in lumis.doui.control.optionlist
Subclasses of DataControl in lumis.doui.control.optionlist Modifier and Type Class Description class
OptionListControl
Control to render a list of options. -
Uses of DataControl in lumis.doui.control.pagination
Subclasses of DataControl in lumis.doui.control.pagination Modifier and Type Class Description class
PaginationControl
Renders the current selected page and possible pages that the use can navigate to. -
Uses of DataControl in lumis.doui.control.pane
Subclasses of DataControl in lumis.doui.control.pane Modifier and Type Class Description class
PaneControl
Used to render one of the (n) specified panes when rendering an interface. -
Uses of DataControl in lumis.doui.control.parentcontent
Subclasses of DataControl in lumis.doui.control.parentcontent 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 DataControl in lumis.doui.control.password
Subclasses of DataControl in lumis.doui.control.password Modifier and Type Class Description class
PasswordControl
Renders an input password control. -
Uses of DataControl in lumis.doui.control.primarykey
Subclasses of DataControl in lumis.doui.control.primarykey Modifier and Type Class Description class
PrimaryKeyControl
Specifies a primary key. -
Uses of DataControl in lumis.doui.control.principalpicker
Subclasses of DataControl in lumis.doui.control.principalpicker 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 DataControl in lumis.doui.control.profileimage
Subclasses of DataControl in lumis.doui.control.profileimage Modifier and Type Class Description class
InputProfileImageControl
Renders a User Profile Image edit control. -
Uses of DataControl in lumis.doui.control.progress
Subclasses of DataControl in lumis.doui.control.progress Modifier and Type Class Description class
ProgressControl
class
ProgressPanelControl
-
Uses of DataControl in lumis.doui.control.radiobutton
Subclasses of DataControl in lumis.doui.control.radiobutton Modifier and Type Class Description class
RadioButtonControl
Renders a radio button control.class
RadioButtonListControl
Control that renders a list of radio buttons. -
Uses of DataControl in lumis.doui.control.selectchannel
Subclasses of DataControl in lumis.doui.control.selectchannel 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 DataControl in lumis.doui.control.selectpage
Subclasses of DataControl in lumis.doui.control.selectpage 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 DataControl in lumis.doui.control.selectserviceinstance
Subclasses of DataControl in lumis.doui.control.selectserviceinstance Modifier and Type Class Description class
SelectServiceInstanceControl
Control that selects a service instance. -
Uses of DataControl in lumis.doui.control.tab
Subclasses of DataControl in lumis.doui.control.tab Modifier and Type Class Description class
TabbedControl
Control that implements tabs -
Uses of DataControl in lumis.doui.control.tabulardata
Subclasses of DataControl in lumis.doui.control.tabulardata 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 DataControl in lumis.doui.control.text
Subclasses of DataControl in lumis.doui.control.text Modifier and Type Class Description class
TextControl
Renders read only data as text. -
Uses of DataControl in lumis.doui.search
Subclasses of DataControl in lumis.doui.search Modifier and Type Class Description class
SearchAggregationControl
Control responsible for manage user's aggregations. -
Uses of DataControl in lumis.portalmanagement.doui.control.tag
Subclasses of DataControl in lumis.portalmanagement.doui.control.tag Modifier and Type Class Description class
TagControl
Defines an input tag control that allows the user to enter any tag value. -
Uses of DataControl in lumis.service.analytics.automationflow.control
Subclasses of DataControl in lumis.service.analytics.automationflow.control Modifier and Type Class Description class
FlowEditorControl
Flow Editor control. -
Uses of DataControl in lumis.service.analytics.commons.control
Subclasses of DataControl in lumis.service.analytics.commons.control Modifier and Type Class Description class
CustomerExperienceCommonsControl
Control to expose in client-side information required for all analytics service. -
Uses of DataControl in lumis.service.analytics.eventanalytics.control
Subclasses of DataControl in lumis.service.analytics.eventanalytics.control Modifier and Type Class Description class
EventAnalyticsControl
Control to expose in client-side information required for event analytics service. -
Uses of DataControl in lumis.service.analytics.eventsadmin
Subclasses of DataControl in lumis.service.analytics.eventsadmin 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 DataControl in lumis.service.analytics.usersegmentation.control
Subclasses of DataControl in lumis.service.analytics.usersegmentation.control Modifier and Type Class Description class
UserSegmentationControl
User segmentation filter control. -
Uses of DataControl in lumis.service.announcement
Subclasses of DataControl in lumis.service.announcement Modifier and Type Class Description class
AnnouncementTabularDataControl
Customized tabular data control for announcement service. -
Uses of DataControl in lumis.service.association
Subclasses of DataControl in lumis.service.association Modifier and Type Class Description class
AssociationTabularDataControl
Tabular data control for displaying associations. -
Uses of DataControl in lumis.service.autoadministration
Subclasses of DataControl in lumis.service.autoadministration Modifier and Type Class Description class
AutoAdministrationBreadCrumbTreeItemControl
Auto administration breadCrumb tree item control. -
Uses of DataControl in lumis.service.autoadministration.control
Subclasses of DataControl in lumis.service.autoadministration.control 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 DataControl in lumis.service.comment
Subclasses of DataControl in lumis.service.comment Modifier and Type Class Description class
CurrentContentLocaleIdControl
It stores the current content locale identifier in itself. -
Uses of DataControl in lumis.service.community
Subclasses of DataControl in lumis.service.community Modifier and Type Class Description class
CommunityTabularDataControl
Tabular data control for displaying communities. -
Uses of DataControl in lumis.service.document
Subclasses of DataControl in lumis.service.document Modifier and Type Class Description class
SelectDocumentServiceInstanceControl
-
Uses of DataControl in lumis.service.document.control
Subclasses of DataControl in lumis.service.document.control Modifier and Type Class Description class
DocumentPickerControl
Renders a control that allows the end user to input a document. -
Uses of DataControl in lumis.service.doui.dynamiclist
Subclasses of DataControl in lumis.service.doui.dynamiclist Modifier and Type Class Description class
AddDynamicListSourceControl
-
Uses of DataControl in lumis.service.doui.fields
Subclasses of DataControl in lumis.service.doui.fields Modifier and Type Class Description class
FieldsControl
Doui control that shows the fields of a doui source. -
Uses of DataControl in lumis.service.doui.publisherfilters
Subclasses of DataControl in lumis.service.doui.publisherfilters Modifier and Type Class Description class
PublisherFiltersAutoLayoutFieldsControl
Auto layout field control for publisher filters interface -
Uses of DataControl in lumis.service.emailtemplaterepository
Subclasses of DataControl in lumis.service.emailtemplaterepository Modifier and Type Class Description class
SelectEmailTemplateServiceInstanceControl
Control that allows the user to select a e-mail repository service instance. -
Uses of DataControl in lumis.service.forum
Subclasses of DataControl in lumis.service.forum 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 DataControl in lumis.service.hierarchicalcontent
Subclasses of DataControl in lumis.service.hierarchicalcontent 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 DataControl in lumis.service.link
Subclasses of DataControl in lumis.service.link 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 DataControl in lumis.service.locale
Subclasses of DataControl in lumis.service.locale Modifier and Type Class Description class
LocalePickerControl
Allows the current user to change his locale. -
Uses of DataControl in lumis.service.login
Subclasses of DataControl in lumis.service.login 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 DataControl in lumis.service.mailmarketing
Subclasses of DataControl in lumis.service.mailmarketing 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 DataControl in lumis.service.media
Subclasses of DataControl in lumis.service.media Modifier and Type Class Description class
SelectMediaServiceInstanceControl
Control that allows the user to select a media service instance. -
Uses of DataControl in lumis.service.media.control
Subclasses of DataControl in lumis.service.media.control Modifier and Type Class Description class
MediaPickerControl
Renders a control that allows the end user to input an media. -
Uses of DataControl in lumis.service.navigation
Subclasses of DataControl in lumis.service.navigation 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 DataControl in lumis.service.newsletter
Subclasses of DataControl in lumis.service.newsletter 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 DataControl in lumis.service.pagepersonalization
Subclasses of DataControl in lumis.service.pagepersonalization Modifier and Type Class Description class
SelectPagePersonalizationServiceInstanceControl
Control that allows Widget Repository service instance selection. -
Uses of DataControl in lumis.service.pagepersonalization.doui.control
Subclasses of DataControl in lumis.service.pagepersonalization.doui.control 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 DataControl in lumis.service.portalmanagement.areatag
Subclasses of DataControl in lumis.service.portalmanagement.areatag Modifier and Type Class Description class
AreaTagsControl
This control is a customization of @linkTagControl
used by Area Tags. -
Uses of DataControl in lumis.service.portalmanagement.audit
Subclasses of DataControl in lumis.service.portalmanagement.audit Modifier and Type Class Description class
LinkToRuntimeTabularDataControl
Control to render a link to a runtime interface in a tabular data control. -
Uses of DataControl in lumis.service.portalmanagement.channel
Subclasses of DataControl in lumis.service.portalmanagement.channel Modifier and Type Class Description class
ChannelInheritedPageTemplateControl
Controls that shows the inherited page template -
Uses of DataControl in lumis.service.portalmanagement.channelacl
Subclasses of DataControl in lumis.service.portalmanagement.channelacl Modifier and Type Class Description class
ChannelAclControl
-
Uses of DataControl in lumis.service.portalmanagement.filesystem
Subclasses of DataControl in lumis.service.portalmanagement.filesystem Modifier and Type Class Description class
FileSystemTabularData
Customized tabular data for the filesystem service. -
Uses of DataControl in lumis.service.portalmanagement.genericacl
Subclasses of DataControl in lumis.service.portalmanagement.genericacl Modifier and Type Class Description class
GenericAclControl
-
Uses of DataControl in lumis.service.portalmanagement.groupacl
Subclasses of DataControl in lumis.service.portalmanagement.groupacl Modifier and Type Class Description class
GroupAclControl
-
Uses of DataControl in lumis.service.portalmanagement.interactiveprocess
Subclasses of DataControl in lumis.service.portalmanagement.interactiveprocess 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 DataControl in lumis.service.portalmanagement.mobileapp.doui.control
Subclasses of DataControl in lumis.service.portalmanagement.mobileapp.doui.control Modifier and Type Class Description class
MobileAppInputFileControl
Simple file upload control. -
Uses of DataControl in lumis.service.portalmanagement.pageacl
Subclasses of DataControl in lumis.service.portalmanagement.pageacl Modifier and Type Class Description class
PageAclControl
-
Uses of DataControl in lumis.service.portalmanagement.pagecache
Subclasses of DataControl in lumis.service.portalmanagement.pagecache Modifier and Type Class Description class
PageCacheConfirmMessageControl
Controls that shows the restriction the parameters of clear cache action. -
Uses of DataControl in lumis.service.portalmanagement.pagetemplate
Subclasses of DataControl in lumis.service.portalmanagement.pagetemplate 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 DataControl in lumis.service.portalmanagement.pagetemplateacl
Subclasses of DataControl in lumis.service.portalmanagement.pagetemplateacl Modifier and Type Class Description class
PageTemplateAclControl
-
Uses of DataControl in lumis.service.portalmanagement.portalacl
Subclasses of DataControl in lumis.service.portalmanagement.portalacl Modifier and Type Class Description class
PortalAclControl
-
Uses of DataControl in lumis.service.portalmanagement.serialization
Subclasses of DataControl in lumis.service.portalmanagement.serialization Modifier and Type Class Description class
SelectImportFileControl
This control allows the user to select a channel structure import file. -
Uses of DataControl in lumis.service.portalmanagement.server
Subclasses of DataControl in lumis.service.portalmanagement.server 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 DataControl in lumis.service.portalmanagement.serviceacl
Subclasses of DataControl in lumis.service.portalmanagement.serviceacl Modifier and Type Class Description class
ServiceAclControl
-
Uses of DataControl in lumis.service.portalmanagement.serviceinstance
Subclasses of DataControl in lumis.service.portalmanagement.serviceinstance 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 DataControl in lumis.service.portalmanagement.serviceinstanceacl
Subclasses of DataControl in lumis.service.portalmanagement.serviceinstanceacl Modifier and Type Class Description class
ServiceInstanceAclControl
Control that manages the Access Control Lists of a service instance. -
Uses of DataControl in lumis.service.portalmanagement.serviceinstanceacl.workflow
Subclasses of DataControl in lumis.service.portalmanagement.serviceinstanceacl.workflow Modifier and Type Class Description class
WorkflowServiceInstanceAclControl
Acl control for a service instance with workflow. -
Uses of DataControl in lumis.service.portalmanagement.serviceinterfaceinstance
Subclasses of DataControl in lumis.service.portalmanagement.serviceinterfaceinstance Modifier and Type Class Description class
InterfaceInstanceInContextEditSupportControl
CheckBoxControl
extension to be used in in context edit support for interface instances. -
Uses of DataControl in lumis.service.portalmanagement.servicesearchindex
Subclasses of DataControl in lumis.service.portalmanagement.servicesearchindex Modifier and Type Class Description class
ServiceReindexProgressControl
ProgressControl
used in service reindex interface. -
Uses of DataControl in lumis.service.portalmanagement.socialnetwork.doui.control
Subclasses of DataControl in lumis.service.portalmanagement.socialnetwork.doui.control Modifier and Type Class Description class
SelectPageControl
Page selection control. -
Uses of DataControl in lumis.service.portalmanagement.structure.doui.control
Subclasses of DataControl in lumis.service.portalmanagement.structure.doui.control 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 DataControl in lumis.service.portalmanagement.upgrade
Subclasses of DataControl in lumis.service.portalmanagement.upgrade 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 DataControl in lumis.service.portalmanagement.webfilereplication
Subclasses of DataControl in lumis.service.portalmanagement.webfilereplication 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 DataControl in lumis.service.portalmanagement.website
Subclasses of DataControl in lumis.service.portalmanagement.website 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 DataControl in lumis.service.portalmanagement.xsleditor
Subclasses of DataControl in lumis.service.portalmanagement.xsleditor 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 DataControl in lumis.service.resourcescheduler
Subclasses of DataControl in lumis.service.resourcescheduler 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 DataControl in lumis.service.search
Subclasses of DataControl in lumis.service.search 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 DataControl in lumis.service.socialnetworkintegration.control
Subclasses of DataControl in lumis.service.socialnetworkintegration.control 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 DataControl in lumis.service.socialnetworkservices.microblog.doui.control
Subclasses of DataControl in lumis.service.socialnetworkservices.microblog.doui.control Modifier and Type Class Description class
CommentAreaListControl
Class responsible to include the comment area, group of controls, for each post. -
Uses of DataControl in lumis.service.tag
Subclasses of DataControl in lumis.service.tag Modifier and Type Class Description class
SelectTagServiceInstanceControl
Control that allows tag service instance selection. -
Uses of DataControl in lumis.service.wiki
Subclasses of DataControl in lumis.service.wiki 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 DataControl in lumis.service.wsrp.consumer.doui
Subclasses of DataControl in lumis.service.wsrp.consumer.doui 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 DataControl in lumis.service.wsrp.producer
Subclasses of DataControl in lumis.service.wsrp.producer 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.
-