Uses of Interface
com.orchestranetworks.ui.ResourceType
Packages that use ResourceType
Package
Description
This package provides the capability to create custom user interface components
that are integrated within EBX®.
-
Uses of ResourceType in com.orchestranetworks.ui
Fields in com.orchestranetworks.ui declared as ResourceTypeModifier and TypeFieldDescriptionstatic final ResourceTypeResourceType.HTMLHTML document resource.static final ResourceTypeResourceType.ICONIcon resource.static final ResourceTypeResourceType.IMAGEImage file.static final ResourceTypeResourceType.JSCRIPTJavaScript resource.static final ResourceTypeResourceType.STYLESHEETCascading Style Sheet (CSS) resource.Methods in com.orchestranetworks.ui with parameters of type ResourceTypeModifier and TypeMethodDescriptionUILabelRendererContext.getURLForResource(ResourceType aResourceType, String aResourceName) Returns the URL of the specified web resource, in the current module and for the current session locale.UILabelRendererContext.getURLForResource(ResourceType aResourceType, String aResourceName, Locale aLocale) Returns the URL of the specified web resource, in the current module (that is, the module of the current adaptation).UILabelRendererContext.getURLForResource(String aModuleAliasOrName, ResourceType aResourceType, String aResourceName, Locale aLocale) Returns the URL of the specified web resource.UIResourceLocator.getURLForResource(ResourceType aResourceType, String aResourceName) Returns the URL of the specified web resource in the current module (that is, the module of the current adaptation) for the current session locale.UIResourceLocator.getURLForResource(ResourceType aResourceType, String aResourceName, Locale aLocale) Returns the URL of the specified web resource in the current module (that is, the module of the current adaptation) for the specified locale.UIResourceLocator.getURLForResource(String aModuleName, ResourceType aResourceType, String aResourceName, Locale aLocale) Returns the URL of the specified web resource.