org.tynamo.pages
Class Show

java.lang.Object
  extended by org.tynamo.pages.Show

public class Show
extends Object


Constructor Summary
Show()
           
 
Method Summary
protected  void cleanupRender()
           
 Object getBean()
           
 TynamoClassDescriptor getClassDescriptor()
           
 String getEditLinkMessage()
           
 Object[] getEditPageContext()
           
 String getListAllLinkMessage()
           
 String getTitle()
           
 boolean isAllowRemove()
           
 org.apache.tapestry5.Link onActionFromDelete()
           
protected  void onActivate(Class clazz, String id)
           
protected  Object[] onPassivate()
          This tells Tapestry to put type & id into the URL, making it bookmarkable.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Show

public Show()
Method Detail

onActivate

protected void onActivate(Class clazz,
                          String id)

cleanupRender

protected void cleanupRender()

onPassivate

protected Object[] onPassivate()
This tells Tapestry to put type & id into the URL, making it bookmarkable.

Returns:

getEditPageContext

public Object[] getEditPageContext()

getEditLinkMessage

public String getEditLinkMessage()

getTitle

public String getTitle()

onActionFromDelete

public org.apache.tapestry5.Link onActionFromDelete()

isAllowRemove

public boolean isAllowRemove()

getListAllLinkMessage

public String getListAllLinkMessage()

getClassDescriptor

public TynamoClassDescriptor getClassDescriptor()

getBean

public Object getBean()


Copyright © 2004-2010. All Rights Reserved.