|
|||||||||
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.Any
A component that can substitute for any HTML element.
Parameter | Type | Read / Write | Required | Default | Description |
---|---|---|---|---|---|
element | java.lang.String | R | yes | The element to be produced. |
Informal parameters are allowed.
Fields inherited from class com.primix.tapestry.AbstractComponent |
id, page, specification, wrapped, wrappedCount |
Constructor Summary | |
Any()
|
Method Summary | |
IBinding |
getElementBinding()
|
void |
render(IResponseWriter writer,
IRequestCycle cycle)
The principal rendering/rewinding method. |
void |
setElementBinding(IBinding value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Any()
Method Detail |
public IBinding getElementBinding()
public void render(IResponseWriter writer, IRequestCycle cycle) throws RequestCycleException
IRender
Renderring and rewinding are the exact same process. The same code that renders must be able to restore state by going through the exact same operations (even though the output is discarded).
public void setElementBinding(IBinding value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |