br.com.arsmachina.tapestrycrud.components
Class ActionLinks
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActionLinks
public ActionLinks()
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.