Class NotEmpty


  • @MixinAfter
    public class NotEmpty
    extends java.lang.Object
    A mixin that attaches to an element that renders an element. At the end of the render, if the element is empty, then a non-breaking space ( ) is injected into the element. This is often necessary for proper rendering on the client. Often used in conjunction with the Any component.
    Since:
    5.1.0.0
    • Constructor Summary

      Constructors 
      Constructor Description
      NotEmpty()  
    • Method Summary

      • Methods inherited from class java.lang.Object

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