org.apache.tapestry5.corelib.mixins
Class NotEmpty

java.lang.Object
  extended by org.apache.tapestry5.corelib.mixins.NotEmpty

@MixinAfter
public class NotEmpty
extends 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
NotEmpty()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotEmpty

public NotEmpty()


Copyright © 2003-2012 The Apache Software Foundation.