br.com.arsmachina.tapestrycrud.components
Class ImprovedLabel

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

@SupportsInformalParameters
@IncludeStylesheet(value="classpath:/br/com/arsmachina/tapestrycrud/components/tapestry-crud.css")
public class ImprovedLabel
extends Object

Label subclass that always ignores its body and generates the label name from the corresponding field id.

This class' code was initially copied from Label, as one of its methods (afterRender) has package visibility and thus cannot be overriden.

Author:
Thiago H. de Paula Figueiredo

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

Constructor Detail

ImprovedLabel

public ImprovedLabel()


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