Package lumis.doui.control
Interface IDataBoundControl
-
- All Superinterfaces:
IControl
,IDataControl
- All Known Implementing Classes:
AccessErrorMessageTranslator
,AccountServiceInstancePaneControl
,AddDynamicListSourceControl
,AdvancedTabularDataControl
,AllFieldGroupsControl
,AllFieldsControl
,AnnouncementTabularDataControl
,AreaTagsControl
,AssociationTabularDataControl
,AutoAdministrationBreadCrumbTreeItemControl
,AutoLayoutAssociationInformationControl
,AutoLayoutGenericAssociationInformationControl
,AutoLayoutWorkflowInformationControl
,BusinessContextForCacheAdvancedTabularDataControl
,ChannelAclControl
,ChannelInheritedPageTemplateControl
,ChatMessageListControl
,ChatSendMessageControl
,CheckBoxControl
,CheckBoxListControl
,CommentAreaListControl
,CommentsControl
,CommunityTabularDataControl
,ConfigurationTagsControl
,ConsumerConfigurationInterfaceDropDownListControl
,ContentIdHolderControl
,ContentPickerControl
,CurrentContentLocaleIdControl
,CustomerExperienceCommonsControl
,CustomInputHiddenControl
,CustomInputTextAreaControl
,DataBoundControl
,DataGridControl
,DateTimePickerControl
,DefaultPageTemplateControl
,DetailsControl
,DocumentPickerControl
,DropDownListControl
,DynamicListControl
,EmailControl
,EnviromentPropertiesControl
,EventAnalyticsControl
,FieldsControl
,FilesPickerControl
,FileSystemTabularData
,FileUploadControl
,FlowEditorControl
,ForumMessageListInputHiddenControl
,ForumMessageListPaginationControl
,GenericAclControl
,GroupAclControl
,HierarchicalContentHtmlTextAreaControl
,HierarchicalTabularDataControl
,HtmlEditorControl
,InputCategoryControl
,InputEmailControl
,InputHiddenControl
,InputProfileImageControl
,InputTagControl
,InputTextAreaControl
,InputTextControl
,InputTextProxyControl
,InterfaceInstanceInContextEditSupportControl
,InterfaceSelectionDropDownListControl
,ItemPickerControl
,LanguageControl
,LastContentsAdvancedTabularDataControl
,LastWeekDateTimePickerControl
,LazySourceDropDownListControl
,LicenseTypeInputHiddenControl
,LinkTabularDataControl
,LinkToRuntimeTabularDataControl
,LinkToRuntimeTabularDataControl
,LoadTransformationFromDataBaseControl
,LocalePickerControl
,LogoutOriginalWebResourcePathInputHiddenControl
,MediaPickerControl
,MobileAppInputFileControl
,MonthPickerControl
,MultiFileUploadControl
,MultiItemPickerControl
,NavigationControl
,NavigationHtmlTextAreaControl
,OptionListControl
,OrderedMultiItemPickerControl
,PageAclControl
,PageCacheConfirmMessageControl
,PageTemplateAclControl
,PaginationControl
,PaneControl
,PasswordControl
,PortalAclControl
,PrimaryKeyControl
,PrincipalPickerControl
,ProducerAdminListTabularDataControl
,ProducerConfigurationInterfaceVersionDropDownListControl
,ProgressControl
,ProgressPanelControl
,PublishToPrincipalsControl
,PublishToPrincipalsListControl
,PublishToServiceInstancesControl
,PublishToServiceInstancesListControl
,PublishToSocialNetworkControl
,RadioButtonControl
,RadioButtonListControl
,ScheduleDateTimePickerControl
,ScheduleStartDateTimePickerControl
,SearchAggregationControl
,SearchOrderByDropDownListControl
,SearchQueryInputText
,SelectAccountServiceInstanceAdvancedTabularDataControl
,SelectChannelChildControl
,SelectChannelControl
,SelectChannelControl
,SelectChannelOrChannelTemplateControl
,SelectChannelOrChannelTemplateControlWithCustomCallbackFunction
,SelectChannelTemplateControl
,SelectContentParentContentControl
,SelectDocumentServiceInstanceControl
,SelectEmailTemplateServiceInstanceControl
,SelectImportFileControl
,SelectItemTabularDataControl
,SelectMediaServiceInstanceControl
,SelectPageControl
,SelectPageControl
,SelectPageOrPageTemplateControl
,SelectPagePersonalizationServiceInstanceControl
,SelectPageTemplateControl
,SelectParentContentControl
,SelectParentContentTreeControl
,SelectServiceInstanceControl
,SelectTagServiceInstanceControl
,SelectWebsiteChannelControl
,SelectWorkflowControl
,ServiceAclControl
,ServiceInstanceAclControl
,ServiceInstancePrincipalPickerControl
,ServiceInterfacePickerControl
,ServiceReindexProgressControl
,SetWebsiteNameFromChannelControl
,TabularDataControl
,TagControl
,TermDynamicListControl
,TermPickerControl
,TextControl
,TimePickerControl
,UserEmailVerifierControl
,UserEmailVerifierControl
,UserSegmentationControl
,VersionControl
,VersionNumberInputHiddenControl
,WebFileReplicationPropertiesControl
,WikiViewArticlePaneControl
,WorkflowActionControl
,WorkflowActionControl
,WorkflowAssignedToControl
,WorkflowAssignedToControl
,WorkflowAssignedToFilterControl
,WorkflowMetaDataControl
,WorkflowMetaDataControl
,WorkflowSendToControl
,WorkflowSendToControl
,WorkflowServiceInstanceAclControl
,WorkflowStateControl
,WorkflowStateControl
,WorkflowStateFilterControl
,WorkflowStatusAdvancedTabularDataControl
,WSRPCheckBoxListControl
,XslFileEditorControl
@StableMinor(version="14.1", sinceVersion="4.0") public interface IDataBoundControl extends IDataControl
Interface para controls que são associado ao um ou mais sources.- Since:
- 4.0.0
- Version:
- $Revision: 24684 $ $Date: 2021-08-23 18:58:35 -0300 (Mon, 23 Aug 2021) $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getDataId()
Returns the fieldId of the source that the data bound control is associated toString
getFieldName()
Returns the field name that the data control is associated to.Source
getSource()
Returns the source object that the current control is associated tovoid
setReload(boolean reload)
Sets the reload flag in the control.-
Methods inherited from interface lumis.doui.control.IControl
buildSubControls, createContainer, disconnect, getChildControls, getControlResource, getId, getName, getParentControl, getPrepareForReadScript, getRenderData, getResources, getType, init, isValid, registerOnEventScript, removeChild, removeChildren, setRenderData, setRuntimeAttributes, setValid
-
Methods inherited from interface lumis.doui.control.IDataControl
getConverter, getProcessActionIds, getRequestHelpDefinition, getValue, getValue, loadFromRequest, setProcessActionHandlerParameters, setValue
-
-
-
-
Method Detail
-
getDataId
String getDataId() throws PortalException
Returns the fieldId of the source that the data bound control is associated to- Returns:
- Throws:
PortalException
-
getSource
Source getSource() throws PortalException
Returns the source object that the current control is associated to- Returns:
- Throws:
PortalException
-
getFieldName
String getFieldName() throws PortalException
Returns the field name that the data control is associated to. If the control has a fieldName attribute specified, that value is translated and returned. If not, the field name is taken from the source definition.- Returns:
- Throws:
PortalException
-
setReload
void setReload(boolean reload) throws PortalException
Sets the reload flag in the control.- Throws:
PortalException
-
-