org.tynamo.pages
Class EditC

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

public class EditC
extends Object

Edit Composition Page


Constructor Summary
EditC()
           
 
Method Summary
 org.apache.tapestry5.Link back()
           
protected  void cleanupRender()
           
 String getListAllLinkMessage()
           
 String getTitle()
           
 org.apache.tapestry5.Link onActionFromCancel()
           
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

EditC

public EditC()
Method Detail

onPassivate

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

Returns:

cleanupRender

protected void cleanupRender()

onSuccess

@Log
protected Object onSuccess()

onActionFromCancel

public org.apache.tapestry5.Link onActionFromCancel()

getTitle

public String getTitle()

back

public org.apache.tapestry5.Link back()

getListAllLinkMessage

public String getListAllLinkMessage()


Copyright © 2004-2010. All Rights Reserved.