br.com.arsmachina.tapestrycrud.components
Class Remove

java.lang.Object
  extended by br.com.arsmachina.tapestrycrud.components.Remove

public class Remove
extends Object

A component that doesn't render its tag nor its body. It is used for previewability purposes and works a lot like Tapestry 4's $remove$. One example can be found in the Ars Machina Project Example Application.

Author:
Thiago H. de Paula Figueiredo

Constructor Summary
Remove()
           
 
Method Summary
 boolean nothing()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Remove

public Remove()
Method Detail

nothing

@SetupRender
public boolean nothing()


Copyright © 2008-2009 Thiago H. de Paula Figueiredo. All Rights Reserved.