Class RenderClientId


  • public class RenderClientId
    extends java.lang.Object
    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 
      Constructor Description
      RenderClientId()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait