Class RenderClientId
java.lang.Object
org.apache.tapestry5.corelib.mixins.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.
See the Any
component
for an example of use.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RenderClientId
public RenderClientId()
-