Uses of Class
lumis.doui.control.Control
-
-
Uses of Control in lumis.collaboration.chat
Subclasses of Control in lumis.collaboration.chat Modifier and Type Class Description class
ChatHistoryControl
Renders the messages history for a chat.class
ChatMessageListControl
Control that implements a message list.class
ChatSendMessageControl
Control that implements posting of a chat message. -
Uses of Control in lumis.content.control.autolayout
Subclasses of Control in lumis.content.control.autolayout Modifier and Type Class Description class
AutoLayoutAssociationInformationControl
Control that associates a content to other contents.class
AutoLayoutCategorizationAssociationControl
Control that lays out the list of terms associated.class
AutoLayoutContentAdministrationListControl
Auto layout control for rendering a content administration list.class
AutoLayoutContentDetailsControl
Used to render read details information of a single content.class
AutoLayoutContentEmbeddedPropertyPageControl
Used for embedded pages.class
AutoLayoutContentFieldsControl
Renders a table in which each row contains a label and value of the visible and nonMetaDataSourceField
derived fields in the source.class
AutoLayoutContentIdentificationControl
Control that control content's identification meta data.class
AutoLayoutContentListControl
Autolayout control that creates a form, interface header and list associated with the interface's default source.class
AutoLayoutContentPropertyPageControl
Renders a property page control with the visible source fields as label: input control pairs.class
AutoLayoutContentQuickListControl
Control that renders a quick list with a link to a complete list.class
AutoLayoutGenericAssociationInformationControl
Base control for associating a content to other contents.class
AutoLayoutGenericContentAssociationControl
Base control for associating a content to other contents.class
AutoLayoutLanguageInformationControl
Performs autolayout of language information.class
AutoLayoutMetaDataInformationControl
Renders metadata input controls based on the metadata specified in the source.class
AutoLayoutPublishingInformationControl
Performs autolayout of publishing information.class
AutoLayoutSeoInformationControl
Performs auto layout of content SEO meta data.class
AutoLayoutTagInformationControl
Defines the default tag layout for meta data tab area.class
AutoLayoutWorkflowInformationControl
Renders workflow input controls based on the workflow information. -
Uses of Control in lumis.content.control.button
Subclasses of Control in lumis.content.control.button Modifier and Type Class Description class
AutoContentAdministrationListButtonsControl
Responsible for including versions and preview buttons.class
ContentAnalyticsButtonControl
Responsible for opening the Google analysis for the selected content Example use:lumis.service.content.analytics.contentAnalytics Análise por conteúdo class
GenerateContentButtonControl
Responsible for generating random content for development purposes.class
PreviewButtonControl
Responsible for opening the preview interface for the selected content if the service has some preview supported interface.class
SaveAndPreviewButtonControl
Responsible for calling the process action handler with id="commitAndPreview".class
ServiceInstanceAnalyticsButtonControl
Responsible for opening the Google analysis for the current service instance Example use:lumis.service.content.analytics.serviceInstanceAnalytics 8A488A0F14A741560114A74CDE8501E0 Análise por serviço class
VersionsButtonControl
Button control that opens the versions dialog box. -
Uses of Control in lumis.content.control.categorization
Subclasses of Control 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 Control in lumis.content.control.comments
Subclasses of Control in lumis.content.control.comments Modifier and Type Class Description class
CommentsAddControl
Renders comment add controlclass
CommentsControl
Renders comments -
Uses of Control in lumis.content.control.contentpicker
Subclasses of Control 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 Control in lumis.content.control.dynamiclist
Subclasses of Control 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 Control in lumis.content.control.language
Subclasses of Control 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 Control in lumis.content.control.lock
Subclasses of Control in lumis.content.control.lock Modifier and Type Class Description class
LockButtonControl
Defines a lock/unlock button control.class
LockedMessageControl
Defines a lock message control.class
StealLockButtonControl
Defines steallock button control. -
Uses of Control in lumis.content.control.parentcontent
Subclasses of Control 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 Control in lumis.content.control.publishtoprincipals
Subclasses of Control 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 Control in lumis.content.control.publishtoserviceinstances
Subclasses of Control 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 Control in lumis.content.control.publishtosocialnetwork
Subclasses of Control in lumis.content.control.publishtosocialnetwork Modifier and Type Class Description class
PublishToSocialNetworkButtonControl
Button responsible for publishing to social networks.class
PublishToSocialNetworkControl
Control to publish content to social networks. -
Uses of Control in lumis.content.control.tag
Subclasses of Control 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 Control in lumis.content.control.version
Subclasses of Control in lumis.content.control.version Modifier and Type Class Description class
VersionControl
Control that renders information about the version of the content. -
Uses of Control in lumis.content.control.workflow
Subclasses of Control 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 Control in lumis.doui.control
Subclasses of Control in lumis.doui.control 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 userclass
SourceBoundControl<S extends Source<?>>
Control that may be bound to aSource
.class
SourceFieldBoundControl<S extends Source<?>>
Control that may be bound to aSource
's field.class
ValidatorControl
Implements generic validation control behaviour. -
Uses of Control in lumis.doui.control.asyncprogress
Subclasses of Control in lumis.doui.control.asyncprogress Modifier and Type Class Description class
AsyncProgressControl
Pair of progress bars, used by async progress infrastructure -
Uses of Control in lumis.doui.control.autolayout
Subclasses of Control in lumis.doui.control.autolayout Modifier and Type Class Description class
AutoLayoutAdministrationListControl
This control renders interface header, administration buttons, and an administration list control.class
AutoLayoutDetailsControl
Used to render read details information of a single data tabular data row.class
AutoLayoutEmbeddedPropertyPageControl
class
AutoLayoutFieldControl
Renders an appropriate control for the given field.class
AutoLayoutFieldsControl<S extends Source<?>>
Renders a label control and a value control of each visible field in the source.class
AutoLayoutListControl
Autolayout control that creates a form, interface header and list associated with the interface's default source.class
AutoLayoutPropertyPageControl<S extends Source<?>>
Renders a property page control with the visible source fields as label: input control pairs.class
AutoLayoutQuickListControl
Control that renders a quick list with a link to a complete list. -
Uses of Control in lumis.doui.control.autorefresh
Subclasses of Control in lumis.doui.control.autorefresh Modifier and Type Class Description class
AutoRefreshControl
Used to refresh the page at the given interval period. -
Uses of Control in lumis.doui.control.button
Subclasses of Control in lumis.doui.control.button Modifier and Type Class Description class
AccessControlButton
Control that opens the Access Control configuration screen.class
AddButton2Control
Defines an add button control.class
AddButtonControl
Defines an add button control.class
AutoAdministrationListButtonsControl<S extends Source<?>>
Detects and automatically adds the following controls: lum_interfaceHeaderButtons, lum_addButton, lum_editButton, lum_deleteButton, lum_positionFieldOrderButton, lum_lockButton, lum_configureButton.class
AutoEmbeddedInterfaceStandardButtonsControl
Renders the standard buttons for a property page embedded within a LumisXP page.class
AutoInterfaceStandardButtonsControl
Adds standard ok and cancel buttons.class
AutoPopupInterfaceStandardButtonsControl
class
ButtonControl
Defines a standard button control with text, image and onClick definition.class
CancelButtonControl
Defines an cancel button control.class
ConfigureButtonControl
Renders a configure button if the service has a configuration interface Example use:lumis/portal/client/images/Configure.gif configuration Configurar function f1(){var additionalParams;additionalParams=''; window.open('main.jsp?lumPageId=1D6530765D5644709741AEAA3622D3BC &lumChannelId=00000000F00000000000000000000001 &lumRTI=lumis.service.contactus.configuration &lumRTSI=8A488A0F14A741560114A745B57C0183'+additionalParams, '_blank', 'width=600,height=164,left=20');} f1();return false; class
DeleteButtonControl
Defines a delete button control.class
EditButton2Control
Defines an edit button control.class
EditButtonControl
Defines an edit button control.class
OkButtonControl
Defines an ok button control.class
PositionFieldOrderButtonControl
Renders a button that opens an interface that the user may use to order items.class
PrintButtonControl
Print Button Controlclass
RefreshButtonControl
ButtonControl that simply refreshes the current page.class
VersionEditButtonControl
-
Uses of Control in lumis.doui.control.checkbox
Subclasses of Control 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 Control in lumis.doui.control.conditional
Subclasses of Control in lumis.doui.control.conditional Modifier and Type Class Description class
ConditionalRenderControl
Used to specify a condition under which the control and its children must be rendered. -
Uses of Control in lumis.doui.control.controlgroup
Subclasses of Control in lumis.doui.control.controlgroup Modifier and Type Class Description class
ControlGroupControl
Used to organize front end forms where grouping controls within a box with an optional title helps usability. -
Uses of Control in lumis.doui.control.datagrid
Subclasses of Control 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 Control in lumis.doui.control.datepicker
Subclasses of Control 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 Control in lumis.doui.control.details
Subclasses of Control 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 Control in lumis.doui.control.dropdownlist
Subclasses of Control 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 Control in lumis.doui.control.dynamiclist
Subclasses of Control in lumis.doui.control.dynamiclist Modifier and Type Class Description class
DynamicListControl
-
Uses of Control in lumis.doui.control.email
Subclasses of Control in lumis.doui.control.email Modifier and Type Class Description class
EmailControl
Renders an e-mail. -
Uses of Control in lumis.doui.control.fileupload
Subclasses of Control in lumis.doui.control.fileupload Modifier and Type Class Description class
FileListControl
class
FilesPickerControl
Control to select filesclass
FileUploadControl
Doui control that allows the upload of files to the portal. -
Uses of Control in lumis.doui.control.filter
Subclasses of Control in lumis.doui.control.filter Modifier and Type Class Description class
FilterControl<S extends Source<?>>
Generic filter control.class
FiltersControl
Renders all the filters associated to the control's source.class
ParentFilterControl
Control that renders a filter for the parent of the current content -
Uses of Control in lumis.doui.control.form
Subclasses of Control in lumis.doui.control.form Modifier and Type Class Description class
FormControl
Defines a form control. -
Uses of Control in lumis.doui.control.htmleditor
Subclasses of Control in lumis.doui.control.htmleditor Modifier and Type Class Description class
FCKEditorPopUpFixerControl
Fix control for the FCK Editor when it is used in a runtime interface and its page is being rendered as tableless.class
HtmlEditorBlocksValidatorControl
Validates de blocks of a html field.class
HtmlEditorControl
Control for editing html content. -
Uses of Control in lumis.doui.control.include
Subclasses of Control in lumis.doui.control.include Modifier and Type Class Description class
IncludeControl
Includes a file present in the web application. -
Uses of Control in lumis.doui.control.inputemail
Subclasses of Control 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 Control in lumis.doui.control.inputtext
Subclasses of Control 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 Control in lumis.doui.control.interfaceheader
Subclasses of Control in lumis.doui.control.interfaceheader Modifier and Type Class Description class
InterfaceHeaderControl
Renders an interface header. -
Uses of Control in lumis.doui.control.interfaceheaderbuttons
Subclasses of Control in lumis.doui.control.interfaceheaderbuttons Modifier and Type Class Description class
InterfaceHeaderButtonsControl
Renders an interface header buttons. -
Uses of Control in lumis.doui.control.itempicker
Subclasses of Control 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 Control in lumis.doui.control.label
Subclasses of Control in lumis.doui.control.label Modifier and Type Class Description class
LabelControl
Renders a label within a form. -
Uses of Control in lumis.doui.control.link
Subclasses of Control in lumis.doui.control.link Modifier and Type Class Description class
LinkControl
Used to render a link to an explicit url or to dynamically calculate and render a link to another interface in another page in the portal. -
Uses of Control in lumis.doui.control.list
Subclasses of Control in lumis.doui.control.list Modifier and Type Class Description class
AdministrationListControl
Renders a list of data with filters, tabular data and pagination information.class
ListControl
Renders lists for the end user. -
Uses of Control in lumis.doui.control.multifileupload
Subclasses of Control in lumis.doui.control.multifileupload Modifier and Type Class Description class
MultiFileUploadControl
Control used to upload multiples files at same time.class
MultiFileUploadExtensionCheckControl
Control to check the files uploaded's extensions.class
MultiFileUploadRequiredValueValidatorControl
Control responsible to validate required fields inMultiFileUploadControl
render scope. -
Uses of Control in lumis.doui.control.optionlist
Subclasses of Control in lumis.doui.control.optionlist Modifier and Type Class Description class
OptionListControl
Control to render a list of options. -
Uses of Control in lumis.doui.control.pagination
Subclasses of Control 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 Control in lumis.doui.control.pane
Subclasses of Control 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 Control in lumis.doui.control.parentcontent
Subclasses of Control 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 Control in lumis.doui.control.password
Subclasses of Control in lumis.doui.control.password Modifier and Type Class Description class
PasswordControl
Renders an input password control. -
Uses of Control in lumis.doui.control.primarykey
Subclasses of Control in lumis.doui.control.primarykey Modifier and Type Class Description class
PrimaryKeyControl
Specifies a primary key. -
Uses of Control in lumis.doui.control.principalpicker
Subclasses of Control 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 Control in lumis.doui.control.profileimage
Subclasses of Control in lumis.doui.control.profileimage Modifier and Type Class Description class
InputProfileImageControl
Renders a User Profile Image edit control. -
Uses of Control in lumis.doui.control.progress
Subclasses of Control in lumis.doui.control.progress Modifier and Type Class Description class
ProgressControl
class
ProgressPanelControl
-
Uses of Control in lumis.doui.control.propertypage
Subclasses of Control in lumis.doui.control.propertypage Modifier and Type Class Description class
PropertyPageControl
Renders a property page with an interface header control on top and possible [OK] [CANCEL] button controls at the bottom. -
Uses of Control in lumis.doui.control.radiobutton
Subclasses of Control 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 Control in lumis.doui.control.script
Subclasses of Control in lumis.doui.control.script Modifier and Type Class Description class
ScriptControl
Renders client side script. -
Uses of Control in lumis.doui.control.selectchannel
Subclasses of Control 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
SelectChannelPageTreeControl
Control to select channels or pagesclass
SelectChannelTemplateControl
Control to select a channel template. -
Uses of Control in lumis.doui.control.selectpage
Subclasses of Control 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 Control in lumis.doui.control.selectserviceinstance
Subclasses of Control in lumis.doui.control.selectserviceinstance Modifier and Type Class Description class
SelectServiceInstanceControl
Control that selects a service instance. -
Uses of Control in lumis.doui.control.strings
Subclasses of Control in lumis.doui.control.strings Modifier and Type Class Description class
StringsControl
Renders javascript on the client side that makes available in an array a list of translated strings. -
Uses of Control in lumis.doui.control.tab
Subclasses of Control in lumis.doui.control.tab Modifier and Type Class Description class
TabbedControl
Control that implements tabs -
Uses of Control in lumis.doui.control.tabulardata
Subclasses of Control 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 Control in lumis.doui.control.text
Subclasses of Control in lumis.doui.control.text Modifier and Type Class Description class
TextControl
Renders read only data as text. -
Uses of Control in lumis.doui.control.validator
Subclasses of Control in lumis.doui.control.validator Modifier and Type Class Description class
DateCompareValidatorControl
A date comparision validator control.class
DateDataTypeValidatorControl
Validator for date, date-time or time values.class
EmailValidatorControl
Generates client side and server side validation that verifies that a control value if provided is formatted as a valid email address.class
FileNameValidatorControl
Control to validate filenamesclass
FileSizeValidatorControl
File Size Validatorclass
HtmlEditorValidatorControl
Validator for html text.class
IntegerDataTypeValidatorControl
Generates client side and server side validation that verifies that a control value if provided is a valid integer.class
LengthValidatorControl
Validator that verifies the size of the value.class
NumberDataTypeValidatorControl
Validator for number values, based on a decimal format pattern and on the session locale.class
RegularExpressionValidatorControl
Generates client side and server side validation that verifies that a control value if provided matches the regular expression specified in the expression attribute of the validator.class
RequiredValuesDescriptorControl
Simply used to render a text indicating the fields marked with a * are required.class
RequiredValueValidatorControl
Generates client side and server side validation that verifies that a control has a value that is not null.class
RequiredValueWhenVisibleValidatorControl
This is a client side only validating control. -
Uses of Control in lumis.doui.search
Subclasses of Control in lumis.doui.search Modifier and Type Class Description class
SearchAggregationControl
Control responsible for manage user's aggregations.class
SearchQueryValidatorControl
Validate the query sintax against search engine in use -
Uses of Control in lumis.portalmanagement.doui.control.tag
Subclasses of Control 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 Control in lumis.service.activitystream
Subclasses of Control in lumis.service.activitystream Modifier and Type Class Description class
ActivityStreamConfigurationInfoControl
Control that includes in xml information derived from configurations of the current service interface instance. -
Uses of Control in lumis.service.analytics.automationflow.control
Subclasses of Control in lumis.service.analytics.automationflow.control Modifier and Type Class Description class
FlowEditorControl
Flow Editor control. -
Uses of Control in lumis.service.analytics.commons.control
Subclasses of Control 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 Control in lumis.service.analytics.eventanalytics.control
Subclasses of Control 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 Control in lumis.service.analytics.eventsadmin
Subclasses of Control 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 Control in lumis.service.analytics.usersegmentation.control
Subclasses of Control in lumis.service.analytics.usersegmentation.control Modifier and Type Class Description class
UserSegmentationControl
User segmentation filter control. -
Uses of Control in lumis.service.announcement
Subclasses of Control in lumis.service.announcement Modifier and Type Class Description class
AnnouncementTabularDataControl
Customized tabular data control for announcement service. -
Uses of Control in lumis.service.association
Subclasses of Control in lumis.service.association Modifier and Type Class Description class
AssociationTabularDataControl
Tabular data control for displaying associations. -
Uses of Control in lumis.service.autoadministration
Subclasses of Control in lumis.service.autoadministration Modifier and Type Class Description class
AutoAdministrationBreadCrumbTreeItemControl
Auto administration breadCrumb tree item control. -
Uses of Control in lumis.service.autoadministration.control
Subclasses of Control in lumis.service.autoadministration.control Modifier and Type Class Description class
CallEditInterfaceScriptControl
Renders the javascript to call the edit content interface dynamically working together other controls.class
CallLockContentScriptControl
Renders the javascript to call the lock content dynamically working together other controls.class
CallPreviewInterfaceScriptControl
Renders the javascript to call the preview interface dynamically working together other controls.class
CallVersionsInterfaceScriptControl
Renders the javascript to call the versions interface dynamically working together other controls.class
ExecuteScriptControl
Abstract class to render javascripts.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 Control in lumis.service.banner
Subclasses of Control in lumis.service.banner Modifier and Type Class Description class
BannerControl
Banner control -
Uses of Control in lumis.service.comment
Subclasses of Control in lumis.service.comment Modifier and Type Class Description class
CurrentContentLocaleIdControl
It stores the current content locale identifier in itself. -
Uses of Control in lumis.service.community
Subclasses of Control in lumis.service.community Modifier and Type Class Description class
CommunityTabularDataControl
Tabular data control for displaying communities. -
Uses of Control in lumis.service.content.publishtosocialnetworks
Subclasses of Control in lumis.service.content.publishtosocialnetworks Modifier and Type Class Description class
AutoLayoutPublishToSocialNetworksAdministrationListControl
The Advanced Tabular Data extension based on client-side operations only, specific to publish to social networks case. -
Uses of Control in lumis.service.document
Subclasses of Control in lumis.service.document Modifier and Type Class Description class
DocumentParentFilterControl
Extends ParentFilterControl remembering the last folder selected based on user behavior and selected content.class
SelectDocumentServiceInstanceControl
-
Uses of Control in lumis.service.document.control
Subclasses of Control 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 Control in lumis.service.doui.dynamiclist
Subclasses of Control in lumis.service.doui.dynamiclist Modifier and Type Class Description class
AddDynamicListSourceControl
-
Uses of Control in lumis.service.doui.fields
Subclasses of Control in lumis.service.doui.fields Modifier and Type Class Description class
FieldsControl
Doui control that shows the fields of a doui source. -
Uses of Control in lumis.service.doui.filters
Subclasses of Control in lumis.service.doui.filters Modifier and Type Class Description class
FilterUniqueIdValidator
-
Uses of Control in lumis.service.doui.htmlsnippet
Subclasses of Control in lumis.service.doui.htmlsnippet Modifier and Type Class Description class
PreviewCssControl
Renders XML containing the CSS hrefs to be used for previewing the HTML. -
Uses of Control in lumis.service.doui.positionfield
Subclasses of Control in lumis.service.doui.positionfield Modifier and Type Class Description class
PositionFieldInterfaceHeaderControl
Custom Interface Header for obtaining service instance name from the caller service instance. -
Uses of Control in lumis.service.doui.publisherfilters
Subclasses of Control in lumis.service.doui.publisherfilters Modifier and Type Class Description class
PublisherFiltersAutoLayoutFieldsControl
Auto layout field control for publisher filters interface -
Uses of Control in lumis.service.emailtemplaterepository
Subclasses of Control 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 Control in lumis.service.formbuilder
Subclasses of Control in lumis.service.formbuilder Modifier and Type Class Description class
AnswersAutoLayoutFieldsControl
Auto layout field control for form answer interface.class
ShowAnswersAutoLayoutFieldsControl
Auto layout fields control specifically designed for interface view answer -
Uses of Control in lumis.service.forum
Subclasses of Control in lumis.service.forum Modifier and Type Class Description class
ForumButtonVisibilityControl
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.class
TopicViewCounterControl
Control that handles the counter view topic -
Uses of Control in lumis.service.hierarchicalcontent
Subclasses of Control 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 Control in lumis.service.link
Subclasses of Control 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 Control in lumis.service.locale
Subclasses of Control in lumis.service.locale Modifier and Type Class Description class
LocalePickerControl
Allows the current user to change his locale. -
Uses of Control in lumis.service.login
Subclasses of Control 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 Control in lumis.service.mailmarketing
Subclasses of Control 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 Control in lumis.service.media
Subclasses of Control in lumis.service.media Modifier and Type Class Description class
MediaParentFilterControl
Extends ParentFilterControl remembering the last folder selected based on user behavior and selected content.class
SelectMediaServiceInstanceControl
Control that allows the user to select a media service instance. -
Uses of Control in lumis.service.media.control
Subclasses of Control in lumis.service.media.control Modifier and Type Class Description class
MediaPickerControl
Renders a control that allows the end user to input an media.class
SelectImagesControl
Control to allow change URL images from HTML by media picker. -
Uses of Control in lumis.service.navigation
Subclasses of Control 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 Control in lumis.service.newsletter
Subclasses of Control 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 Control in lumis.service.pagepersonalization
Subclasses of Control in lumis.service.pagepersonalization Modifier and Type Class Description class
SelectPagePersonalizationServiceInstanceControl
Control that allows Widget Repository service instance selection. -
Uses of Control in lumis.service.pagepersonalization.doui.control
Subclasses of Control in lumis.service.pagepersonalization.doui.control Modifier and Type Class Description class
InterfaceInstancePreviewControl
Control
responsible for allowing user to preview and customize a service interface to be used as a widget.class
InterfaceSelectionDropDownListControl
DropDownListControl
for selecting service interface.class
PagePersonalizationWidgetUsedByControl
Lists all pages that are using widgetsclass
ServiceInterfacePickerControl
Control responsible for rendering necessary subcontrols for allowing user to select service interface. -
Uses of Control in lumis.service.portalmanagement.areatag
Subclasses of Control 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 Control in lumis.service.portalmanagement.audit
Subclasses of Control 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 Control in lumis.service.portalmanagement.channel
Subclasses of Control in lumis.service.portalmanagement.channel Modifier and Type Class Description class
ChannelInheritedPageTemplateControl
Controls that shows the inherited page templateclass
ChannelWebsiteChanceCheckControl
WebsiteChangeCheckControl
extension that checks whether the current channel is a website root. -
Uses of Control in lumis.service.portalmanagement.channelacl
Subclasses of Control in lumis.service.portalmanagement.channelacl Modifier and Type Class Description class
ChannelAclControl
-
Uses of Control in lumis.service.portalmanagement.filesystem
Subclasses of Control in lumis.service.portalmanagement.filesystem Modifier and Type Class Description class
FileSystemTabularData
Customized tabular data for the filesystem service. -
Uses of Control in lumis.service.portalmanagement.genericacl
Subclasses of Control in lumis.service.portalmanagement.genericacl Modifier and Type Class Description class
GenericAclControl
-
Uses of Control in lumis.service.portalmanagement.groupacl
Subclasses of Control in lumis.service.portalmanagement.groupacl Modifier and Type Class Description class
GroupAclControl
-
Uses of Control in lumis.service.portalmanagement.interactiveprocess
Subclasses of Control 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 Control in lumis.service.portalmanagement.pageacl
Subclasses of Control in lumis.service.portalmanagement.pageacl Modifier and Type Class Description class
PageAclControl
-
Uses of Control in lumis.service.portalmanagement.pagecache
Subclasses of Control in lumis.service.portalmanagement.pagecache Modifier and Type Class Description class
PageCacheConfirmMessageControl
Controls that shows the restriction the parameters of clear cache action.class
ValidatorButton
Control that includes the form validation on button. -
Uses of Control in lumis.service.portalmanagement.pagetemplate
Subclasses of Control 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 Control in lumis.service.portalmanagement.pagetemplateacl
Subclasses of Control in lumis.service.portalmanagement.pagetemplateacl Modifier and Type Class Description class
PageTemplateAclControl
-
Uses of Control in lumis.service.portalmanagement.portalacl
Subclasses of Control in lumis.service.portalmanagement.portalacl Modifier and Type Class Description class
PortalAclControl
-
Uses of Control in lumis.service.portalmanagement.serialization
Subclasses of Control in lumis.service.portalmanagement.serialization Modifier and Type Class Description class
AdminMemberConditionalRenderControl
Case the current user is note member of portal admins, then, will not render controls children.class
SelectImportFileControl
This control allows the user to select a channel structure import file. -
Uses of Control in lumis.service.portalmanagement.server
Subclasses of Control 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 Control in lumis.service.portalmanagement.serviceacl
Subclasses of Control in lumis.service.portalmanagement.serviceacl Modifier and Type Class Description class
ServiceAclControl
-
Uses of Control in lumis.service.portalmanagement.serviceinstance
Subclasses of Control 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.class
ServiceInstanceUsedByControl
Lists all service instance names used by an specific service instance. -
Uses of Control in lumis.service.portalmanagement.serviceinstanceacl
Subclasses of Control 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 Control in lumis.service.portalmanagement.serviceinstanceacl.workflow
Subclasses of Control in lumis.service.portalmanagement.serviceinstanceacl.workflow Modifier and Type Class Description class
WorkflowServiceInstanceAclControl
Acl control for a service instance with workflow. -
Uses of Control in lumis.service.portalmanagement.serviceinterfaceinstance
Subclasses of Control 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 Control in lumis.service.portalmanagement.servicesearchindex
Subclasses of Control in lumis.service.portalmanagement.servicesearchindex Modifier and Type Class Description class
ServiceReindexProgressControl
ProgressControl
used in service reindex interface. -
Uses of Control in lumis.service.portalmanagement.socialnetwork.doui.control
Subclasses of Control in lumis.service.portalmanagement.socialnetwork.doui.control Modifier and Type Class Description class
RequiredValueWhenEnableControl
RequiredValueValidatorControl
extension that only validates if the control's value is set if it is enabled.class
SelectChannelPageTreeControl
Select page channel tree control.class
SelectPageControl
Page selection control. -
Uses of Control in lumis.service.portalmanagement.structure.doui.control
Subclasses of Control in lumis.service.portalmanagement.structure.doui.control Modifier and Type Class Description class
FriendlyIdValidationControl
Validates the friendly identifier depending on its value and in automatic value.class
RestShortNameValidationControl
Validates the restEnabled identifier depending if the rest support is enabled.class
SelectChannelOrChannelTemplateControlWithCustomCallbackFunction
SelectChannelOrChannelTemplateControl
extension that allows to add a custom implementation of the callback function to the standard one.class
WebsiteChangeCheckControl
Website check control.
Integrates withSelectChannelOrChannelTemplateControlWithCustomCallbackFunction
to call theWebsiteControllerHtml
and verify if the selected channel belongs to other website then the current one. -
Uses of Control in lumis.service.portalmanagement.upgrade
Subclasses of Control 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 Control in lumis.service.portalmanagement.webfilereplication
Subclasses of Control 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 Control in lumis.service.portalmanagement.website
Subclasses of Control 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 Control in lumis.service.portalmanagement.xsleditor
Subclasses of Control 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
RenderActionOnLoadScriptControl
Control to do a render action after the first interface rendering to load the correct style values.class
XslEditorControl
Control for editing xsl files.class
XslFileEditorControl
-
Uses of Control in lumis.service.questionnaire
Subclasses of Control in lumis.service.questionnaire Modifier and Type Class Description class
AnswersAutoLayoutFieldsControl
Auto layout field control for questionnaire answer interface.class
ShowAnswersAutoLayoutFieldsControl
Auto layout fields control specifically designed for interface view answer -
Uses of Control in lumis.service.resourcescheduler
Subclasses of Control 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 Control in lumis.service.search
Subclasses of Control 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 Control in lumis.service.smartcontent
Subclasses of Control in lumis.service.smartcontent Modifier and Type Class Description class
SearchScopeStandardLabel
Control that extends Label just to calculate and render the channel path of current service instance. -
Uses of Control in lumis.service.socialnetworkintegration.control
Subclasses of Control 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 Control in lumis.service.socialnetworkservices.microblog.doui.control
Subclasses of Control 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.class
FollowButtonControl
Defines a Follow button control. -
Uses of Control in lumis.service.tag
Subclasses of Control in lumis.service.tag Modifier and Type Class Description class
SelectTagServiceInstanceControl
Control that allows tag service instance selection. -
Uses of Control in lumis.service.wiki
Subclasses of Control 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 Control in lumis.service.wsrp.consumer.doui
Subclasses of Control 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
ConsumerConfigurationInterfaceVerificationControl
Control
that adds subcontrols to its interface according with the current service instance situation.class
LinkToRuntimeTabularDataControl
Control to render a link to a runtime interface in a tabular data control.class
RemotePortletConfigurationInterfaceControl
Control
that renders an admin list if service instance is configured. -
Uses of Control in lumis.service.wsrp.producer
Subclasses of Control in lumis.service.wsrp.producer Modifier and Type Class Description class
ProducerAdministrationListAddButtonControl
AddButtonControl
responsible for opening the add interface.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.
-