|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of IControl in lumis.collaboration.chat |
---|
Classes in lumis.collaboration.chat that implement IControl | |
---|---|
class |
ChatHistoryControl
Renders the messages history for a chat. |
class |
ChatMessageListControl
Control that implements a message list. |
class |
ChatSendMessageControl
Control that implements posting of a chat message. |
Methods in lumis.collaboration.chat with parameters of type IControl | |
---|---|
void |
ChatSendMessageControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
Uses of IControl in lumis.content.control.autolayout |
---|
Classes in lumis.content.control.autolayout that implement IControl | |
---|---|
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. |
Methods in lumis.content.control.autolayout with parameters of type IControl | |
---|---|
void |
AutoLayoutPublishingInformationControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
void |
AutoLayoutLanguageInformationControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
void |
AutoLayoutAssociationInformationControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
Uses of IControl in lumis.content.control.button |
---|
Classes in lumis.content.control.button that implement IControl | |
---|---|
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 IControl in lumis.content.control.comments |
---|
Classes in lumis.content.control.comments that implement IControl | |
---|---|
class |
CommentsAddControl
Renders comment add control |
class |
CommentsControl
Renders comments |
Methods in lumis.content.control.comments with parameters of type IControl | |
---|---|
void |
CommentsControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
Uses of IControl in lumis.content.control.contentpicker |
---|
Classes in lumis.content.control.contentpicker that implement IControl | |
---|---|
class |
ContentPickerControl
Control that allows to pick up a content through a search popup window. |
Uses of IControl in lumis.content.control.language |
---|
Classes in lumis.content.control.language that implement IControl | |
---|---|
class |
LanguageAssociatedContentsControl
|
class |
LanguageControl
Control for languages. |
Methods in lumis.content.control.language with parameters of type IControl | |
---|---|
void |
LanguageControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
Uses of IControl in lumis.content.control.publishtoprincipals |
---|
Classes in lumis.content.control.publishtoprincipals that implement IControl | |
---|---|
class |
PublishToPrincipalsControl
Control that renders interface to publish content to principals |
class |
PublishToPrincipalsListControl
Control that renders selected principals to which content will be published |
Methods in lumis.content.control.publishtoprincipals with parameters of type IControl | |
---|---|
void |
PublishToPrincipalsListControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
void |
PublishToPrincipalsControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
Uses of IControl in lumis.content.control.publishtoserviceinstances |
---|
Classes in lumis.content.control.publishtoserviceinstances that implement IControl | |
---|---|
class |
PublishToServiceInstancesControl
Control to publish content to other service instances |
class |
PublishToServiceInstancesListControl
Control that renders selected service instances to which content will be published |
Methods in lumis.content.control.publishtoserviceinstances with parameters of type IControl | |
---|---|
void |
PublishToServiceInstancesListControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
void |
PublishToServiceInstancesControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
Uses of IControl in lumis.content.control.version |
---|
Classes in lumis.content.control.version that implement IControl | |
---|---|
class |
VersionControl
Control that renders information about the version of the content. |
Methods in lumis.content.control.version with parameters of type IControl | |
---|---|
void |
VersionControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
Uses of IControl in lumis.content.control.workflow |
---|
Classes in lumis.content.control.workflow that implement IControl | |
---|---|
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
|
Methods in lumis.content.control.workflow with parameters of type IControl | |
---|---|
void |
WorkflowMetaDataControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
Uses of IControl in lumis.doui.control |
---|
Subinterfaces of IControl in lumis.doui.control | |
---|---|
interface |
IDataBoundControl
Interface para controls que são associado ao um ou mais sources. |
interface |
IDataControl
Control that holds data |
interface |
IErrorSummaryControl
|
interface |
IValidatorControl
Interface que controls que faz validação devem implementar |
Classes in lumis.doui.control that implement IControl | |
---|---|
class |
Control
Base class for all controls. |
class |
DataBoundControl<S extends Source>
Control whose data is bound to a source. |
class |
DataControl
Base implementation for IDataControl |
class |
ErrorSummaryControl
Control that renders the error message to the end user |
class |
ValidatorControl
Implements generic validation control behaviour. |
Fields in lumis.doui.control declared as IControl | |
---|---|
protected IControl |
Control.parentControl
|
Fields in lumis.doui.control with type parameters of type IControl | |
---|---|
protected ArrayList<IControl> |
Control.childControls
|
Methods in lumis.doui.control with type parameters of type IControl | ||
---|---|---|
protected
|
Control.getAncestor(Class<T> ancestorClass)
Searchs for an ancestor control assignable to the given class. |
Methods in lumis.doui.control that return IControl | |
---|---|
static IControl |
ControlFactory.createControl(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
IControl |
ControlContainer.getControlById(String id)
|
IControl |
ControlContainer.getControlByType(String type)
|
IControl |
ControlManager.getControlFromClassName(String className)
|
protected IControl |
ValidatorControl.getControlToValidate()
|
IControl |
IControl.getParentControl()
|
IControl |
Control.getParentControl()
|
Methods in lumis.doui.control that return types with arguments of type IControl | |
---|---|
List<IControl> |
IControl.getChildControls()
|
List<IControl> |
Control.getChildControls()
|
Map<String,IControl> |
ControlContainer.getControlsMap()
Returns the map with the controls in this control container. |
Methods in lumis.doui.control with parameters of type IControl | |
---|---|
static IControl |
ControlFactory.createControl(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
void |
ControlContainer.indexControl(IControl control)
|
void |
ValidatorControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
void |
IControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
void |
DataControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
void |
DataBoundControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
void |
Control.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
protected void |
DataControl.loadSubControlFromRequest(IControl control)
|
void |
IControl.removeChild(IControl childControl)
|
void |
Control.removeChild(IControl childControl)
|
void |
ControlContainer.removeControl(IControl control)
|
protected void |
ControlContainer.setControlRenderData(IControl control)
|
Uses of IControl in lumis.doui.control.asyncprogress |
---|
Classes in lumis.doui.control.asyncprogress that implement IControl | |
---|---|
class |
AsyncProgressControl
Pair of progress bars, used by async progress infrastructure |
Uses of IControl in lumis.doui.control.autolayout |
---|
Classes in lumis.doui.control.autolayout that implement IControl | |
---|---|
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 IControl in lumis.doui.control.autorefresh |
---|
Classes in lumis.doui.control.autorefresh that implement IControl | |
---|---|
class |
AutoRefreshControl
Used to refresh the page at the given interval period. |
Uses of IControl in lumis.doui.control.button |
---|
Classes in lumis.doui.control.button that implement IControl | |
---|---|
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 |
AutoEmbeddedInterfaceStandardButtonsControl
Renders the standard buttons for a property page embedded within a Lumis Portal page. |
class |
AutoInterfaceStandardButtonsControl
Adds standard ok and cancel buttons. |
class |
AutoPopupInterfaceStandardButtonsControl
|
class |
ButtonControl
Defines a standard button control with text, image and onClick definition. |
class |
CancelButtonControl
Defines an cancel button control. |
class |
ConfigureButtonControl
Renders a configure button if the service has a configuration interface Example use: |
class |
DeleteButtonControl
Defines a delete button control. |
class |
EditButtonControl
Defines an edit button control. |
class |
OkButtonControl
Defines an ok button control. |
class |
PrintButtonControl
Print Button Control |
class |
RefreshButtonControl
ButtonControl that simply refreshes the current page. |
class |
VersionEditButtonControl
|
Uses of IControl in lumis.doui.control.checkbox |
---|
Classes in lumis.doui.control.checkbox that implement IControl | |
---|---|
class |
CheckBoxControl
Renders a checkbox control. |
class |
CheckBoxListControl
Used to render a list of check boxes to allow the user to choose one or more of a given set of options. |
Methods in lumis.doui.control.checkbox with parameters of type IControl | |
---|---|
void |
CheckBoxListControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
Uses of IControl in lumis.doui.control.controlgroup |
---|
Classes in lumis.doui.control.controlgroup that implement IControl | |
---|---|
class |
ControlGroupControl
Used to organize front end forms where grouping controls within a box with an optional title helps usability. |
Uses of IControl in lumis.doui.control.datagrid |
---|
Classes in lumis.doui.control.datagrid that implement IControl | |
---|---|
class |
DataGridControl
Used to render a data grid that allows the end user to manipulate multiple fields and rows of a given source. |
Methods in lumis.doui.control.datagrid with parameters of type IControl | |
---|---|
void |
DataGridControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
protected void |
DataGridControl.reloadSubControlsRecursively(IControl currentControl)
|
Uses of IControl in lumis.doui.control.datepicker |
---|
Classes in lumis.doui.control.datepicker that implement IControl | |
---|---|
class |
CalendarControl
This calendar control is used to select a date graphically, navigating years and months with mouse clicks. |
class |
DateTimePickerControl
Renders two input text boxes for date and time. |
class |
MonthPickerControl
Frontend for a month filter. |
class |
TimePickerControl
Renders one input text box for the time. |
Methods in lumis.doui.control.datepicker with parameters of type IControl | |
---|---|
void |
TimePickerControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
void |
MonthPickerControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
void |
DateTimePickerControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
void |
CalendarControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
Uses of IControl in lumis.doui.control.details |
---|
Classes in lumis.doui.control.details that implement IControl | |
---|---|
class |
DetailsControl
Used to render read only data from a tabular data source. |
Uses of IControl in lumis.doui.control.dropdownlist |
---|
Classes in lumis.doui.control.dropdownlist that implement IControl | |
---|---|
class |
DropDownListControl
Used to render a drop down combo box control to allow the user to choose one of a given set of options. |
Methods in lumis.doui.control.dropdownlist with parameters of type IControl | |
---|---|
void |
DropDownListControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
Uses of IControl in lumis.doui.control.dynamiclist |
---|
Classes in lumis.doui.control.dynamiclist that implement IControl | |
---|---|
class |
DynamicListControl
|
Uses of IControl in lumis.doui.control.fileupload |
---|
Classes in lumis.doui.control.fileupload that implement IControl | |
---|---|
class |
FileListControl
|
class |
FilesPickerControl
Control to select files |
class |
FileUploadControl
Doui control that allows the upload of files to the portal. |
Methods in lumis.doui.control.fileupload with parameters of type IControl | |
---|---|
void |
FileUploadControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
void |
FilesPickerControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
Uses of IControl in lumis.doui.control.filter |
---|
Classes in lumis.doui.control.filter that implement IControl | |
---|---|
class |
FilterControl<S extends Source>
Generic filter control. |
class |
FiltersControl
Renders all the filters associated to the control's source. |
class |
ParentFilterControl
Control that renders a filter for the parent of the current content |
Methods in lumis.doui.control.filter with parameters of type IControl | |
---|---|
void |
ParentFilterControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
void |
FilterControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
Uses of IControl in lumis.doui.control.form |
---|
Classes in lumis.doui.control.form that implement IControl | |
---|---|
class |
FormControl
Defines a form control. |
Methods in lumis.doui.control.form with parameters of type IControl | |
---|---|
void |
FormControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
Uses of IControl in lumis.doui.control.htmleditor |
---|
Classes in lumis.doui.control.htmleditor that implement IControl | |
---|---|
class |
HtmlEditorControl
Control for editing html content. |
Uses of IControl in lumis.doui.control.inputtext |
---|
Classes in lumis.doui.control.inputtext that implement IControl | |
---|---|
class |
InputHiddenControl
Defines an input hidden control, used to render hidden information. |
class |
InputTextAreaControl
Defines an input text control. |
class |
InputTextControl
Defines an input text control that allows the user to enter any text value. |
Methods in lumis.doui.control.inputtext with parameters of type IControl | |
---|---|
void |
InputTextControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
Uses of IControl in lumis.doui.control.interfaceheader |
---|
Classes in lumis.doui.control.interfaceheader that implement IControl | |
---|---|
class |
InterfaceHeaderControl
Renders an interface header. |
Uses of IControl in lumis.doui.control.itempicker |
---|
Classes in lumis.doui.control.itempicker that implement IControl | |
---|---|
class |
ItemPickerControl
Used to select an item from a large list. |
class |
MultiItemPickerControl
Multiple item picker control. |
class |
SelectItemTabularDataControl
Used to render data from a tabular data source with item selection functionality. |
Methods in lumis.doui.control.itempicker with parameters of type IControl | |
---|---|
void |
SelectItemTabularDataControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
void |
MultiItemPickerControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
void |
ItemPickerControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
Uses of IControl in lumis.doui.control.label |
---|
Classes in lumis.doui.control.label that implement IControl | |
---|---|
class |
LabelControl
Renders a label within a form. |
Uses of IControl in lumis.doui.control.link |
---|
Classes in lumis.doui.control.link that implement IControl | |
---|---|
class |
LinkControl
Used to render a link to an explicit url or to dynamically calculate and render a link to another interface in another page in the portal. |
Uses of IControl in lumis.doui.control.list |
---|
Classes in lumis.doui.control.list that implement IControl | |
---|---|
class |
AdministrationListControl
Renders a list of data with filters, tabular data and pagination information. |
class |
ListControl
Renders lists for the end user. |
Uses of IControl in lumis.doui.control.optionlist |
---|
Classes in lumis.doui.control.optionlist that implement IControl | |
---|---|
class |
OptionListControl
Control to render a list of options. |
Methods in lumis.doui.control.optionlist with parameters of type IControl | |
---|---|
void |
OptionListControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
Uses of IControl in lumis.doui.control.pagination |
---|
Classes in lumis.doui.control.pagination that implement IControl | |
---|---|
class |
PaginationControl
Renders the current selected page and possible pages that the use can navigate to. |
Uses of IControl in lumis.doui.control.pane |
---|
Classes in lumis.doui.control.pane that implement IControl | |
---|---|
class |
PaneControl
Used to render one of the (n) specified panes when rendering an interface. |
Uses of IControl in lumis.doui.control.parentcontent |
---|
Classes in lumis.doui.control.parentcontent that implement IControl | |
---|---|
class |
SelectParentContentControl
Renders a control that allows the end user to select another content within the same service instance that represents the parent of the curent content. |
class |
SelectParentContentTreeControl
|
Uses of IControl in lumis.doui.control.password |
---|
Classes in lumis.doui.control.password that implement IControl | |
---|---|
class |
PasswordControl
Renders an input password control. |
Uses of IControl in lumis.doui.control.primarykey |
---|
Classes in lumis.doui.control.primarykey that implement IControl | |
---|---|
class |
PrimaryKeyControl
Specifies a primary key. |
Uses of IControl in lumis.doui.control.principalpicker |
---|
Classes in lumis.doui.control.principalpicker that implement IControl | |
---|---|
class |
PrincipalPickerControl
Renders a control that allows the end user to select a principal. |
class |
ServiceInstancePrincipalPickerControl
Renders a control that allows the end user to select a principal that has access to the given service instance. |
Uses of IControl in lumis.doui.control.progress |
---|
Classes in lumis.doui.control.progress that implement IControl | |
---|---|
class |
ProgressControl
|
class |
ProgressPanelControl
|
Uses of IControl in lumis.doui.control.propertypage |
---|
Classes in lumis.doui.control.propertypage that implement IControl | |
---|---|
class |
PropertyPageControl
Renders a property page with an interface header control on top and possible [OK] [CANCEL] button controls at the bottom. |
Uses of IControl in lumis.doui.control.radiobutton |
---|
Classes in lumis.doui.control.radiobutton that implement IControl | |
---|---|
class |
RadioButtonControl
Renders a radio button control. |
Methods in lumis.doui.control.radiobutton with parameters of type IControl | |
---|---|
void |
RadioButtonControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
Uses of IControl in lumis.doui.control.script |
---|
Classes in lumis.doui.control.script that implement IControl | |
---|---|
class |
ScriptControl
Renders client side script. |
Uses of IControl in lumis.doui.control.selectchannel |
---|
Classes in lumis.doui.control.selectchannel that implement IControl | |
---|---|
class |
SelectChannelControl
|
class |
SelectChannelOrChannelTemplateControl
Control for selecting a channel or a channel template. |
class |
SelectChannelPageTreeControl
Control to select channels or pages |
class |
SelectChannelTemplateControl
|
Uses of IControl in lumis.doui.control.selectpage |
---|
Classes in lumis.doui.control.selectpage that implement IControl | |
---|---|
class |
SelectChannelChildControl
Base control for selecting a resource that is child of a channel. |
class |
SelectPageControl
|
class |
SelectPageOrPageTemplateControl
|
class |
SelectPageTemplateControl
Control to select a page template |
Methods in lumis.doui.control.selectpage with parameters of type IControl | |
---|---|
void |
SelectChannelChildControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
Uses of IControl in lumis.doui.control.selectserviceinstance |
---|
Classes in lumis.doui.control.selectserviceinstance that implement IControl | |
---|---|
class |
SelectServiceInstanceControl
|
Uses of IControl in lumis.doui.control.strings |
---|
Classes in lumis.doui.control.strings that implement IControl | |
---|---|
class |
StringsControl
Renders javascript on the client side that makes available in an array a list of translated strings. |
Methods in lumis.doui.control.strings with parameters of type IControl | |
---|---|
void |
StringsControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
Uses of IControl in lumis.doui.control.tab |
---|
Classes in lumis.doui.control.tab that implement IControl | |
---|---|
class |
TabbedControl
Control that implements tabs |
Uses of IControl in lumis.doui.control.tabulardata |
---|
Classes in lumis.doui.control.tabulardata that implement IControl | |
---|---|
class |
AdvancedTabularDataControl
Used to render data from a tabular data source. |
class |
TabularDataControl
Used to render data from a tabular data source. |
Methods in lumis.doui.control.tabulardata with parameters of type IControl | |
---|---|
void |
AdvancedTabularDataControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
Uses of IControl in lumis.doui.control.text |
---|
Classes in lumis.doui.control.text that implement IControl | |
---|---|
class |
TextControl
Renders read only data as text. |
Uses of IControl in lumis.doui.control.validator |
---|
Classes in lumis.doui.control.validator that implement IControl | |
---|---|
class |
DateCompareValidatorControl
A date comparision validator control. |
class |
DateDataTypeValidatorControl
Validator for date, date-time or time values. |
class |
EmailValidatorControl
Generates client side and server side validation that verifies that a control value if provided is formatted as a valid email address. |
class |
FileNameValidatorControl
Control to validate filenames |
class |
FileSizeValidatorControl
File Size Validator |
class |
HtmlEditorValidatorControl
Validator for html text. |
class |
IntegerDataTypeValidatorControl
Generates client side and server side validation that verifies that a control value if provided is a valid integer. |
class |
LengthValidatorControl
Validator that verifies the size of the value. |
class |
NumberDataTypeValidatorControl
Validator for number values, based on a decimal format pattern and on the session locale. |
class |
RegularExpressionValidatorControl
Generates client side and server side validation that verifies that a control value if provided matches the regular expression specified in the expression attribute of the validator. |
class |
RequiredValuesDescriptorControl
Simply used to render a text indicating the fields marked with a * are required. |
class |
RequiredValueValidatorControl
Generates client side and server side validation that verifies that a control has a value that is not null. |
class |
RequiredValueWhenVisibleValidatorControl
This is a client side only validating control. |
Methods in lumis.doui.control.validator with parameters of type IControl | |
---|---|
void |
RegularExpressionValidatorControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
void |
NumberDataTypeValidatorControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
void |
LengthValidatorControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
void |
IntegerDataTypeValidatorControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
void |
FileSizeValidatorControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
void |
FileNameValidatorControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
void |
EmailValidatorControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
void |
DateDataTypeValidatorControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
void |
DateCompareValidatorControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
Uses of IControl in lumis.doui.search |
---|
Classes in lumis.doui.search that implement IControl | |
---|---|
class |
SearchQueryValidatorControl
Validate the query sintax against search engine in use |
Methods in lumis.doui.search with parameters of type IControl | |
---|---|
void |
SearchQueryValidatorControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
Uses of IControl in lumis.service.announcement |
---|
Classes in lumis.service.announcement that implement IControl | |
---|---|
class |
AnnouncementTabularDataControl
Customized tabular data control for announcement service. |
Uses of IControl in lumis.service.banner |
---|
Classes in lumis.service.banner that implement IControl | |
---|---|
class |
BannerControl
Banner control |
Uses of IControl in lumis.service.comment |
---|
Classes in lumis.service.comment that implement IControl | |
---|---|
class |
CurrentItemIdControl
It stores the current itemId in itself. |
Uses of IControl in lumis.service.document |
---|
Classes in lumis.service.document that implement IControl | |
---|---|
class |
SelectDocumentServiceInstanceControl
|
Uses of IControl in lumis.service.document.control |
---|
Classes in lumis.service.document.control that implement IControl | |
---|---|
class |
DocumentPickerControl
Renders a control that allows the end user to input a document. |
Uses of IControl in lumis.service.doui.dynamiclist |
---|
Classes in lumis.service.doui.dynamiclist that implement IControl | |
---|---|
class |
AddDynamicListSourceControl
|
Methods in lumis.service.doui.dynamiclist with parameters of type IControl | |
---|---|
void |
AddDynamicListSourceControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
Uses of IControl in lumis.service.doui.fields |
---|
Classes in lumis.service.doui.fields that implement IControl | |
---|---|
class |
FieldsControl
Doui control that shows the fields of a doui source. |
Uses of IControl in lumis.service.doui.filters |
---|
Classes in lumis.service.doui.filters that implement IControl | |
---|---|
class |
FilterUniqueIdValidator
|
Uses of IControl in lumis.service.forum |
---|
Classes in lumis.service.forum that implement IControl | |
---|---|
class |
ForumButtonVisibilityControl
|
class |
TopicViewCounterControl
|
Methods in lumis.service.forum with parameters of type IControl | |
---|---|
void |
ForumButtonVisibilityControl.init(Node controlDefinitionNode,
ControlContainer controlContainer,
IControl parentControl)
|
Uses of IControl in lumis.service.image |
---|
Classes in lumis.service.image that implement IControl | |
---|---|
class |
SelectImageServiceInstanceControl
|
Uses of IControl in lumis.service.image.control |
---|
Classes in lumis.service.image.control that implement IControl | |
---|---|
class |
ImagePickerControl
Renders a control that allows the end user to input an image. |
Uses of IControl in lumis.service.link |
---|
Classes in lumis.service.link that implement IControl | |
---|---|
class |
LinkTabularDataControl
|
Uses of IControl in lumis.service.locale |
---|
Classes in lumis.service.locale that implement IControl | |
---|---|
class |
LocalePickerControl
Allows the current user to change his locale. |
Uses of IControl in lumis.service.login |
---|
Classes in lumis.service.login that implement IControl | |
---|---|
class |
AccessErrorMessageTranslator
|
Uses of IControl in lumis.service.mailmarketing |
---|
Classes in lumis.service.mailmarketing that implement IControl | |
---|---|
class |
UserEmailVerifierControl
Controls that displays a message in case the current user does not have his e-mail information present on his register. |
Uses of IControl in lumis.service.navigation |
---|
Classes in lumis.service.navigation that implement IControl | |
---|---|
class |
NavigationControl
Control that renders Navigation information |
Uses of IControl in lumis.service.portalmanagement.channel |
---|
Classes in lumis.service.portalmanagement.channel that implement IControl | |
---|---|
class |
ChannelInheritedPageTemplateControl
Controls that shows the inherited page template |
Uses of IControl in lumis.service.portalmanagement.channelacl |
---|
Classes in lumis.service.portalmanagement.channelacl that implement IControl | |
---|---|
class |
ChannelAclControl
|
Uses of IControl in lumis.service.portalmanagement.filesystem |
---|
Classes in lumis.service.portalmanagement.filesystem that implement IControl | |
---|---|
class |
FileSystemTabularData
Customized tabular data for the filesystem service. |
Uses of IControl in lumis.service.portalmanagement.genericacl |
---|
Classes in lumis.service.portalmanagement.genericacl that implement IControl | |
---|---|
class |
GenericAclControl
|
Uses of IControl in lumis.service.portalmanagement.groupacl |
---|
Classes in lumis.service.portalmanagement.groupacl that implement IControl | |
---|---|
class |
GroupAclControl
|
Uses of IControl in lumis.service.portalmanagement.pageacl |
---|
Classes in lumis.service.portalmanagement.pageacl that implement IControl | |
---|---|
class |
PageAclControl
|
Uses of IControl in lumis.service.portalmanagement.pagetemplateacl |
---|
Classes in lumis.service.portalmanagement.pagetemplateacl that implement IControl | |
---|---|
class |
PageTemplateAclControl
|
Uses of IControl in lumis.service.portalmanagement.portalacl |
---|
Classes in lumis.service.portalmanagement.portalacl that implement IControl | |
---|---|
class |
PortalAclControl
|
Uses of IControl in lumis.service.portalmanagement.serialization |
---|
Classes in lumis.service.portalmanagement.serialization that implement IControl | |
---|---|
class |
SelectImportFileControl
This control allows the user to select a channel structure import file. |
Uses of IControl in lumis.service.portalmanagement.serviceacl |
---|
Classes in lumis.service.portalmanagement.serviceacl that implement IControl | |
---|---|
class |
ServiceAclControl
|
Uses of IControl in lumis.service.portalmanagement.serviceinstance |
---|
Classes in lumis.service.portalmanagement.serviceinstance that implement IControl | |
---|---|
class |
ServiceInstanceUsedByControl
|
Uses of IControl in lumis.service.portalmanagement.serviceinstanceacl |
---|
Classes in lumis.service.portalmanagement.serviceinstanceacl that implement IControl | |
---|---|
class |
ServiceInstanceAclControl
Control that manages the Access Control Lists of a service instance. |
Uses of IControl in lumis.service.portalmanagement.serviceinstanceacl.workflow |
---|
Classes in lumis.service.portalmanagement.serviceinstanceacl.workflow that implement IControl | |
---|---|
class |
WorkflowServiceInstanceAclControl
Acl control for a service instance with workflow. |
Uses of IControl in lumis.service.portalmanagement.servicesearchindex |
---|
Classes in lumis.service.portalmanagement.servicesearchindex that implement IControl | |
---|---|
class |
ServiceSearchIndexProgressPanelControl
Progress panel control for service search index service. |
Uses of IControl in lumis.service.portalmanagement.xsleditor |
---|
Classes in lumis.service.portalmanagement.xsleditor that implement IControl | |
---|---|
class |
InputTextProxyControl
|
class |
XslFileEditorControl
|
Uses of IControl in lumis.service.report.control |
---|
Classes in lumis.service.report.control that implement IControl | |
---|---|
class |
BaseParametersControl
Base control for report parameter controls. |
class |
ConfigParametersControl
Control that renders the configuration parameter controls. |
class |
RuntimeParametersControl
Control that renders runtime parameters controls. |
Uses of IControl in lumis.service.resourcescheduler |
---|
Classes in lumis.service.resourcescheduler that implement IControl | |
---|---|
class |
ScheduleDateTimePickerControl
A control for selecting dateTime values for a schedule. |
Uses of IControl in lumis.service.thesaurus.control |
---|
Classes in lumis.service.thesaurus.control that implement IControl | |
---|---|
class |
TermPickerControl
Control that allows to pick up a thesaurus term through a search popup window. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |