br.com.arsmachina.tapestrycrud.components
Class ImprovedLabel
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImprovedLabel
public ImprovedLabel()
Copyright © 2008-2009 Thiago H. de Paula Figueiredo. All Rights Reserved.