|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tapestry5.corelib.mixins.RenderClientId
public class RenderClientId
Forces a client element to render its client id by ensuring that
ClientElement#getClientId()
is called. This is sometimes needed because, by design, most components (those that
implement ClientElement
) only render a client-side ID if their getClientId
method is called sometime during the server-side DOM render.
Any
component
for an example of use.
Constructor Summary | |
---|---|
RenderClientId()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RenderClientId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |