lumis.doui.render
Interface IRenderer

Package class diagram package IRenderer
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, AutoRefreshControl, BannerControl, ButtonControl, CalendarControl, CancelButtonControl, ChannelAclControl, ChannelInheritedPageTemplateControl, ChatHistoryControl, ChatMessageListControl, ChatSendMessageControl, CheckBoxControl, CheckBoxListControl, CommentAreaListControl, CommentsAddControl, CommentsControl, ConfigureButtonControl, ConsumerConfigurationInterfaceDropDownListControl, ContentIdHolderControl, ContentPickerControl, CurrentContentLocaleIdControl, DataBoundControl, DataControl, DataGridControl, DateTimePickerControl, DeleteButtonControl, DetailsControl, DocumentPickerControl, DropDownListControl, DynamicListControl, EditButton2Control, EditButtonControl, ErrorSummaryControl, 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, TabbedControl, 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 IRenderer

Objects that implements this interface are able to access the render data of IRenderable values.

Since:
4.0.4

Method Summary
 IConverter getConverter()
          Returns the default converter to be used with the renderable data.
 List<IResource> getResources()
          Returns the localization resources to be used in the value render.
 ISourceContext getSourceContext()
          Returns the source context where this renderer belongs to.
 

Method Detail

getSourceContext

ISourceContext getSourceContext()
                                throws PortalException
Returns the source context where this renderer belongs to.

Returns:
the source context where this renderer belongs to.
Throws:
PortalException
Since:
4.0.4

getResources

List<IResource> getResources()
                             throws PortalException
Returns the localization resources to be used in the value render.

Returns:
the localization resources to be used in the value render.
Throws:
PortalException
Since:
4.0.4

getConverter

IConverter getConverter()
                        throws PortalException
Returns the default converter to be used with the renderable data.

Returns:
the default converter to be used with the renderable data.
Throws:
PortalException
Since:
4.0.4


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