Uses of Interface
lumis.doui.control.IControl
-
-
Uses of IControl in lumis.collaboration.chat
Classes in lumis.collaboration.chat that implement IControl 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.Methods in lumis.collaboration.chat with parameters of type IControl Modifier and Type Method Description void
ChatSendMessageControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.content.control.autolayout
Classes in lumis.content.control.autolayout that implement IControl 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.Methods in lumis.content.control.autolayout with parameters of type IControl Modifier and Type Method Description void
AutoLayoutAssociationInformationControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
AutoLayoutCategorizationAssociationControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
AutoLayoutGenericAssociationInformationControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
AutoLayoutGenericContentAssociationControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
AutoLayoutLanguageInformationControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
AutoLayoutPublishingInformationControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
AutoLayoutSeoInformationControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
AutoLayoutTagInformationControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
AutoLayoutWorkflowInformationControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.content.control.button
Classes in lumis.content.control.button that implement IControl 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 IControl in lumis.content.control.categorization
Classes in lumis.content.control.categorization that implement IControl Modifier and Type Class Description class
InputCategoryControl
Defines an input category control that allows the user to enter any category value. -
Uses of IControl in lumis.content.control.comments
Classes in lumis.content.control.comments that implement IControl Modifier and Type Class Description class
CommentsAddControl
Renders comment add controlclass
CommentsControl
Renders commentsMethods in lumis.content.control.comments with parameters of type IControl Modifier and Type Method Description void
CommentsControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.content.control.contentpicker
Classes in lumis.content.control.contentpicker that implement IControl 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.Methods in lumis.content.control.contentpicker with parameters of type IControl Modifier and Type Method Description void
ContentPickerControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.content.control.dynamiclist
Classes in lumis.content.control.dynamiclist that implement IControl Modifier and Type Class Description class
TermDynamicListControl
Dynamic list control that customizes the service instance of the popup interface for selecting terms. -
Uses of IControl in lumis.content.control.language
Classes in lumis.content.control.language that implement IControl Modifier and Type Class Description class
LanguageControl
Control for languages.class
LanguageFilterControl
A control used in administration list to filter the language field.Methods in lumis.content.control.language with parameters of type IControl Modifier and Type Method Description void
LanguageControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.content.control.lock
Classes in lumis.content.control.lock that implement IControl 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 IControl in lumis.content.control.parentcontent
Classes in lumis.content.control.parentcontent that implement IControl 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 IControl in lumis.content.control.publishtoprincipals
Classes in lumis.content.control.publishtoprincipals that implement IControl 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 publishedMethods in lumis.content.control.publishtoprincipals with parameters of type IControl Modifier and Type Method Description void
PublishToPrincipalsControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
PublishToPrincipalsListControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.content.control.publishtoserviceinstances
Classes in lumis.content.control.publishtoserviceinstances that implement IControl 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 publishedMethods in lumis.content.control.publishtoserviceinstances with parameters of type IControl Modifier and Type Method Description void
PublishToServiceInstancesControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
PublishToServiceInstancesListControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.content.control.publishtosocialnetwork
Classes in lumis.content.control.publishtosocialnetwork that implement IControl Modifier and Type Class Description class
PublishToSocialNetworkButtonControl
Button responsible for publishing to social networks.class
PublishToSocialNetworkControl
Control to publish content to social networks.Methods in lumis.content.control.publishtosocialnetwork with parameters of type IControl Modifier and Type Method Description void
PublishToSocialNetworkControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.content.control.tag
Classes in lumis.content.control.tag that implement IControl Modifier and Type Class Description class
InputTagControl
Defines an input tag control that allows the user to enter any tag value. -
Uses of IControl in lumis.content.control.version
Classes in lumis.content.control.version that implement IControl Modifier and Type Class Description class
VersionControl
Control that renders information about the version of the content.Methods in lumis.content.control.version with parameters of type IControl Modifier and Type Method Description void
VersionControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.content.control.workflow
Classes in lumis.content.control.workflow that implement IControl 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.Methods in lumis.content.control.workflow with parameters of type IControl Modifier and Type Method Description void
WorkflowMetaDataControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.doui.control
Subinterfaces of IControl in lumis.doui.control Modifier and Type Interface Description interface
IDataBoundControl
Interface para controls que são associado ao um ou mais sources.interface
IDataControl
Control that holds datainterface
IErrorSummaryControl
interface
IValidatorControl
Interface que controls que faz validação devem implementarClasses in lumis.doui.control that implement IControl Modifier and Type Class Description class
Control
Base class for all controls.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.Fields in lumis.doui.control declared as IControl Modifier and Type Field Description protected IControl
Control. parentControl
Fields in lumis.doui.control with type parameters of type IControl Modifier and Type Field Description protected ArrayList<IControl>
Control. childControls
Methods in lumis.doui.control with type parameters of type IControl Modifier and Type Method Description protected <T extends IControl>
TControl. getAncestor(Class<T> ancestorClass)
Searchs for an ancestor control assignable to the given class.Methods in lumis.doui.control that return IControl Modifier and Type Method Description static IControl
ControlFactory. createControl(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
IControl
ControlContainer. getControlById(String id)
IControl
ControlContainer. getControlByType(String type)
protected IControl
ValidatorControl. getControlToValidate()
IControl
Control. getParentControl()
IControl
IControl. getParentControl()
Methods in lumis.doui.control that return types with arguments of type IControl Modifier and Type Method Description List<IControl>
Control. getChildControls()
List<IControl>
IControl. getChildControls()
Map<String,IControl>
ControlContainer. getControlsMap()
Returns the map with the controls in this control container.Methods in lumis.doui.control with parameters of type IControl Modifier and Type Method Description static IControl
ControlFactory. createControl(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
ControlContainer. indexControl(IControl control)
void
Control. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
DataBoundControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
DataControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
ErrorSummaryControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
IControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
SourceFieldBoundControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
ValidatorControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
protected void
DataControl. loadSubControlFromRequest(IControl control)
void
Control. removeChild(IControl childControl)
void
IControl. removeChild(IControl childControl)
void
ControlContainer. removeControl(IControl control)
protected void
ControlContainer. setControlRenderData(IControl control)
-
Uses of IControl in lumis.doui.control.asyncprogress
Classes in lumis.doui.control.asyncprogress that implement IControl Modifier and Type Class Description class
AsyncProgressControl
Pair of progress bars, used by async progress infrastructure -
Uses of IControl in lumis.doui.control.autolayout
Classes in lumis.doui.control.autolayout that implement IControl 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 IControl in lumis.doui.control.autorefresh
Classes in lumis.doui.control.autorefresh that implement IControl Modifier and Type Class Description class
AutoRefreshControl
Used to refresh the page at the given interval period. -
Uses of IControl in lumis.doui.control.button
Classes in lumis.doui.control.button that implement IControl 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 IControl in lumis.doui.control.checkbox
Classes in lumis.doui.control.checkbox that implement IControl 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.Methods in lumis.doui.control.checkbox with parameters of type IControl Modifier and Type Method Description void
CheckBoxListControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.doui.control.conditional
Classes in lumis.doui.control.conditional that implement IControl Modifier and Type Class Description class
ConditionalRenderControl
Used to specify a condition under which the control and its children must be rendered. -
Uses of IControl in lumis.doui.control.controlgroup
Classes in lumis.doui.control.controlgroup that implement IControl 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 IControl in lumis.doui.control.datagrid
Classes in lumis.doui.control.datagrid that implement IControl 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.Methods in lumis.doui.control.datagrid with parameters of type IControl Modifier and Type Method Description void
DataGridControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
protected void
DataGridControl. reloadSubControlsRecursively(IControl currentControl)
-
Uses of IControl in lumis.doui.control.datepicker
Classes in lumis.doui.control.datepicker that implement IControl 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.Methods in lumis.doui.control.datepicker with parameters of type IControl Modifier and Type Method Description void
CalendarControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
DateTimePickerControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
MonthPickerControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
TimePickerControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.doui.control.details
Classes in lumis.doui.control.details that implement IControl Modifier and Type Class Description class
DetailsControl
Used to render read only data from a tabular data source. -
Uses of IControl in lumis.doui.control.dropdownlist
Classes in lumis.doui.control.dropdownlist that implement IControl 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.Methods in lumis.doui.control.dropdownlist with parameters of type IControl Modifier and Type Method Description void
DropDownListControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.doui.control.dynamiclist
Classes in lumis.doui.control.dynamiclist that implement IControl Modifier and Type Class Description class
DynamicListControl
Methods in lumis.doui.control.dynamiclist with parameters of type IControl Modifier and Type Method Description void
DynamicListControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.doui.control.email
Classes in lumis.doui.control.email that implement IControl Modifier and Type Class Description class
EmailControl
Renders an e-mail. -
Uses of IControl in lumis.doui.control.fileupload
Classes in lumis.doui.control.fileupload that implement IControl 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.Methods in lumis.doui.control.fileupload with parameters of type IControl Modifier and Type Method Description void
FilesPickerControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
FileUploadControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.doui.control.filter
Classes in lumis.doui.control.filter that implement IControl 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 contentMethods in lumis.doui.control.filter with parameters of type IControl Modifier and Type Method Description void
FilterControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
ParentFilterControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.doui.control.form
Classes in lumis.doui.control.form that implement IControl Modifier and Type Class Description class
FormControl
Defines a form control.Methods in lumis.doui.control.form with parameters of type IControl Modifier and Type Method Description void
FormControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.doui.control.htmleditor
Classes in lumis.doui.control.htmleditor that implement IControl 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.Methods in lumis.doui.control.htmleditor with parameters of type IControl Modifier and Type Method Description void
FCKEditorPopUpFixerControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
HtmlEditorControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.doui.control.include
Classes in lumis.doui.control.include that implement IControl Modifier and Type Class Description class
IncludeControl
Includes a file present in the web application. -
Uses of IControl in lumis.doui.control.inputemail
Classes in lumis.doui.control.inputemail that implement IControl Modifier and Type Class Description class
InputEmailControl
Defines an input email control that allows the user to enter any email value. -
Uses of IControl in lumis.doui.control.inputtext
Classes in lumis.doui.control.inputtext that implement IControl 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.Methods in lumis.doui.control.inputtext with parameters of type IControl Modifier and Type Method Description void
InputTextControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.doui.control.interfaceheader
Classes in lumis.doui.control.interfaceheader that implement IControl Modifier and Type Class Description class
InterfaceHeaderControl
Renders an interface header. -
Uses of IControl in lumis.doui.control.interfaceheaderbuttons
Classes in lumis.doui.control.interfaceheaderbuttons that implement IControl Modifier and Type Class Description class
InterfaceHeaderButtonsControl
Renders an interface header buttons. -
Uses of IControl in lumis.doui.control.itempicker
Classes in lumis.doui.control.itempicker that implement IControl 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.Methods in lumis.doui.control.itempicker with parameters of type IControl Modifier and Type Method Description void
ItemPickerControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
MultiItemPickerControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
OrderedMultiItemPickerControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
SelectItemTabularDataControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.doui.control.label
Classes in lumis.doui.control.label that implement IControl Modifier and Type Class Description class
LabelControl
Renders a label within a form. -
Uses of IControl in lumis.doui.control.link
Classes in lumis.doui.control.link that implement IControl 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 IControl in lumis.doui.control.list
Classes in lumis.doui.control.list that implement IControl 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.Methods in lumis.doui.control.list with parameters of type IControl Modifier and Type Method Description void
ListControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.doui.control.multifileupload
Classes in lumis.doui.control.multifileupload that implement IControl 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.Methods in lumis.doui.control.multifileupload that return IControl Modifier and Type Method Description protected IControl
MultiFileUploadExtensionCheckControl. getControlToValidate()
Methods in lumis.doui.control.multifileupload with parameters of type IControl Modifier and Type Method Description void
MultiFileUploadControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
MultiFileUploadExtensionCheckControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.doui.control.optionlist
Classes in lumis.doui.control.optionlist that implement IControl Modifier and Type Class Description class
OptionListControl
Control to render a list of options.Methods in lumis.doui.control.optionlist with parameters of type IControl Modifier and Type Method Description void
OptionListControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.doui.control.pagination
Classes in lumis.doui.control.pagination that implement IControl Modifier and Type Class Description class
PaginationControl
Renders the current selected page and possible pages that the use can navigate to.Methods in lumis.doui.control.pagination with parameters of type IControl Modifier and Type Method Description void
PaginationControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.doui.control.pane
Classes in lumis.doui.control.pane that implement IControl Modifier and Type Class Description class
PaneControl
Used to render one of the (n) specified panes when rendering an interface. -
Uses of IControl in lumis.doui.control.parentcontent
Classes in lumis.doui.control.parentcontent that implement IControl 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 IControl in lumis.doui.control.password
Classes in lumis.doui.control.password that implement IControl Modifier and Type Class Description class
PasswordControl
Renders an input password control. -
Uses of IControl in lumis.doui.control.primarykey
Classes in lumis.doui.control.primarykey that implement IControl Modifier and Type Class Description class
PrimaryKeyControl
Specifies a primary key. -
Uses of IControl in lumis.doui.control.principalpicker
Classes in lumis.doui.control.principalpicker that implement IControl 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.Methods in lumis.doui.control.principalpicker with parameters of type IControl Modifier and Type Method Description void
PrincipalPickerControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
ServiceInstancePrincipalPickerControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.doui.control.profileimage
Classes in lumis.doui.control.profileimage that implement IControl Modifier and Type Class Description class
InputProfileImageControl
Renders a User Profile Image edit control.Methods in lumis.doui.control.profileimage with parameters of type IControl Modifier and Type Method Description void
InputProfileImageControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.doui.control.progress
Classes in lumis.doui.control.progress that implement IControl Modifier and Type Class Description class
ProgressControl
class
ProgressPanelControl
-
Uses of IControl in lumis.doui.control.propertypage
Classes in lumis.doui.control.propertypage that implement IControl 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 IControl in lumis.doui.control.radiobutton
Classes in lumis.doui.control.radiobutton that implement IControl Modifier and Type Class Description class
RadioButtonControl
Renders a radio button control.class
RadioButtonListControl
Control that renders a list of radio buttons.Methods in lumis.doui.control.radiobutton with parameters of type IControl Modifier and Type Method Description void
RadioButtonControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
RadioButtonListControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.doui.control.script
Classes in lumis.doui.control.script that implement IControl Modifier and Type Class Description class
ScriptControl
Renders client side script. -
Uses of IControl in lumis.doui.control.selectchannel
Classes in lumis.doui.control.selectchannel that implement IControl 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 IControl in lumis.doui.control.selectpage
Classes in lumis.doui.control.selectpage that implement IControl 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 templateMethods in lumis.doui.control.selectpage with parameters of type IControl Modifier and Type Method Description void
SelectChannelChildControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.doui.control.selectserviceinstance
Classes in lumis.doui.control.selectserviceinstance that implement IControl Modifier and Type Class Description class
SelectServiceInstanceControl
Control that selects a service instance. -
Uses of IControl in lumis.doui.control.strings
Classes in lumis.doui.control.strings that implement IControl Modifier and Type Class Description class
StringsControl
Renders javascript on the client side that makes available in an array a list of translated strings.Methods in lumis.doui.control.strings with parameters of type IControl Modifier and Type Method Description void
StringsControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.doui.control.tab
Classes in lumis.doui.control.tab that implement IControl Modifier and Type Class Description class
TabbedControl
Control that implements tabs -
Uses of IControl in lumis.doui.control.tabulardata
Classes in lumis.doui.control.tabulardata that implement IControl 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.Methods in lumis.doui.control.tabulardata with parameters of type IControl Modifier and Type Method Description void
AdvancedTabularDataControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.doui.control.text
Classes in lumis.doui.control.text that implement IControl Modifier and Type Class Description class
TextControl
Renders read only data as text. -
Uses of IControl in lumis.doui.control.validator
Classes in lumis.doui.control.validator that implement IControl 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.Methods in lumis.doui.control.validator with parameters of type IControl Modifier and Type Method Description void
DateCompareValidatorControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
DateDataTypeValidatorControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
EmailValidatorControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
FileNameValidatorControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
FileSizeValidatorControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
IntegerDataTypeValidatorControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
LengthValidatorControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
NumberDataTypeValidatorControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
RegularExpressionValidatorControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.doui.search
Classes in lumis.doui.search that implement IControl Modifier and Type Class Description class
SearchAggregationControl
Control responsible for manage user's aggregations.class
SearchQueryValidatorControl
Validate the query sintax against search engine in useMethods in lumis.doui.search with parameters of type IControl Modifier and Type Method Description void
SearchQueryValidatorControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.portalmanagement.doui.control.tag
Classes in lumis.portalmanagement.doui.control.tag that implement IControl Modifier and Type Class Description class
TagControl
Defines an input tag control that allows the user to enter any tag value. -
Uses of IControl in lumis.service.activitystream
Classes in lumis.service.activitystream that implement IControl Modifier and Type Class Description class
ActivityStreamConfigurationInfoControl
Control that includes in xml information derived from configurations of the current service interface instance. -
Uses of IControl in lumis.service.analytics.automationflow.control
Classes in lumis.service.analytics.automationflow.control that implement IControl Modifier and Type Class Description class
FlowEditorControl
Flow Editor control. -
Uses of IControl in lumis.service.analytics.commons.control
Classes in lumis.service.analytics.commons.control that implement IControl Modifier and Type Class Description class
CustomerExperienceCommonsControl
Control to expose in client-side information required for all analytics service. -
Uses of IControl in lumis.service.analytics.eventanalytics.control
Classes in lumis.service.analytics.eventanalytics.control that implement IControl Modifier and Type Class Description class
EventAnalyticsControl
Control to expose in client-side information required for event analytics service. -
Uses of IControl in lumis.service.analytics.eventsadmin
Classes in lumis.service.analytics.eventsadmin that implement IControl 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 IControl in lumis.service.analytics.usersegmentation.control
Classes in lumis.service.analytics.usersegmentation.control that implement IControl Modifier and Type Class Description class
UserSegmentationControl
User segmentation filter control. -
Uses of IControl in lumis.service.announcement
Classes in lumis.service.announcement that implement IControl Modifier and Type Class Description class
AnnouncementTabularDataControl
Customized tabular data control for announcement service. -
Uses of IControl in lumis.service.association
Classes in lumis.service.association that implement IControl Modifier and Type Class Description class
AssociationTabularDataControl
Tabular data control for displaying associations. -
Uses of IControl in lumis.service.autoadministration
Classes in lumis.service.autoadministration that implement IControl Modifier and Type Class Description class
AutoAdministrationBreadCrumbTreeItemControl
Auto administration breadCrumb tree item control. -
Uses of IControl in lumis.service.autoadministration.control
Classes in lumis.service.autoadministration.control that implement IControl 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.Methods in lumis.service.autoadministration.control with parameters of type IControl Modifier and Type Method Description void
ExecuteScriptControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
WorkflowMetaDataControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.service.banner
Classes in lumis.service.banner that implement IControl Modifier and Type Class Description class
BannerControl
Banner control -
Uses of IControl in lumis.service.comment
Classes in lumis.service.comment that implement IControl Modifier and Type Class Description class
CurrentContentLocaleIdControl
It stores the current content locale identifier in itself. -
Uses of IControl in lumis.service.community
Classes in lumis.service.community that implement IControl Modifier and Type Class Description class
CommunityTabularDataControl
Tabular data control for displaying communities. -
Uses of IControl in lumis.service.content.publishtosocialnetworks
Classes in lumis.service.content.publishtosocialnetworks that implement IControl 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.Methods in lumis.service.content.publishtosocialnetworks with parameters of type IControl Modifier and Type Method Description void
AutoLayoutPublishToSocialNetworksAdministrationListControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.service.document
Classes in lumis.service.document that implement IControl Modifier and Type Class Description class
DocumentParentFilterControl
Extends ParentFilterControl remembering the last folder selected based on user behavior and selected content.class
SelectDocumentServiceInstanceControl
Methods in lumis.service.document with parameters of type IControl Modifier and Type Method Description void
DocumentParentFilterControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.service.document.control
Classes in lumis.service.document.control that implement IControl Modifier and Type Class Description class
DocumentPickerControl
Renders a control that allows the end user to input a document. -
Uses of IControl in lumis.service.doui.dynamiclist
Classes in lumis.service.doui.dynamiclist that implement IControl Modifier and Type Class Description class
AddDynamicListSourceControl
Methods in lumis.service.doui.dynamiclist with parameters of type IControl Modifier and Type Method Description void
AddDynamicListSourceControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.service.doui.fields
Classes in lumis.service.doui.fields that implement IControl Modifier and Type Class Description class
FieldsControl
Doui control that shows the fields of a doui source. -
Uses of IControl in lumis.service.doui.filters
Classes in lumis.service.doui.filters that implement IControl Modifier and Type Class Description class
FilterUniqueIdValidator
-
Uses of IControl in lumis.service.doui.htmlsnippet
Classes in lumis.service.doui.htmlsnippet that implement IControl Modifier and Type Class Description class
PreviewCssControl
Renders XML containing the CSS hrefs to be used for previewing the HTML. -
Uses of IControl in lumis.service.doui.positionfield
Classes in lumis.service.doui.positionfield that implement IControl Modifier and Type Class Description class
PositionFieldInterfaceHeaderControl
Custom Interface Header for obtaining service instance name from the caller service instance. -
Uses of IControl in lumis.service.doui.publisherfilters
Classes in lumis.service.doui.publisherfilters that implement IControl Modifier and Type Class Description class
PublisherFiltersAutoLayoutFieldsControl
Auto layout field control for publisher filters interface -
Uses of IControl in lumis.service.emailtemplaterepository
Classes in lumis.service.emailtemplaterepository that implement IControl Modifier and Type Class Description class
SelectEmailTemplateServiceInstanceControl
Control that allows the user to select a e-mail repository service instance. -
Uses of IControl in lumis.service.formbuilder
Classes in lumis.service.formbuilder that implement IControl 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 answerMethods in lumis.service.formbuilder with parameters of type IControl Modifier and Type Method Description void
AnswersAutoLayoutFieldsControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
ShowAnswersAutoLayoutFieldsControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.service.forum
Classes in lumis.service.forum that implement IControl 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 IControl in lumis.service.hierarchicalcontent
Classes in lumis.service.hierarchicalcontent that implement IControl 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 IControl in lumis.service.link
Classes in lumis.service.link that implement IControl 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 IControl in lumis.service.locale
Classes in lumis.service.locale that implement IControl Modifier and Type Class Description class
LocalePickerControl
Allows the current user to change his locale. -
Uses of IControl in lumis.service.login
Classes in lumis.service.login that implement IControl 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 IControl in lumis.service.mailmarketing
Classes in lumis.service.mailmarketing that implement IControl 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 IControl in lumis.service.media
Classes in lumis.service.media that implement IControl 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.Methods in lumis.service.media with parameters of type IControl Modifier and Type Method Description void
MediaParentFilterControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.service.media.control
Classes in lumis.service.media.control that implement IControl 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 IControl in lumis.service.navigation
Classes in lumis.service.navigation that implement IControl 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 IControl in lumis.service.newsletter
Classes in lumis.service.newsletter that implement IControl 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 IControl in lumis.service.pagepersonalization
Classes in lumis.service.pagepersonalization that implement IControl Modifier and Type Class Description class
SelectPagePersonalizationServiceInstanceControl
Control that allows Widget Repository service instance selection. -
Uses of IControl in lumis.service.pagepersonalization.doui.control
Classes in lumis.service.pagepersonalization.doui.control that implement IControl 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.Methods in lumis.service.pagepersonalization.doui.control with parameters of type IControl Modifier and Type Method Description void
InterfaceInstancePreviewControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.service.portalmanagement.areatag
Classes in lumis.service.portalmanagement.areatag that implement IControl Modifier and Type Class Description class
AreaTagsControl
This control is a customization of @linkTagControl
used by Area Tags. -
Uses of IControl in lumis.service.portalmanagement.audit
Classes in lumis.service.portalmanagement.audit that implement IControl Modifier and Type Class Description class
LinkToRuntimeTabularDataControl
Control to render a link to a runtime interface in a tabular data control.Methods in lumis.service.portalmanagement.audit with parameters of type IControl Modifier and Type Method Description void
LinkToRuntimeTabularDataControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
protected void
LinkToRuntimeTabularDataControl. readDefinition(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
Reads the control configuration and sets the control attributes. -
Uses of IControl in lumis.service.portalmanagement.channel
Classes in lumis.service.portalmanagement.channel that implement IControl 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.Methods in lumis.service.portalmanagement.channel with parameters of type IControl Modifier and Type Method Description void
ChannelWebsiteChanceCheckControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.service.portalmanagement.channelacl
Classes in lumis.service.portalmanagement.channelacl that implement IControl Modifier and Type Class Description class
ChannelAclControl
-
Uses of IControl in lumis.service.portalmanagement.filesystem
Classes in lumis.service.portalmanagement.filesystem that implement IControl Modifier and Type Class Description class
FileSystemTabularData
Customized tabular data for the filesystem service. -
Uses of IControl in lumis.service.portalmanagement.genericacl
Classes in lumis.service.portalmanagement.genericacl that implement IControl Modifier and Type Class Description class
GenericAclControl
-
Uses of IControl in lumis.service.portalmanagement.groupacl
Classes in lumis.service.portalmanagement.groupacl that implement IControl Modifier and Type Class Description class
GroupAclControl
-
Uses of IControl in lumis.service.portalmanagement.interactiveprocess
Classes in lumis.service.portalmanagement.interactiveprocess that implement IControl 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 IControl in lumis.service.portalmanagement.pageacl
Classes in lumis.service.portalmanagement.pageacl that implement IControl Modifier and Type Class Description class
PageAclControl
-
Uses of IControl in lumis.service.portalmanagement.pagecache
Classes in lumis.service.portalmanagement.pagecache that implement IControl 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 IControl in lumis.service.portalmanagement.pagetemplate
Classes in lumis.service.portalmanagement.pagetemplate that implement IControl 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 IControl in lumis.service.portalmanagement.pagetemplateacl
Classes in lumis.service.portalmanagement.pagetemplateacl that implement IControl Modifier and Type Class Description class
PageTemplateAclControl
-
Uses of IControl in lumis.service.portalmanagement.portalacl
Classes in lumis.service.portalmanagement.portalacl that implement IControl Modifier and Type Class Description class
PortalAclControl
-
Uses of IControl in lumis.service.portalmanagement.serialization
Classes in lumis.service.portalmanagement.serialization that implement IControl 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 IControl in lumis.service.portalmanagement.server
Classes in lumis.service.portalmanagement.server that implement IControl 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 IControl in lumis.service.portalmanagement.serviceacl
Classes in lumis.service.portalmanagement.serviceacl that implement IControl Modifier and Type Class Description class
ServiceAclControl
-
Uses of IControl in lumis.service.portalmanagement.serviceinstance
Classes in lumis.service.portalmanagement.serviceinstance that implement IControl 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 IControl in lumis.service.portalmanagement.serviceinstanceacl
Classes in lumis.service.portalmanagement.serviceinstanceacl that implement IControl Modifier and Type Class Description class
ServiceInstanceAclControl
Control that manages the Access Control Lists of a service instance. -
Uses of IControl in lumis.service.portalmanagement.serviceinstanceacl.workflow
Classes in lumis.service.portalmanagement.serviceinstanceacl.workflow that implement IControl Modifier and Type Class Description class
WorkflowServiceInstanceAclControl
Acl control for a service instance with workflow. -
Uses of IControl in lumis.service.portalmanagement.serviceinterfaceinstance
Classes in lumis.service.portalmanagement.serviceinterfaceinstance that implement IControl Modifier and Type Class Description class
InterfaceInstanceInContextEditSupportControl
CheckBoxControl
extension to be used in in context edit support for interface instances. -
Uses of IControl in lumis.service.portalmanagement.servicesearchindex
Classes in lumis.service.portalmanagement.servicesearchindex that implement IControl Modifier and Type Class Description class
ServiceReindexProgressControl
ProgressControl
used in service reindex interface. -
Uses of IControl in lumis.service.portalmanagement.socialnetwork.doui.control
Classes in lumis.service.portalmanagement.socialnetwork.doui.control that implement IControl 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.Methods in lumis.service.portalmanagement.socialnetwork.doui.control with parameters of type IControl Modifier and Type Method Description void
SelectPageControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.service.portalmanagement.structure.doui.control
Classes in lumis.service.portalmanagement.structure.doui.control that implement IControl 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.Methods in lumis.service.portalmanagement.structure.doui.control with parameters of type IControl Modifier and Type Method Description void
SelectChannelOrChannelTemplateControlWithCustomCallbackFunction. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
WebsiteChangeCheckControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.service.portalmanagement.upgrade
Classes in lumis.service.portalmanagement.upgrade that implement IControl Modifier and Type Class Description class
LicenseTypeInputHiddenControl
Input hidden control with LumisPortal License value.class
VersionNumberInputHiddenControl
Input hidden control with LumisPortal full version number.Methods in lumis.service.portalmanagement.upgrade with parameters of type IControl Modifier and Type Method Description void
LicenseTypeInputHiddenControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
VersionNumberInputHiddenControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.service.portalmanagement.webfilereplication
Classes in lumis.service.portalmanagement.webfilereplication that implement IControl 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 IControl in lumis.service.portalmanagement.website
Classes in lumis.service.portalmanagement.website that implement IControl 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 IControl in lumis.service.portalmanagement.xsleditor
Classes in lumis.service.portalmanagement.xsleditor that implement IControl 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 IControl in lumis.service.questionnaire
Classes in lumis.service.questionnaire that implement IControl 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 answerMethods in lumis.service.questionnaire with parameters of type IControl Modifier and Type Method Description void
AnswersAutoLayoutFieldsControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
ShowAnswersAutoLayoutFieldsControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.service.resourcescheduler
Classes in lumis.service.resourcescheduler that implement IControl 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 IControl in lumis.service.search
Classes in lumis.service.search that implement IControl 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 IControl in lumis.service.smartcontent
Classes in lumis.service.smartcontent that implement IControl Modifier and Type Class Description class
SearchScopeStandardLabel
Control that extends Label just to calculate and render the channel path of current service instance.Methods in lumis.service.smartcontent with parameters of type IControl Modifier and Type Method Description void
SearchScopeStandardLabel. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
-
Uses of IControl in lumis.service.socialnetworkintegration.control
Classes in lumis.service.socialnetworkintegration.control that implement IControl 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 IControl in lumis.service.socialnetworkservices.microblog.doui.control
Classes in lumis.service.socialnetworkservices.microblog.doui.control that implement IControl 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 IControl in lumis.service.tag
Classes in lumis.service.tag that implement IControl Modifier and Type Class Description class
SelectTagServiceInstanceControl
Control that allows tag service instance selection. -
Uses of IControl in lumis.service.wiki
Classes in lumis.service.wiki that implement IControl 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 IControl in lumis.service.wsrp.consumer.doui
Classes in lumis.service.wsrp.consumer.doui that implement IControl 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.Methods in lumis.service.wsrp.consumer.doui with parameters of type IControl Modifier and Type Method Description void
ConsumerConfigurationInterfaceDropDownListControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
LinkToRuntimeTabularDataControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
protected void
LinkToRuntimeTabularDataControl. readDefinition(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
Reads the control configuration and sets the control attributes. -
Uses of IControl in lumis.service.wsrp.producer
Classes in lumis.service.wsrp.producer that implement IControl 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.Methods in lumis.service.wsrp.producer with parameters of type IControl Modifier and Type Method Description void
ProducerConfigurationInterfaceVersionDropDownListControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
void
WSRPCheckBoxListControl. init(Node controlDefinitionNode, ControlContainer controlContainer, IControl parentControl)
Deprecated.
-