br.com.arsmachina.tapestrycrud.components.ActionLinks

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

[JavaDoc]

Component Parameters

Name Type Flags Default Default Prefix Description
deleteIcon org.apache.tapestry5.Asset NOT Allow Null asset:classpath:/br/com/arsmachina/tapestrycrud/components/images/delete.png asset
edit boolean NOT Allow Null true prop Show the edit link?
editIcon org.apache.tapestry5.Asset NOT Allow Null asset:classpath:/br/com/arsmachina/tapestrycrud/components/images/edit.png asset
editPage String NOT Allow Null literal Name of the page that is used to edits objects listed in this page.
object Object Required, NOT Allow Null prop The object that the links will refer to.
remove boolean NOT Allow Null true prop Show the remove link?
view boolean NOT Allow Null false prop Show the view link?
viewIcon org.apache.tapestry5.Asset NOT Allow Null asset:classpath:/br/com/arsmachina/tapestrycrud/components/images/view.png asset
viewPage String NOT Allow Null literal Name of the page that is used to edits objects listed in this page.

Back to index