lumis.doui.control
Interface IDataBoundControl

Package class diagram package IDataBoundControl
All Superinterfaces:
IControl, IDataControl
All Known Implementing Classes:
AccessControlButton, AccessErrorMessageTranslator, AccountServiceInstancePaneControl, AddButton2Control, AddButtonControl, AddDynamicListSourceControl, AdministrationListControl, AdvancedTabularDataControl, AnnouncementTabularDataControl, AutoAdministrationListButtonsControl, AutoContentAdministrationListButtonsControl, AutoLayoutAdministrationListControl, AutoLayoutAssociationInformationControl, AutoLayoutCategorizationAssociationControl, AutoLayoutContentAdministrationListControl, AutoLayoutContentDetailsControl, AutoLayoutContentEmbeddedPropertyPageControl, AutoLayoutContentFieldsControl, AutoLayoutContentListControl, AutoLayoutContentPropertyPageControl, AutoLayoutContentQuickListControl, AutoLayoutDetailsControl, AutoLayoutEmbeddedPropertyPageControl, AutoLayoutFieldControl, AutoLayoutFieldsControl, AutoLayoutGenericAssociationInformationControl, AutoLayoutGenericContentAssociationControl, AutoLayoutLanguageInformationControl, AutoLayoutListControl, AutoLayoutMetaDataInformationControl, AutoLayoutPropertyPageControl, AutoLayoutPublishingInformationControl, AutoLayoutPublishToSocialNetworksAdministrationListControl, AutoLayoutQuickListControl, AutoLayoutTagInformationControl, AutoLayoutWorkflowInformationControl, BannerControl, ButtonControl, CancelButtonControl, ChannelAclControl, ChannelInheritedPageTemplateControl, ChatHistoryControl, ChatMessageListControl, ChatSendMessageControl, CheckBoxControl, CheckBoxListControl, CommentAreaListControl, CommentsAddControl, CommentsControl, ConfigureButtonControl, ConsumerConfigurationInterfaceDropDownListControl, ContentIdHolderControl, ContentPickerControl, CurrentContentLocaleIdControl, DataBoundControl, DataGridControl, DateTimePickerControl, DeleteButtonControl, DetailsControl, DocumentPickerControl, DropDownListControl, DynamicListControl, EditButton2Control, EditButtonControl, FieldsControl, FileListControl, FilesPickerControl, FileSystemTabularData, FileUploadControl, FilterControl, FiltersControl, FollowButtonControl, ForumButtonVisibilityControl, ForumMessageListInputHiddenControl, ForumMessageListPaginationControl, GenericAclControl, GroupAclControl, HtmlEditorControl, ImagePickerControl, InputHiddenControl, InputTagControl, InputTextAreaControl, InputTextControl, InputTextProxyControl, InterfaceInstanceIdInputHiddenControl, InterfaceInstanceInContextEditSupportControl, InterfaceSelectionDropDownListControl, ItemPickerControl, LabelControl, LanguageControl, LanguageFilterControl, LinkTabularDataControl, LinkToRuntimeTabularDataControl, LinkToRuntimeTabularDataControl, LinkToRuntimeTabularDataControl, ListControl, LoadTransformationFromDataBaseControl, LocalePickerControl, LockButtonControl, LockedMessageControl, MonthPickerControl, MultiFileUploadControl, MultiItemPickerControl, NavigationControl, OkButtonControl, OptionListControl, PageAclControl, PageCacheConfirmMessageControl, PageTemplateAclControl, PaginationControl, PaneControl, ParentFilterControl, PasswordControl, PortalAclControl, PreviewButtonControl, PrimaryKeyControl, PrincipalPickerControl, PrintButtonControl, ProducerAdministrationListAddButtonControl, ProducerAdminListTabularDataControl, ProducerConfigurationInterfaceVersionDropDownListControl, ProgressControl, ProgressPanelControl, PublishToPrincipalsControl, PublishToPrincipalsListControl, PublishToServiceInstancesControl, PublishToServiceInstancesListControl, PublishToSocialNetworkButtonControl, PublishToSocialNetworkControl, RadioButtonControl, RefreshButtonControl, SaveAndPreviewButtonControl, ScheduleDateTimePickerControl, SearchQueryInputText, SelectAccountServiceInstanceAdvancedTabularDataControl, SelectChannelChildControl, SelectChannelControl, SelectChannelControl, SelectChannelOrChannelTemplateControl, SelectChannelOrChannelTemplateControlWithCustomCallbackFunction, SelectChannelPathControl, SelectChannelTemplateControl, SelectDocumentServiceInstanceControl, SelectImageServiceInstanceControl, SelectImportFileControl, SelectItemTabularDataControl, SelectPageControl, SelectPageControl, SelectPageOrPageTemplateControl, SelectPageTemplateControl, SelectParentContentControl, SelectParentContentTreeControl, SelectServiceInstanceControl, SelectTagServiceInstanceControl, SelectWorkflowControl, ServiceAclControl, ServiceInstanceAclControl, ServiceInstancePrincipalPickerControl, ServiceInterfacePickerControl, ShowReportButton, SitemapXmlTextControl, StealLockButtonControl, TabularDataControl, TermDynamicListControl, TermPickerControl, TextControl, TimePickerControl, TopicViewCounterControl, UserEmailVerifierControl, UserEmailVerifierControl, ValidatorButton, VersionControl, VersionEditButtonControl, VersionsButtonControl, WebFileReplicationPropertiesControl, WikiViewArticlePaneControl, WorkflowActionControl, WorkflowAssignedToControl, WorkflowAssignedToFilterControl, WorkflowMetaDataControl, WorkflowSendToControl, WorkflowServiceInstanceAclControl, WorkflowStateControl, WorkflowStateFilterControl, WSRPCheckBoxListControl, XslFileEditorControl

@StableMinor(version="6.2",
             sinceVersion="4.0")
public interface IDataBoundControl
extends IDataControl

Interface para controls que são associado ao um ou mais sources.

Since:
4.0.0

Method Summary
 String getDataId()
          Returns the fieldId of the source that the data bound control is associated to
 String getFieldName()
          Returns the field name that the data control is associated to.
 Source getSource()
          Returns the source object that the current control is associated to
 void setReload(boolean reload)
          Sets the reload flag in the control.
 
Methods inherited from interface lumis.doui.control.IDataControl
getConverter, getProcessActionIds, getValue, getValue, loadFromRequest, setProcessActionHandlerParameters, setValue
 
Methods inherited from interface lumis.doui.control.IControl
buildSubControls, createContainer, disconnect, getChildControls, getControlResource, getId, getParentControl, getPrepareForReadScript, getRenderData, getResources, getType, init, isValid, registerOnEventScript, removeChild, removeChildren, setRenderData, setRuntimeAttributes, setValid
 

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


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.