Uses of Class
lumis.doui.control.DataControl

Packages that use DataControl
lumis.collaboration.chat   
lumis.content.control.autolayout   
lumis.content.control.button   
lumis.content.control.comments   
lumis.content.control.contentpicker   
lumis.content.control.language   
lumis.content.control.publishtoprincipals   
lumis.content.control.publishtoserviceinstances   
lumis.content.control.version   
lumis.content.control.workflow   
lumis.doui.control   
lumis.doui.control.autolayout   
lumis.doui.control.autorefresh   
lumis.doui.control.button   
lumis.doui.control.checkbox   
lumis.doui.control.datagrid   
lumis.doui.control.datepicker   
lumis.doui.control.details   
lumis.doui.control.dropdownlist   
lumis.doui.control.dynamiclist   
lumis.doui.control.fileupload   
lumis.doui.control.filter   
lumis.doui.control.htmleditor   
lumis.doui.control.inputtext   
lumis.doui.control.itempicker   
lumis.doui.control.label   
lumis.doui.control.list   
lumis.doui.control.optionlist   
lumis.doui.control.pagination   
lumis.doui.control.pane   
lumis.doui.control.parentcontent   
lumis.doui.control.password   
lumis.doui.control.primarykey   
lumis.doui.control.principalpicker   
lumis.doui.control.progress   
lumis.doui.control.radiobutton   
lumis.doui.control.selectchannel   
lumis.doui.control.selectpage   
lumis.doui.control.selectserviceinstance   
lumis.doui.control.tab   
lumis.doui.control.tabulardata   
lumis.doui.control.text   
lumis.service.announcement   
lumis.service.banner   
lumis.service.comment   
lumis.service.document   
lumis.service.document.control   
lumis.service.doui.dynamiclist   
lumis.service.doui.fields   
lumis.service.forum   
lumis.service.image   
lumis.service.image.control   
lumis.service.link   
lumis.service.locale   
lumis.service.login   
lumis.service.mailmarketing   
lumis.service.navigation   
lumis.service.portalmanagement.channel   
lumis.service.portalmanagement.channelacl   
lumis.service.portalmanagement.filesystem   
lumis.service.portalmanagement.genericacl   
lumis.service.portalmanagement.groupacl   
lumis.service.portalmanagement.pageacl   
lumis.service.portalmanagement.pagetemplateacl   
lumis.service.portalmanagement.portalacl   
lumis.service.portalmanagement.serialization   
lumis.service.portalmanagement.serviceacl   
lumis.service.portalmanagement.serviceinstanceacl   
lumis.service.portalmanagement.serviceinstanceacl.workflow   
lumis.service.portalmanagement.servicesearchindex   
lumis.service.portalmanagement.xsleditor   
lumis.service.resourcescheduler   
lumis.service.thesaurus.control   
 

Uses of DataControl in lumis.collaboration.chat
 

Subclasses of DataControl in lumis.collaboration.chat
 class ChatHistoryControl
          Renders the messages history for a chat.
 class ChatMessageListControl
          Control that implements a message list.
 class ChatSendMessageControl
          Control that implements posting of a chat message.
 

Uses of DataControl in lumis.content.control.autolayout
 

Subclasses of DataControl in lumis.content.control.autolayout
 class AutoLayoutAssociationInformationControl
          Control that associates a content to other contents.
 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 non MetaDataSourceField derived fields in the source.
 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 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 AutoLayoutWorkflowInformationControl
          Renders workflow input controls based on the workflow information.
 

Uses of DataControl in lumis.content.control.button
 

Subclasses of DataControl in lumis.content.control.button
 class AutoContentAdministrationListButtonsControl
          Responsible for including versions and preview buttons.
 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 VersionsButtonControl
          Button control that opens the versions dialog box.
 

Uses of DataControl in lumis.content.control.comments
 

Subclasses of DataControl in lumis.content.control.comments
 class CommentsAddControl
          Renders comment add control
 class CommentsControl
          Renders comments
 

Uses of DataControl in lumis.content.control.contentpicker
 

Subclasses of DataControl in lumis.content.control.contentpicker
 class ContentPickerControl
          Control that allows to pick up a content through a search popup window.
 

Uses of DataControl in lumis.content.control.language
 

Subclasses of DataControl in lumis.content.control.language
 class LanguageAssociatedContentsControl
           
 class LanguageControl
          Control for languages.
 

Uses of DataControl in lumis.content.control.publishtoprincipals
 

Subclasses of DataControl in lumis.content.control.publishtoprincipals
 class PublishToPrincipalsControl
          Control that renders interface to publish content to principals
 class PublishToPrincipalsListControl
          Control that renders selected principals to which content will be published
 

Uses of DataControl in lumis.content.control.publishtoserviceinstances
 

Subclasses of DataControl in lumis.content.control.publishtoserviceinstances
 class PublishToServiceInstancesControl
          Control to publish content to other service instances
 class PublishToServiceInstancesListControl
          Control that renders selected service instances to which content will be published
 

Uses of DataControl in lumis.content.control.version
 

Subclasses of DataControl in lumis.content.control.version
 class VersionControl
          Control that renders information about the version of the content.
 

Uses of DataControl in lumis.content.control.workflow
 

Subclasses of DataControl in lumis.content.control.workflow
 class SelectWorkflowControl
           
 class WorkflowActionControl
           
 class WorkflowAssignedToControl
          Displays the assignedTo information for a content.
 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
           
 

Uses of DataControl in lumis.doui.control
 

Subclasses of DataControl in lumis.doui.control
 class DataBoundControl<S extends Source>
          Control whose data is bound to a source.
 class ErrorSummaryControl
          Control that renders the error message to the end user
 

Uses of DataControl in lumis.doui.control.autolayout
 

Subclasses of DataControl in lumis.doui.control.autolayout
 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 table in which each row contains a label and value of the visible fields 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 DataControl in lumis.doui.control.autorefresh
 

Subclasses of DataControl in lumis.doui.control.autorefresh
 class AutoRefreshControl
          Used to refresh the page at the given interval period.
 

Uses of DataControl in lumis.doui.control.button
 

Subclasses of DataControl in lumis.doui.control.button
 class AccessControlButton
           
 class AddButtonControl
          Defines an add button control.
 class AutoAdministrationListButtonsControl
          Detects and automatically adds the following controls: lum_interfaceHeaderButtons, lum_addButton, lum_editButton, lum_deleteButton, lum_versionsButton, lum_configureButton.
 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: <control:lum_configureButton id="buttonConfigure"/> xml data available for xsl rendering: <control id="buttonConfig" text="STR_CONFIGURE" type="lum_configureButton"> <image>lumis/portal/client/images/Configure.gif</image> <onClick type="popupRunTimeInterface"> <interfaceId>configuration</interfaceId> </onClick> <data> <name>Configurar</name> <onclick>function f1(){var additionalParams;additionalParams=''; window.open('main.jsp?</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/button/DeleteButtonControl.html" title="class in lumis.doui.control.button">DeleteButtonControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Defines a delete button control.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/button/EditButtonControl.html" title="class in lumis.doui.control.button">EditButtonControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Defines an edit button control.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/button/OkButtonControl.html" title="class in lumis.doui.control.button">OkButtonControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Defines an ok button control.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/button/PrintButtonControl.html" title="class in lumis.doui.control.button">PrintButtonControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Print Button Control</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/button/RefreshButtonControl.html" title="class in lumis.doui.control.button">RefreshButtonControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;ButtonControl that simply refreshes the current page.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/button/VersionEditButtonControl.html" title="class in lumis.doui.control.button">VersionEditButtonControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.checkbox"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/checkbox/package-summary.html">lumis.doui.control.checkbox</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/checkbox/package-summary.html">lumis.doui.control.checkbox</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/checkbox/CheckBoxControl.html" title="class in lumis.doui.control.checkbox">CheckBoxControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Renders a checkbox control.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/checkbox/CheckBoxListControl.html" title="class in lumis.doui.control.checkbox">CheckBoxListControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Used to render a list of check boxes to allow the user to choose one or more of a given set of options.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.datagrid"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/datagrid/package-summary.html">lumis.doui.control.datagrid</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/datagrid/package-summary.html">lumis.doui.control.datagrid</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/datagrid/DataGridControl.html" title="class in lumis.doui.control.datagrid">DataGridControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Used to render a data grid that allows the end user to manipulate multiple fields and rows of a given source.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.datepicker"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/datepicker/package-summary.html">lumis.doui.control.datepicker</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/datepicker/package-summary.html">lumis.doui.control.datepicker</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/datepicker/CalendarControl.html" title="class in lumis.doui.control.datepicker">CalendarControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This calendar control is used to select a date graphically, navigating years and months with mouse clicks.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/datepicker/DateTimePickerControl.html" title="class in lumis.doui.control.datepicker">DateTimePickerControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Renders two input text boxes for date and time.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/datepicker/MonthPickerControl.html" title="class in lumis.doui.control.datepicker">MonthPickerControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Frontend for a month filter.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/datepicker/TimePickerControl.html" title="class in lumis.doui.control.datepicker">TimePickerControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Renders one input text box for the time.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.details"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/details/package-summary.html">lumis.doui.control.details</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/details/package-summary.html">lumis.doui.control.details</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/details/DetailsControl.html" title="class in lumis.doui.control.details">DetailsControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Used to render read only data from a tabular data source.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.dropdownlist"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/dropdownlist/package-summary.html">lumis.doui.control.dropdownlist</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/dropdownlist/package-summary.html">lumis.doui.control.dropdownlist</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/dropdownlist/DropDownListControl.html" title="class in lumis.doui.control.dropdownlist">DropDownListControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Used to render a drop down combo box control to allow the user to choose one of a given set of options.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.dynamiclist"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/dynamiclist/package-summary.html">lumis.doui.control.dynamiclist</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/dynamiclist/package-summary.html">lumis.doui.control.dynamiclist</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/dynamiclist/DynamicListControl.html" title="class in lumis.doui.control.dynamiclist">DynamicListControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.fileupload"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/fileupload/package-summary.html">lumis.doui.control.fileupload</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/fileupload/package-summary.html">lumis.doui.control.fileupload</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/fileupload/FileListControl.html" title="class in lumis.doui.control.fileupload">FileListControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/fileupload/FilesPickerControl.html" title="class in lumis.doui.control.fileupload">FilesPickerControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Control to select files</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/fileupload/FileUploadControl.html" title="class in lumis.doui.control.fileupload">FileUploadControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Doui control that allows the upload of files to the portal.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.filter"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/filter/package-summary.html">lumis.doui.control.filter</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/filter/package-summary.html">lumis.doui.control.filter</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/filter/FilterControl.html" title="class in lumis.doui.control.filter">FilterControl&lt;S extends Source&gt;</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Generic filter control.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/filter/FiltersControl.html" title="class in lumis.doui.control.filter">FiltersControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Renders all the filters associated to the control's source.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/filter/ParentFilterControl.html" title="class in lumis.doui.control.filter">ParentFilterControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Control that renders a filter for the parent of the current content</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.htmleditor"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/htmleditor/package-summary.html">lumis.doui.control.htmleditor</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/htmleditor/package-summary.html">lumis.doui.control.htmleditor</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/htmleditor/HtmlEditorControl.html" title="class in lumis.doui.control.htmleditor">HtmlEditorControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Control for editing html content.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.inputtext"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/inputtext/package-summary.html">lumis.doui.control.inputtext</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/inputtext/package-summary.html">lumis.doui.control.inputtext</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/inputtext/InputHiddenControl.html" title="class in lumis.doui.control.inputtext">InputHiddenControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Defines an input hidden control, used to render hidden information.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/inputtext/InputTextAreaControl.html" title="class in lumis.doui.control.inputtext">InputTextAreaControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Defines an input text control.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/inputtext/InputTextControl.html" title="class in lumis.doui.control.inputtext">InputTextControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Defines an input text control that allows the user to enter any text value.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.itempicker"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/itempicker/package-summary.html">lumis.doui.control.itempicker</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/itempicker/package-summary.html">lumis.doui.control.itempicker</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/itempicker/ItemPickerControl.html" title="class in lumis.doui.control.itempicker">ItemPickerControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Used to select an item from a large list.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/itempicker/MultiItemPickerControl.html" title="class in lumis.doui.control.itempicker">MultiItemPickerControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Multiple item picker control.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/itempicker/SelectItemTabularDataControl.html" title="class in lumis.doui.control.itempicker">SelectItemTabularDataControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Used to render data from a tabular data source with item selection functionality.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.label"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/label/package-summary.html">lumis.doui.control.label</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/label/package-summary.html">lumis.doui.control.label</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/label/LabelControl.html" title="class in lumis.doui.control.label">LabelControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Renders a label within a form.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.list"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/list/package-summary.html">lumis.doui.control.list</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/list/package-summary.html">lumis.doui.control.list</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/list/AdministrationListControl.html" title="class in lumis.doui.control.list">AdministrationListControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Renders a list of data with filters, tabular data and pagination information.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/list/ListControl.html" title="class in lumis.doui.control.list">ListControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Renders lists for the end user.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.optionlist"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/optionlist/package-summary.html">lumis.doui.control.optionlist</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/optionlist/package-summary.html">lumis.doui.control.optionlist</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/optionlist/OptionListControl.html" title="class in lumis.doui.control.optionlist">OptionListControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Control to render a list of options.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.pagination"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/pagination/package-summary.html">lumis.doui.control.pagination</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/pagination/package-summary.html">lumis.doui.control.pagination</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/pagination/PaginationControl.html" title="class in lumis.doui.control.pagination">PaginationControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Renders the current selected page and possible pages that the use can navigate to.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.pane"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/pane/package-summary.html">lumis.doui.control.pane</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/pane/package-summary.html">lumis.doui.control.pane</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/pane/PaneControl.html" title="class in lumis.doui.control.pane">PaneControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Used to render one of the (n) specified panes when rendering an interface.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.parentcontent"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/parentcontent/package-summary.html">lumis.doui.control.parentcontent</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/parentcontent/package-summary.html">lumis.doui.control.parentcontent</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/parentcontent/SelectParentContentControl.html" title="class in lumis.doui.control.parentcontent">SelectParentContentControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;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.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/parentcontent/SelectParentContentTreeControl.html" title="class in lumis.doui.control.parentcontent">SelectParentContentTreeControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.password"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/password/package-summary.html">lumis.doui.control.password</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/password/package-summary.html">lumis.doui.control.password</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/password/PasswordControl.html" title="class in lumis.doui.control.password">PasswordControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Renders an input password control.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.primarykey"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/primarykey/package-summary.html">lumis.doui.control.primarykey</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/primarykey/package-summary.html">lumis.doui.control.primarykey</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/primarykey/PrimaryKeyControl.html" title="class in lumis.doui.control.primarykey">PrimaryKeyControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Specifies a primary key.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.principalpicker"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/principalpicker/package-summary.html">lumis.doui.control.principalpicker</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/principalpicker/package-summary.html">lumis.doui.control.principalpicker</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/principalpicker/PrincipalPickerControl.html" title="class in lumis.doui.control.principalpicker">PrincipalPickerControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Renders a control that allows the end user to select a principal.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/principalpicker/ServiceInstancePrincipalPickerControl.html" title="class in lumis.doui.control.principalpicker">ServiceInstancePrincipalPickerControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Renders a control that allows the end user to select a principal that has access to the given service instance.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.progress"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/progress/package-summary.html">lumis.doui.control.progress</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/progress/package-summary.html">lumis.doui.control.progress</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/progress/ProgressControl.html" title="class in lumis.doui.control.progress">ProgressControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/progress/ProgressPanelControl.html" title="class in lumis.doui.control.progress">ProgressPanelControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.radiobutton"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/radiobutton/package-summary.html">lumis.doui.control.radiobutton</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/radiobutton/package-summary.html">lumis.doui.control.radiobutton</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/radiobutton/RadioButtonControl.html" title="class in lumis.doui.control.radiobutton">RadioButtonControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Renders a radio button control.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.selectchannel"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/selectchannel/package-summary.html">lumis.doui.control.selectchannel</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/selectchannel/package-summary.html">lumis.doui.control.selectchannel</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/selectchannel/SelectChannelControl.html" title="class in lumis.doui.control.selectchannel">SelectChannelControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/selectchannel/SelectChannelOrChannelTemplateControl.html" title="class in lumis.doui.control.selectchannel">SelectChannelOrChannelTemplateControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Control for selecting a channel or a channel template.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/selectchannel/SelectChannelTemplateControl.html" title="class in lumis.doui.control.selectchannel">SelectChannelTemplateControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.selectpage"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/selectpage/package-summary.html">lumis.doui.control.selectpage</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/selectpage/package-summary.html">lumis.doui.control.selectpage</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/selectpage/SelectChannelChildControl.html" title="class in lumis.doui.control.selectpage">SelectChannelChildControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Base control for selecting a resource that is child of a channel.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/selectpage/SelectPageControl.html" title="class in lumis.doui.control.selectpage">SelectPageControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/selectpage/SelectPageOrPageTemplateControl.html" title="class in lumis.doui.control.selectpage">SelectPageOrPageTemplateControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/selectpage/SelectPageTemplateControl.html" title="class in lumis.doui.control.selectpage">SelectPageTemplateControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Control to select a page template</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.selectserviceinstance"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/selectserviceinstance/package-summary.html">lumis.doui.control.selectserviceinstance</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/selectserviceinstance/package-summary.html">lumis.doui.control.selectserviceinstance</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/selectserviceinstance/SelectServiceInstanceControl.html" title="class in lumis.doui.control.selectserviceinstance">SelectServiceInstanceControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.tab"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/tab/package-summary.html">lumis.doui.control.tab</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/tab/package-summary.html">lumis.doui.control.tab</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/tab/TabbedControl.html" title="class in lumis.doui.control.tab">TabbedControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Control that implements tabs</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.tabulardata"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/tabulardata/package-summary.html">lumis.doui.control.tabulardata</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/tabulardata/package-summary.html">lumis.doui.control.tabulardata</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/tabulardata/AdvancedTabularDataControl.html" title="class in lumis.doui.control.tabulardata">AdvancedTabularDataControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Used to render data from a tabular data source.</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/tabulardata/TabularDataControl.html" title="class in lumis.doui.control.tabulardata">TabularDataControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Used to render data from a tabular data source.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.doui.control.text"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/text/package-summary.html">lumis.doui.control.text</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/doui/control/text/package-summary.html">lumis.doui.control.text</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/doui/control/text/TextControl.html" title="class in lumis.doui.control.text">TextControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Renders read only data as text.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.announcement"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/announcement/package-summary.html">lumis.service.announcement</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/announcement/package-summary.html">lumis.service.announcement</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/announcement/AnnouncementTabularDataControl.html" title="class in lumis.service.announcement">AnnouncementTabularDataControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Customized tabular data control for announcement service.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.banner"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/banner/package-summary.html">lumis.service.banner</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/banner/package-summary.html">lumis.service.banner</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/banner/BannerControl.html" title="class in lumis.service.banner">BannerControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Banner control</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.comment"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/comment/package-summary.html">lumis.service.comment</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/comment/package-summary.html">lumis.service.comment</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/comment/CurrentItemIdControl.html" title="class in lumis.service.comment">CurrentItemIdControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;It stores the current itemId in itself.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.document"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/document/package-summary.html">lumis.service.document</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/document/package-summary.html">lumis.service.document</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/document/SelectDocumentServiceInstanceControl.html" title="class in lumis.service.document">SelectDocumentServiceInstanceControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.document.control"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/document/control/package-summary.html">lumis.service.document.control</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/document/control/package-summary.html">lumis.service.document.control</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/document/control/DocumentPickerControl.html" title="class in lumis.service.document.control">DocumentPickerControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Renders a control that allows the end user to input a document.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.doui.dynamiclist"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/doui/dynamiclist/package-summary.html">lumis.service.doui.dynamiclist</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/doui/dynamiclist/package-summary.html">lumis.service.doui.dynamiclist</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/doui/dynamiclist/AddDynamicListSourceControl.html" title="class in lumis.service.doui.dynamiclist">AddDynamicListSourceControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.doui.fields"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/doui/fields/package-summary.html">lumis.service.doui.fields</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/doui/fields/package-summary.html">lumis.service.doui.fields</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/doui/fields/FieldsControl.html" title="class in lumis.service.doui.fields">FieldsControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Doui control that shows the fields of a doui source.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.forum"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/forum/package-summary.html">lumis.service.forum</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/forum/package-summary.html">lumis.service.forum</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/forum/ForumButtonVisibilityControl.html" title="class in lumis.service.forum">ForumButtonVisibilityControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/forum/TopicViewCounterControl.html" title="class in lumis.service.forum">TopicViewCounterControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.image"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/image/package-summary.html">lumis.service.image</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/image/package-summary.html">lumis.service.image</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/image/SelectImageServiceInstanceControl.html" title="class in lumis.service.image">SelectImageServiceInstanceControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.image.control"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/image/control/package-summary.html">lumis.service.image.control</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/image/control/package-summary.html">lumis.service.image.control</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/image/control/ImagePickerControl.html" title="class in lumis.service.image.control">ImagePickerControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Renders a control that allows the end user to input an image.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.link"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/link/package-summary.html">lumis.service.link</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/link/package-summary.html">lumis.service.link</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/link/LinkTabularDataControl.html" title="class in lumis.service.link">LinkTabularDataControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.locale"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/locale/package-summary.html">lumis.service.locale</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/locale/package-summary.html">lumis.service.locale</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/locale/LocalePickerControl.html" title="class in lumis.service.locale">LocalePickerControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Allows the current user to change his locale.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.login"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/login/package-summary.html">lumis.service.login</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/login/package-summary.html">lumis.service.login</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/login/AccessErrorMessageTranslator.html" title="class in lumis.service.login">AccessErrorMessageTranslator</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.mailmarketing"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/mailmarketing/package-summary.html">lumis.service.mailmarketing</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/mailmarketing/package-summary.html">lumis.service.mailmarketing</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/mailmarketing/UserEmailVerifierControl.html" title="class in lumis.service.mailmarketing">UserEmailVerifierControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Controls that displays a message in case the current user does not have his e-mail information present on his register.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.navigation"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/navigation/package-summary.html">lumis.service.navigation</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/navigation/package-summary.html">lumis.service.navigation</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/navigation/NavigationControl.html" title="class in lumis.service.navigation">NavigationControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Control that renders Navigation information</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.portalmanagement.channel"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/channel/package-summary.html">lumis.service.portalmanagement.channel</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/channel/package-summary.html">lumis.service.portalmanagement.channel</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/portalmanagement/channel/ChannelInheritedPageTemplateControl.html" title="class in lumis.service.portalmanagement.channel">ChannelInheritedPageTemplateControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Controls that shows the inherited page template</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.portalmanagement.channelacl"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/channelacl/package-summary.html">lumis.service.portalmanagement.channelacl</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/channelacl/package-summary.html">lumis.service.portalmanagement.channelacl</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/portalmanagement/channelacl/ChannelAclControl.html" title="class in lumis.service.portalmanagement.channelacl">ChannelAclControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.portalmanagement.filesystem"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/filesystem/package-summary.html">lumis.service.portalmanagement.filesystem</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/filesystem/package-summary.html">lumis.service.portalmanagement.filesystem</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/portalmanagement/filesystem/FileSystemTabularData.html" title="class in lumis.service.portalmanagement.filesystem">FileSystemTabularData</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Customized tabular data for the filesystem service.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.portalmanagement.genericacl"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/genericacl/package-summary.html">lumis.service.portalmanagement.genericacl</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/genericacl/package-summary.html">lumis.service.portalmanagement.genericacl</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/portalmanagement/genericacl/GenericAclControl.html" title="class in lumis.service.portalmanagement.genericacl">GenericAclControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.portalmanagement.groupacl"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/groupacl/package-summary.html">lumis.service.portalmanagement.groupacl</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/groupacl/package-summary.html">lumis.service.portalmanagement.groupacl</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/portalmanagement/groupacl/GroupAclControl.html" title="class in lumis.service.portalmanagement.groupacl">GroupAclControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.portalmanagement.pageacl"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/pageacl/package-summary.html">lumis.service.portalmanagement.pageacl</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/pageacl/package-summary.html">lumis.service.portalmanagement.pageacl</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/portalmanagement/pageacl/PageAclControl.html" title="class in lumis.service.portalmanagement.pageacl">PageAclControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.portalmanagement.pagetemplateacl"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/pagetemplateacl/package-summary.html">lumis.service.portalmanagement.pagetemplateacl</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/pagetemplateacl/package-summary.html">lumis.service.portalmanagement.pagetemplateacl</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/portalmanagement/pagetemplateacl/PageTemplateAclControl.html" title="class in lumis.service.portalmanagement.pagetemplateacl">PageTemplateAclControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.portalmanagement.portalacl"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/portalacl/package-summary.html">lumis.service.portalmanagement.portalacl</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/portalacl/package-summary.html">lumis.service.portalmanagement.portalacl</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/portalmanagement/portalacl/PortalAclControl.html" title="class in lumis.service.portalmanagement.portalacl">PortalAclControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.portalmanagement.serialization"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/serialization/package-summary.html">lumis.service.portalmanagement.serialization</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/serialization/package-summary.html">lumis.service.portalmanagement.serialization</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/portalmanagement/serialization/SelectImportFileControl.html" title="class in lumis.service.portalmanagement.serialization">SelectImportFileControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This control allows the user to select a channel structure import file.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.portalmanagement.serviceacl"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/serviceacl/package-summary.html">lumis.service.portalmanagement.serviceacl</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/serviceacl/package-summary.html">lumis.service.portalmanagement.serviceacl</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/portalmanagement/serviceacl/ServiceAclControl.html" title="class in lumis.service.portalmanagement.serviceacl">ServiceAclControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.portalmanagement.serviceinstanceacl"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/serviceinstanceacl/package-summary.html">lumis.service.portalmanagement.serviceinstanceacl</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/serviceinstanceacl/package-summary.html">lumis.service.portalmanagement.serviceinstanceacl</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/portalmanagement/serviceinstanceacl/ServiceInstanceAclControl.html" title="class in lumis.service.portalmanagement.serviceinstanceacl">ServiceInstanceAclControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Control that manages the Access Control Lists of a service instance.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.portalmanagement.serviceinstanceacl.workflow"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/serviceinstanceacl/workflow/package-summary.html">lumis.service.portalmanagement.serviceinstanceacl.workflow</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/serviceinstanceacl/workflow/package-summary.html">lumis.service.portalmanagement.serviceinstanceacl.workflow</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/portalmanagement/serviceinstanceacl/workflow/WorkflowServiceInstanceAclControl.html" title="class in lumis.service.portalmanagement.serviceinstanceacl.workflow">WorkflowServiceInstanceAclControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Acl control for a service instance with workflow.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.portalmanagement.servicesearchindex"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/servicesearchindex/package-summary.html">lumis.service.portalmanagement.servicesearchindex</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/servicesearchindex/package-summary.html">lumis.service.portalmanagement.servicesearchindex</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/portalmanagement/servicesearchindex/ServiceSearchIndexProgressPanelControl.html" title="class in lumis.service.portalmanagement.servicesearchindex">ServiceSearchIndexProgressPanelControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Progress panel control for service search index service.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.portalmanagement.xsleditor"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/xsleditor/package-summary.html">lumis.service.portalmanagement.xsleditor</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/portalmanagement/xsleditor/package-summary.html">lumis.service.portalmanagement.xsleditor</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/portalmanagement/xsleditor/InputTextProxyControl.html" title="class in lumis.service.portalmanagement.xsleditor">InputTextProxyControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/portalmanagement/xsleditor/XslFileEditorControl.html" title="class in lumis.service.portalmanagement.xsleditor">XslFileEditorControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.resourcescheduler"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/resourcescheduler/package-summary.html">lumis.service.resourcescheduler</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/resourcescheduler/package-summary.html">lumis.service.resourcescheduler</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/resourcescheduler/ScheduleDateTimePickerControl.html" title="class in lumis.service.resourcescheduler">ScheduleDateTimePickerControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;A control for selecting dateTime values for a schedule.</TD> </TR> </TABLE> &nbsp; <P> <A NAME="lumis.service.thesaurus.control"><!-- --></A> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"> <TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2"> Uses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/thesaurus/control/package-summary.html">lumis.service.thesaurus.control</A></FONT></TH> </TR> </TABLE> &nbsp; <P> <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""> <TR BGCOLOR="#CCCCFF" CLASS="TableSubHeadingColor"> <TH ALIGN="left" COLSPAN="2">Subclasses of <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control">DataControl</A> in <A HREF="../../../../lumis/service/thesaurus/control/package-summary.html">lumis.service.thesaurus.control</A></FONT></TH> </TR> <TR BGCOLOR="white" CLASS="TableRowColor"> <TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1"> <CODE>&nbsp;class</CODE></FONT></TD> <TD><CODE><B><A HREF="../../../../lumis/service/thesaurus/control/TermPickerControl.html" title="class in lumis.service.thesaurus.control">TermPickerControl</A></B></CODE> <BR> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Control that allows to pick up a thesaurus term through a search popup window.</TD> </TR> </TABLE> &nbsp; <P> <HR> <!-- ======= START OF BOTTOM NAVBAR ====== --> <A NAME="navbar_bottom"><!-- --></A> <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A> <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""> <TR> <TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A NAME="navbar_bottom_firstrow"><!-- --></A> <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY=""> <TR ALIGN="center" VALIGN="top"> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../lumis/doui/control/DataControl.html" title="class in lumis.doui.control"><FONT CLASS="NavBarFont1"><B>Class</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Use</B></FONT>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../index-files/index-1.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD> <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1"> <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD> </TR> </TABLE> </TD> <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM> </EM> </TD> </TR> <TR> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> &nbsp;PREV&nbsp; &nbsp;NEXT</FONT></TD> <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2"> <A HREF="../../../../index.html?lumis/doui/control/\class-useDataControl.html" target="_top"><B>FRAMES</B></A> &nbsp; &nbsp;<A HREF="DataControl.html" target="_top"><B>NO FRAMES</B></A> &nbsp; &nbsp;<SCRIPT type="text/javascript"> <!-- if(window==top) { document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>'); } //--> </SCRIPT> <NOSCRIPT> <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A> </NOSCRIPT> </FONT></TD> </TR> </TABLE> <A NAME="skip-navbar_bottom"></A> <!-- ======== END OF BOTTOM NAVBAR ======= --> <HR> <font face=Arial size=3><strong>Lumis<font color=#ff9900>portal</font></strong><font size=2>&nbsp;&nbsp;4.1.0.071221 - <i>Copyright © 2001-2007, Lumis. All Rights Reserved.</i></font></font> </BODY> </HTML>