Uses of Interface
lumis.doui.render.IRenderer
-
-
Uses of IRenderer in lumis.collaboration.chat
Classes in lumis.collaboration.chat that implement IRenderer Modifier and Type Class Description class
ChatMessageListControl
Control that implements a message list.class
ChatSendMessageControl
Control that implements posting of a chat message. -
Uses of IRenderer in lumis.content.control.autolayout
Classes in lumis.content.control.autolayout that implement IRenderer Modifier and Type Class Description class
AutoLayoutAssociationInformationControl
Control that associates a content to other contents.class
AutoLayoutGenericAssociationInformationControl
Base control for associating a content to other contents.class
AutoLayoutWorkflowInformationControl
Renders workflow input controls based on the workflow information. -
Uses of IRenderer in lumis.content.control.categorization
Classes in lumis.content.control.categorization that implement IRenderer Modifier and Type Class Description class
InputCategoryControl
Defines an input category control that allows the user to enter any category value. -
Uses of IRenderer in lumis.content.control.comments
Classes in lumis.content.control.comments that implement IRenderer Modifier and Type Class Description class
CommentsControl
Renders comments -
Uses of IRenderer in lumis.content.control.contentpicker
Classes in lumis.content.control.contentpicker that implement IRenderer 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 IRenderer in lumis.content.control.dynamiclist
Classes in lumis.content.control.dynamiclist that implement IRenderer Modifier and Type Class Description class
TermDynamicListControl
Dynamic list control that customizes the service instance of the popup interface for selecting terms. -
Uses of IRenderer in lumis.content.control.language
Classes in lumis.content.control.language that implement IRenderer 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 IRenderer in lumis.content.control.parentcontent
Classes in lumis.content.control.parentcontent that implement IRenderer 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 IRenderer in lumis.content.control.publishtoprincipals
Classes in lumis.content.control.publishtoprincipals that implement IRenderer 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 IRenderer in lumis.content.control.publishtoserviceinstances
Classes in lumis.content.control.publishtoserviceinstances that implement IRenderer 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 IRenderer in lumis.content.control.publishtosocialnetwork
Classes in lumis.content.control.publishtosocialnetwork that implement IRenderer Modifier and Type Class Description class
PublishToSocialNetworkControl
Control to publish content to social networks. -
Uses of IRenderer in lumis.content.control.tag
Classes in lumis.content.control.tag that implement IRenderer Modifier and Type Class Description class
InputTagControl
Defines an input tag control that allows the user to enter any tag value. -
Uses of IRenderer in lumis.content.control.version
Classes in lumis.content.control.version that implement IRenderer Modifier and Type Class Description class
VersionControl
Control that renders information about the version of the content. -
Uses of IRenderer in lumis.content.control.workflow
Classes in lumis.content.control.workflow that implement IRenderer 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 IRenderer in lumis.content.source.field.type
Methods in lumis.content.source.field.type with parameters of type IRenderer Modifier and Type Method Description String
CategorizationDataType.Data. getDisplayString(IRenderer renderer)
String
LocaleMetaDataDataType.Data. getDisplayString(IRenderer renderer)
String
TagDataType.Data. getDisplayString(IRenderer renderer)
String
WorkflowStateDataType.Data. getDisplayString(IRenderer renderer)
String
CategorizationDataType.Data. getRenderData(IRenderer renderer)
String
LocaleMetaDataDataType.Data. getRenderData(IRenderer renderer)
String
TagDataType.Data. getRenderData(IRenderer renderer)
String
WorkflowStateDataType.Data. getRenderData(IRenderer renderer)
String
LocaleMetaDataDataType.Data. getXMLFragment(IRenderer renderer)
-
Uses of IRenderer in lumis.doui.control
Classes in lumis.doui.control that implement IRenderer Modifier and Type Class Description class
DataBoundControl<S extends Source>
Control whose data is bound to a source.class
DataControl
Base implementation forIDataControl
class
ErrorSummaryControl
Control that renders the error message to the end user -
Uses of IRenderer in lumis.doui.control.autorefresh
Classes in lumis.doui.control.autorefresh that implement IRenderer Modifier and Type Class Description class
AutoRefreshControl
Used to refresh the page at the given interval period. -
Uses of IRenderer in lumis.doui.control.checkbox
Classes in lumis.doui.control.checkbox that implement IRenderer 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 IRenderer in lumis.doui.control.datagrid
Classes in lumis.doui.control.datagrid that implement IRenderer 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 IRenderer in lumis.doui.control.datepicker
Classes in lumis.doui.control.datepicker that implement IRenderer 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 IRenderer in lumis.doui.control.details
Classes in lumis.doui.control.details that implement IRenderer Modifier and Type Class Description class
DetailsControl
Used to render read only data from a tabular data source. -
Uses of IRenderer in lumis.doui.control.dropdownlist
Classes in lumis.doui.control.dropdownlist that implement IRenderer 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 IRenderer in lumis.doui.control.dynamiclist
Classes in lumis.doui.control.dynamiclist that implement IRenderer Modifier and Type Class Description class
DynamicListControl
-
Uses of IRenderer in lumis.doui.control.email
Classes in lumis.doui.control.email that implement IRenderer Modifier and Type Class Description class
EmailControl
Renders an e-mail. -
Uses of IRenderer in lumis.doui.control.fileupload
Classes in lumis.doui.control.fileupload that implement IRenderer Modifier and Type Class Description class
FilesPickerControl
Control to select filesclass
FileUploadControl
Doui control that allows the upload of files to the portal. -
Uses of IRenderer in lumis.doui.control.htmleditor
Classes in lumis.doui.control.htmleditor that implement IRenderer Modifier and Type Class Description class
HtmlEditorControl
Control for editing html content. -
Uses of IRenderer in lumis.doui.control.inputemail
Classes in lumis.doui.control.inputemail that implement IRenderer Modifier and Type Class Description class
InputEmailControl
Defines an input email control that allows the user to enter any email value. -
Uses of IRenderer in lumis.doui.control.inputtext
Classes in lumis.doui.control.inputtext that implement IRenderer 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 IRenderer in lumis.doui.control.itempicker
Classes in lumis.doui.control.itempicker that implement IRenderer 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 IRenderer in lumis.doui.control.multifileupload
Classes in lumis.doui.control.multifileupload that implement IRenderer Modifier and Type Class Description class
MultiFileUploadControl
Control used to upload multiples files at same time. -
Uses of IRenderer in lumis.doui.control.optionlist
Classes in lumis.doui.control.optionlist that implement IRenderer Modifier and Type Class Description class
OptionListControl
Control to render a list of options. -
Uses of IRenderer in lumis.doui.control.pagination
Classes in lumis.doui.control.pagination that implement IRenderer Modifier and Type Class Description class
PaginationControl
Renders the current selected page and possible pages that the use can navigate to. -
Uses of IRenderer in lumis.doui.control.pane
Classes in lumis.doui.control.pane that implement IRenderer Modifier and Type Class Description class
PaneControl
Used to render one of the (n) specified panes when rendering an interface. -
Uses of IRenderer in lumis.doui.control.parentcontent
Classes in lumis.doui.control.parentcontent that implement IRenderer 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 IRenderer in lumis.doui.control.password
Classes in lumis.doui.control.password that implement IRenderer Modifier and Type Class Description class
PasswordControl
Renders an input password control. -
Uses of IRenderer in lumis.doui.control.primarykey
Classes in lumis.doui.control.primarykey that implement IRenderer Modifier and Type Class Description class
PrimaryKeyControl
Specifies a primary key. -
Uses of IRenderer in lumis.doui.control.principalpicker
Classes in lumis.doui.control.principalpicker that implement IRenderer 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 IRenderer in lumis.doui.control.profileimage
Classes in lumis.doui.control.profileimage that implement IRenderer Modifier and Type Class Description class
InputProfileImageControl
Renders a User Profile Image edit control. -
Uses of IRenderer in lumis.doui.control.progress
Classes in lumis.doui.control.progress that implement IRenderer Modifier and Type Class Description class
ProgressControl
class
ProgressPanelControl
-
Uses of IRenderer in lumis.doui.control.radiobutton
Classes in lumis.doui.control.radiobutton that implement IRenderer Modifier and Type Class Description class
RadioButtonControl
Renders a radio button control.class
RadioButtonListControl
Control that renders a list of radio buttons. -
Uses of IRenderer in lumis.doui.control.selectchannel
Classes in lumis.doui.control.selectchannel that implement IRenderer Modifier and Type Class Description class
SelectChannelControl
Control to select a channel.class
SelectChannelOrChannelTemplateControl
Control for selecting a channel or a channel template.class
SelectChannelTemplateControl
Control to select a channel template. -
Uses of IRenderer in lumis.doui.control.selectpage
Classes in lumis.doui.control.selectpage that implement IRenderer 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 IRenderer in lumis.doui.control.selectserviceinstance
Classes in lumis.doui.control.selectserviceinstance that implement IRenderer Modifier and Type Class Description class
SelectServiceInstanceControl
Control that selects a service instance. -
Uses of IRenderer in lumis.doui.control.tab
Classes in lumis.doui.control.tab that implement IRenderer Modifier and Type Class Description class
TabbedControl
Control that implements tabs -
Uses of IRenderer in lumis.doui.control.tabulardata
Classes in lumis.doui.control.tabulardata that implement IRenderer 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 IRenderer in lumis.doui.control.text
Classes in lumis.doui.control.text that implement IRenderer Modifier and Type Class Description class
TextControl
Renders read only data as text. -
Uses of IRenderer in lumis.doui.render
Methods in lumis.doui.render with parameters of type IRenderer Modifier and Type Method Description String
CharSequenceRenderableWrapper. getDisplayString(IRenderer renderer)
String
IRenderable. getDisplayString(IRenderer renderer)
Returns the string to be displayed for representing this instance, when a short display is required.String
RenderDataValue. getDisplayString(IRenderer renderer)
String
CharSequenceRenderableWrapper. getRenderData(IRenderer renderer)
String
IRenderable. getRenderData(IRenderer renderer)
Returns the data of this object in a standard xml format.String
RenderDataValue. getRenderData(IRenderer renderer)
-
Uses of IRenderer in lumis.doui.search
Classes in lumis.doui.search that implement IRenderer Modifier and Type Class Description class
SearchAggregationControl
Control responsible for manage user's aggregations. -
Uses of IRenderer in lumis.doui.source.field
Methods in lumis.doui.source.field with parameters of type IRenderer Modifier and Type Method Description String
LocalizableCharSequenceValue. getDisplayString(IRenderer renderer)
String
LocalizableCharSequenceValue. getRenderData(IRenderer renderer)
String
OptionLookupValue. getRenderData(IRenderer renderer)
-
Uses of IRenderer in lumis.doui.source.field.type
Methods in lumis.doui.source.field.type with parameters of type IRenderer Modifier and Type Method Description String
ChannelDataType.Data. getDisplayString(IRenderer renderer)
Returns the localized name of the channel.String
DateDataType.Data. getDisplayString(IRenderer renderer)
String
DateTimeDataType.Data. getDisplayString(IRenderer renderer)
String
FileDataType.Data. getDisplayString(IRenderer renderer)
String
FilesDataType.Data. getDisplayString(IRenderer renderer)
Returns the display string, as defined inFileDataType.Data.getDisplayString(IRenderer)
, of each file in this files data, separated by comma.String
HtmlDataType.Data. getDisplayString(IRenderer renderer)
String
PageDataType.Data. getDisplayString(IRenderer renderer)
String
PrincipalDataType.Data. getDisplayString(IRenderer renderer)
String
TimeDataType.Data. getDisplayString(IRenderer renderer)
String
ChannelDataType.Data. getRenderData(IRenderer renderer)
Returns a xml block that contains the id, name and path of the given channel.String
DateDataType.Data. getRenderData(IRenderer renderer)
String
DateTimeDataType.Data. getRenderData(IRenderer renderer)
String
EmailDataType.Data. getRenderData(IRenderer renderer)
String
FileDataType.Data. getRenderData(IRenderer renderer)
String
FilesDataType.Data. getRenderData(IRenderer renderer)
String
HtmlDataType.Data. getRenderData(IRenderer renderer)
String
PageDataType.Data. getRenderData(IRenderer renderer)
String
PrincipalDataType.Data. getRenderData(IRenderer renderer)
String
TimeDataType.Data. getRenderData(IRenderer renderer)
protected String
FileDataType.Data. getXMLFragmentData(IRenderer renderer)
Generates the XML with the file informations. -
Uses of IRenderer in lumis.portalmanagement.doui.control.tag
Classes in lumis.portalmanagement.doui.control.tag that implement IRenderer Modifier and Type Class Description class
TagControl
Defines an input tag control that allows the user to enter any tag value. -
Uses of IRenderer in lumis.service.analytics.automationflow.control
Classes in lumis.service.analytics.automationflow.control that implement IRenderer Modifier and Type Class Description class
FlowEditorControl
Flow Editor control. -
Uses of IRenderer in lumis.service.analytics.commons.control
Classes in lumis.service.analytics.commons.control that implement IRenderer Modifier and Type Class Description class
CustomerExperienceCommonsControl
Control to expose in client-side information required for all analytics service. -
Uses of IRenderer in lumis.service.analytics.eventanalytics.control
Classes in lumis.service.analytics.eventanalytics.control that implement IRenderer Modifier and Type Class Description class
EventAnalyticsControl
Control to expose in client-side information required for event analytics service. -
Uses of IRenderer in lumis.service.analytics.eventsadmin
Classes in lumis.service.analytics.eventsadmin that implement IRenderer 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 IRenderer in lumis.service.analytics.usersegmentation.control
Classes in lumis.service.analytics.usersegmentation.control that implement IRenderer Modifier and Type Class Description class
UserSegmentationControl
User segmentation filter control. -
Uses of IRenderer in lumis.service.announcement
Classes in lumis.service.announcement that implement IRenderer Modifier and Type Class Description class
AnnouncementTabularDataControl
Customized tabular data control for announcement service. -
Uses of IRenderer in lumis.service.association
Classes in lumis.service.association that implement IRenderer Modifier and Type Class Description class
AssociationTabularDataControl
Tabular data control for displaying associations. -
Uses of IRenderer in lumis.service.autoadministration
Classes in lumis.service.autoadministration that implement IRenderer Modifier and Type Class Description class
AutoAdministrationBreadCrumbTreeItemControl
Auto administration breadCrumb tree item control. -
Uses of IRenderer in lumis.service.autoadministration.control
Classes in lumis.service.autoadministration.control that implement IRenderer Modifier and Type Class Description class
LastContentsAdvancedTabularDataControl
Control to render workflow state sub controls for each content.class
LastWeekDateTimePickerControl
Control to set last week default value.class
WorkflowActionControl
Control that sets the workflow action for content from control's itemId.class
WorkflowAssignedToControl
Displays the assignedTo information for content from control's itemId.class
WorkflowMetaDataControl
Base control for controls that uses data in the content workflow meta data.class
WorkflowSendToControl
Control that is used to specify the principal to which assign the content from control's itemId.class
WorkflowStateControl
Control to display the current content state from the control's itemId.class
WorkflowStatusAdvancedTabularDataControl
Render the advanced tabular data to render contents with pending workflow actions, and their workflow sub controls to make available the actions. -
Uses of IRenderer in lumis.service.comment
Classes in lumis.service.comment that implement IRenderer Modifier and Type Class Description class
CurrentContentLocaleIdControl
It stores the current content locale identifier in itself. -
Uses of IRenderer in lumis.service.community
Classes in lumis.service.community that implement IRenderer Modifier and Type Class Description class
CommunityTabularDataControl
Tabular data control for displaying communities. -
Uses of IRenderer in lumis.service.document
Classes in lumis.service.document that implement IRenderer Modifier and Type Class Description class
SelectDocumentServiceInstanceControl
-
Uses of IRenderer in lumis.service.document.control
Classes in lumis.service.document.control that implement IRenderer Modifier and Type Class Description class
DocumentPickerControl
Renders a control that allows the end user to input a document. -
Uses of IRenderer in lumis.service.document.field
Methods in lumis.service.document.field with parameters of type IRenderer Modifier and Type Method Description String
DocumentDataType.Data. getDisplayString(IRenderer renderer)
String
DocumentDataType.Data. getRenderData(IRenderer renderer)
protected String
DocumentDataType.Data. getXMLFragmentData(IRenderer renderer)
Returns the render data XML fragment. -
Uses of IRenderer in lumis.service.doui.dynamiclist
Classes in lumis.service.doui.dynamiclist that implement IRenderer Modifier and Type Class Description class
AddDynamicListSourceControl
-
Uses of IRenderer in lumis.service.doui.fields
Classes in lumis.service.doui.fields that implement IRenderer Modifier and Type Class Description class
FieldsControl
Doui control that shows the fields of a doui source. -
Uses of IRenderer in lumis.service.doui.publisherfilters
Classes in lumis.service.doui.publisherfilters that implement IRenderer Modifier and Type Class Description class
PublisherFiltersAutoLayoutFieldsControl
Auto layout field control for publisher filters interface -
Uses of IRenderer in lumis.service.emailtemplaterepository
Classes in lumis.service.emailtemplaterepository that implement IRenderer Modifier and Type Class Description class
SelectEmailTemplateServiceInstanceControl
Control that allows the user to select a e-mail repository service instance. -
Uses of IRenderer in lumis.service.forum
Classes in lumis.service.forum that implement IRenderer Modifier and Type Class Description class
ForumMessageListInputHiddenControl
InputHiddenControl
extension that reads its parameter value from request using thename
attribute as parameter name.class
ForumMessageListPaginationControl
This a customized pagination control used on the forum message list. -
Uses of IRenderer in lumis.service.hierarchicalcontent
Classes in lumis.service.hierarchicalcontent that implement IRenderer 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 IRenderer in lumis.service.link
Classes in lumis.service.link that implement IRenderer 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 IRenderer in lumis.service.locale
Classes in lumis.service.locale that implement IRenderer Modifier and Type Class Description class
LocalePickerControl
Allows the current user to change his locale. -
Uses of IRenderer in lumis.service.login
Classes in lumis.service.login that implement IRenderer 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 IRenderer in lumis.service.mailmarketing
Classes in lumis.service.mailmarketing that implement IRenderer 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 IRenderer in lumis.service.media
Classes in lumis.service.media that implement IRenderer Modifier and Type Class Description class
SelectMediaServiceInstanceControl
Control that allows the user to select a media service instance. -
Uses of IRenderer in lumis.service.media.control
Classes in lumis.service.media.control that implement IRenderer Modifier and Type Class Description class
MediaPickerControl
Renders a control that allows the end user to input an media. -
Uses of IRenderer in lumis.service.media.field
Methods in lumis.service.media.field with parameters of type IRenderer Modifier and Type Method Description String
MediaDataType.Data. getDisplayString(IRenderer renderer)
String
MediaDataType.Data. getRenderData(IRenderer renderer)
protected String
MediaDataType.Data. getXMLFragmentData(IRenderer renderer)
Returns the render data XML fragment. -
Uses of IRenderer in lumis.service.navigation
Classes in lumis.service.navigation that implement IRenderer 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 IRenderer in lumis.service.newsletter
Classes in lumis.service.newsletter that implement IRenderer 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 IRenderer in lumis.service.pagepersonalization
Classes in lumis.service.pagepersonalization that implement IRenderer Modifier and Type Class Description class
SelectPagePersonalizationServiceInstanceControl
Control that allows Widget Repository service instance selection. -
Uses of IRenderer in lumis.service.pagepersonalization.doui.control
Classes in lumis.service.pagepersonalization.doui.control that implement IRenderer Modifier and Type Class Description class
InterfaceSelectionDropDownListControl
DropDownListControl
for selecting service interface.class
ServiceInterfacePickerControl
Control responsible for rendering necessary subcontrols for allowing user to select service interface. -
Uses of IRenderer in lumis.service.portalmanagement.areatag
Classes in lumis.service.portalmanagement.areatag that implement IRenderer Modifier and Type Class Description class
AreaTagsControl
This control is a customization of @linkTagControl
used by Area Tags. -
Uses of IRenderer in lumis.service.portalmanagement.audit
Classes in lumis.service.portalmanagement.audit that implement IRenderer Modifier and Type Class Description class
LinkToRuntimeTabularDataControl
Control to render a link to a runtime interface in a tabular data control. -
Uses of IRenderer in lumis.service.portalmanagement.channel
Classes in lumis.service.portalmanagement.channel that implement IRenderer Modifier and Type Class Description class
ChannelInheritedPageTemplateControl
Controls that shows the inherited page template -
Uses of IRenderer in lumis.service.portalmanagement.channelacl
Classes in lumis.service.portalmanagement.channelacl that implement IRenderer Modifier and Type Class Description class
ChannelAclControl
-
Uses of IRenderer in lumis.service.portalmanagement.filesystem
Classes in lumis.service.portalmanagement.filesystem that implement IRenderer Modifier and Type Class Description class
FileSystemTabularData
Customized tabular data for the filesystem service. -
Uses of IRenderer in lumis.service.portalmanagement.genericacl
Classes in lumis.service.portalmanagement.genericacl that implement IRenderer Modifier and Type Class Description class
GenericAclControl
-
Uses of IRenderer in lumis.service.portalmanagement.groupacl
Classes in lumis.service.portalmanagement.groupacl that implement IRenderer Modifier and Type Class Description class
GroupAclControl
-
Uses of IRenderer in lumis.service.portalmanagement.interactiveprocess
Classes in lumis.service.portalmanagement.interactiveprocess that implement IRenderer 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 IRenderer in lumis.service.portalmanagement.mobileapp.doui.control
Classes in lumis.service.portalmanagement.mobileapp.doui.control that implement IRenderer Modifier and Type Class Description class
MobileAppInputFileControl
Simple file upload control. -
Uses of IRenderer in lumis.service.portalmanagement.pageacl
Classes in lumis.service.portalmanagement.pageacl that implement IRenderer Modifier and Type Class Description class
PageAclControl
-
Uses of IRenderer in lumis.service.portalmanagement.pagecache
Classes in lumis.service.portalmanagement.pagecache that implement IRenderer Modifier and Type Class Description class
PageCacheConfirmMessageControl
Controls that shows the restriction the parameters of clear cache action. -
Uses of IRenderer in lumis.service.portalmanagement.pagetemplate
Classes in lumis.service.portalmanagement.pagetemplate that implement IRenderer 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 IRenderer in lumis.service.portalmanagement.pagetemplateacl
Classes in lumis.service.portalmanagement.pagetemplateacl that implement IRenderer Modifier and Type Class Description class
PageTemplateAclControl
-
Uses of IRenderer in lumis.service.portalmanagement.portalacl
Classes in lumis.service.portalmanagement.portalacl that implement IRenderer Modifier and Type Class Description class
PortalAclControl
-
Uses of IRenderer in lumis.service.portalmanagement.serialization
Classes in lumis.service.portalmanagement.serialization that implement IRenderer Modifier and Type Class Description class
SelectImportFileControl
This control allows the user to select a channel structure import file. -
Uses of IRenderer in lumis.service.portalmanagement.server
Classes in lumis.service.portalmanagement.server that implement IRenderer 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 IRenderer in lumis.service.portalmanagement.serviceacl
Classes in lumis.service.portalmanagement.serviceacl that implement IRenderer Modifier and Type Class Description class
ServiceAclControl
-
Uses of IRenderer in lumis.service.portalmanagement.serviceinstance
Classes in lumis.service.portalmanagement.serviceinstance that implement IRenderer Modifier and Type Class Description class
BusinessContextForCacheAdvancedTabularDataControl
Extension of Advanced Tabular Data Control used to set selected values of Business Context for REST interface cache properties.class
EditServiceInstanceTabbedControl
Extension of Tabbed control to remove any tabs that contain the id autoAdmin.class
LoadTransformationFromDataBaseControl
Control responsible of reading the data from base and then insert it in a hidden input. -
Uses of IRenderer in lumis.service.portalmanagement.serviceinstanceacl
Classes in lumis.service.portalmanagement.serviceinstanceacl that implement IRenderer Modifier and Type Class Description class
ServiceInstanceAclControl
Control that manages the Access Control Lists of a service instance. -
Uses of IRenderer in lumis.service.portalmanagement.serviceinstanceacl.workflow
Classes in lumis.service.portalmanagement.serviceinstanceacl.workflow that implement IRenderer Modifier and Type Class Description class
WorkflowServiceInstanceAclControl
Acl control for a service instance with workflow. -
Uses of IRenderer in lumis.service.portalmanagement.serviceinterfaceinstance
Classes in lumis.service.portalmanagement.serviceinterfaceinstance that implement IRenderer Modifier and Type Class Description class
InterfaceInstanceInContextEditSupportControl
CheckBoxControl
extension to be used in in context edit support for interface instances. -
Uses of IRenderer in lumis.service.portalmanagement.servicesearchindex
Classes in lumis.service.portalmanagement.servicesearchindex that implement IRenderer Modifier and Type Class Description class
ServiceReindexProgressControl
ProgressControl
used in service reindex interface. -
Uses of IRenderer in lumis.service.portalmanagement.socialnetwork.doui.control
Classes in lumis.service.portalmanagement.socialnetwork.doui.control that implement IRenderer Modifier and Type Class Description class
SelectPageControl
Page selection control. -
Uses of IRenderer in lumis.service.portalmanagement.structure.doui.control
Classes in lumis.service.portalmanagement.structure.doui.control that implement IRenderer Modifier and Type Class Description class
SelectChannelOrChannelTemplateControlWithCustomCallbackFunction
SelectChannelOrChannelTemplateControl
extension that allows to add a custom implementation of the callback function to the standard one. -
Uses of IRenderer in lumis.service.portalmanagement.upgrade
Classes in lumis.service.portalmanagement.upgrade that implement IRenderer 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 IRenderer in lumis.service.portalmanagement.webfilereplication
Classes in lumis.service.portalmanagement.webfilereplication that implement IRenderer 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 IRenderer in lumis.service.portalmanagement.website
Classes in lumis.service.portalmanagement.website that implement IRenderer 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 IRenderer in lumis.service.portalmanagement.xsleditor
Classes in lumis.service.portalmanagement.xsleditor that implement IRenderer Modifier and Type Class Description class
InputTextProxyControl
class
LazySourceDropDownListControl
Renders a lum_dropDownList control that prioritizes the request parameter value instead of the source value.class
XslEditorControl
Control for editing xsl files.class
XslFileEditorControl
-
Uses of IRenderer in lumis.service.resourcescheduler
Classes in lumis.service.resourcescheduler that implement IRenderer 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.Methods in lumis.service.resourcescheduler with parameters of type IRenderer Modifier and Type Method Description String
ResourcesDataType.Data. getDisplayString(IRenderer renderer)
Returns the display string, as defined inResourceDataType.Data#getDisplayString(IRenderer)
, of each Resource in this Resources data, separated by comma.String
ResourcesDataType.Data. getRenderData(IRenderer renderer)
-
Uses of IRenderer in lumis.service.search
Classes in lumis.service.search that implement IRenderer 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 IRenderer in lumis.service.socialnetworkintegration.control
Classes in lumis.service.socialnetworkintegration.control that implement IRenderer 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 IRenderer in lumis.service.socialnetworkservices.microblog.doui.control
Classes in lumis.service.socialnetworkservices.microblog.doui.control that implement IRenderer Modifier and Type Class Description class
CommentAreaListControl
Class responsible to include the comment area, group of controls, for each post. -
Uses of IRenderer in lumis.service.tag
Classes in lumis.service.tag that implement IRenderer Modifier and Type Class Description class
SelectTagServiceInstanceControl
Control that allows tag service instance selection. -
Uses of IRenderer in lumis.service.wiki
Classes in lumis.service.wiki that implement IRenderer 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 IRenderer in lumis.service.wsrp.consumer.doui
Classes in lumis.service.wsrp.consumer.doui that implement IRenderer Modifier and Type Class Description class
ConsumerConfigurationInterfaceDropDownListControl
DropDownListControl
that adds as its options all supported versions reported by the WSDL producer.class
LinkToRuntimeTabularDataControl
Control to render a link to a runtime interface in a tabular data control. -
Uses of IRenderer in lumis.service.wsrp.producer
Classes in lumis.service.wsrp.producer that implement IRenderer Modifier and Type Class Description class
ProducerAdminListTabularDataControl
AdvancedTabularDataControl
created to treat the row hyperlink creation using thehref
field to represent the row link.class
ProducerConfigurationInterfaceVersionDropDownListControl
DropDownListControl
that populates itself with the values contained into the enumProducerVersion
.class
WSRPCheckBoxListControl
Deprecated.
-