br.com.arsmachina.tapestrycrud.components
Class ActionLinks

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

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

Component that renders the action links in a listing page. It is meant to be used in a Grid column. Ars Machina Project Example. The default icons used are taken from the Silk icon set (Creative Commons Attribution 2.5 License).

Author:
Thiago H. de Paula Figueiredo

Constructor Summary
ActionLinks()
           
 
Method Summary
 String getEditPage()
          Returns the value of the editPage property.
 String getViewPage()
          Returns the value of the viewPage property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionLinks

public ActionLinks()
Method Detail

getEditPage

public String getEditPage()
Returns the value of the editPage property.

Returns:
a String.

getViewPage

public String getViewPage()
Returns the value of the viewPage property.

Returns:
a String.


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