org.tynamo.pages
Class Edit

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

public class Edit
extends Object


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

Constructor Detail

Edit

public Edit()
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:

onSuccess

@Log
protected Object onSuccess()

onActionFromCancel

public org.apache.tapestry5.Link onActionFromCancel()

getListAllLinkMessage

public String getListAllLinkMessage()

isAllowRemove

public boolean isAllowRemove()

getTitle

public String getTitle()

back

public org.apache.tapestry5.Link back()

getClassDescriptor

public TynamoClassDescriptor getClassDescriptor()

getBean

public Object getBean()


Copyright © 2004-2010. All Rights Reserved.