| Modifier and Type | Method and Description |
|---|---|
Component |
ModelObjectService.getComponent(String objectId)
Gets the component instance with the given id.
|
Component |
ModelObjectService.getComponent(String scope,
String regionId,
String sourceId)
Gets the component instance by its binding
|
Component[] |
RequestContext.getRenderingComponents()
Returns the components that were bound to this and any of its parent context
during the rendering.
|
Component |
ModelObjectService.newComponent()
Creates a new Component instance.
|
Component |
ModelObjectService.newComponent(String objectId)
Creates a new Component instance with the given id.
|
Component |
ModelObjectService.newComponent(String scope,
String regionId,
String sourceId)
Creates a new Component instance with the given binding properties.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ModelObjectService.bindComponent(Component component,
String scope,
String regionId,
String sourceId)
Binds a Component to a given scope, region id and source id.
|
void |
RequestContext.setRenderingComponent(Component component)
Indicates that the given component is being rendered as part of
the rendering execution for this and any parent rendering context.
|
| Modifier and Type | Method and Description |
|---|---|
Component |
RenderService.getComponentBoundToRegion(RequestContext context,
String regionId,
String regionScopeId,
String regionSourceId)
Determines the component which is bound to the given region
If there is no component bound, then null is returned.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
RenderUtil.getComponentBindingSourceObject(RequestContext context,
Component component)
Returns the object to which this component is bound
This is the same as calling component.getSourceObject()
|
void |
RenderService.processComponent(RequestContext context,
RenderFocus renderFocus,
Component component,
boolean chromeless)
Executes the processor for the given render focus on the given component instance.
|
void |
RenderService.renderComponent(RequestContext context,
RenderFocus renderFocus,
Component component,
String chromeIdOverride,
boolean chromeless)
Entry point for the rendering a single identified component
with the default chrome.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,Component> |
AbstractRequestContext.components |
| Modifier and Type | Method and Description |
|---|---|
Component[] |
AbstractRequestContext.getRenderingComponents() |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractRequestContext.setRenderingComponent(Component component) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AdvancedComponent
Extends
Component to provide some additional extensibility function. |
| Modifier and Type | Class and Description |
|---|---|
class |
AdvancedComponentImpl |
class |
ComponentImpl
Default component implementation
|
| Modifier and Type | Method and Description |
|---|---|
Component |
SurfBugImpl.getCurrentComponent()
Return the
Component currently being debugged. |
Component |
SurfBug.getCurrentComponent()
Should return the
Component currently being debugged. |
| Modifier and Type | Method and Description |
|---|---|
int |
ComponentImpl.compareTo(Component o) |
boolean |
SurfBugImpl.hasBeenDebugged(Component object)
Indicates whether or not the supplied
Component has already been debugged. |
boolean |
SurfBug.hasBeenDebugged(Component object)
Should return a boolean value indicating whether or not the supplied
Component
has already been debugged |
void |
SurfBugImpl.setCurrentComponent(Component component)
Set the
Component currently being debugged. |
void |
SurfBug.setCurrentComponent(Component component)
Should set the
Component currently being debugged. |
Copyright © 2005–2016 Alfresco Software. All rights reserved.