|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.primix.tapestry.AbstractComponent | +--com.primix.tapestry.components.Delegator
A component which delegates it's behavior to another object.
Parameter | Type | Read / Write | Required | Default | Description |
---|---|---|---|---|---|
delegate | IRender |
R | yes | The object which will provide the rendering for the component. |
Informal parameters are not allowed. A body is not allowed.
Fields inherited from class com.primix.tapestry.AbstractComponent |
id, page, specification, wrapped, wrappedCount |
Constructor Summary | |
Delegator()
|
Method Summary | |
IBinding |
getDelegateBinding()
|
void |
render(IResponseWriter writer,
IRequestCycle cycle)
Gets its delegate and invokes IRender.render(IResponseWriter, IRequestCycle)
on it. |
void |
setDelegateBinding(IBinding value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Delegator()
Method Detail |
public void setDelegateBinding(IBinding value)
public IBinding getDelegateBinding()
public void render(IResponseWriter writer, IRequestCycle cycle) throws RequestCycleException
IRender.render(IResponseWriter, IRequestCycle)
on it.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |