org.tynamo.pages
Class AddC

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

public class AddC
extends Object

Add Composition Page


Constructor Summary
AddC()
           
 
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

AddC

public AddC()
Method Detail

onSuccess

@Log
protected Object onSuccess()

onPassivate

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

Returns:

onActionFromCancel

public org.apache.tapestry5.Link onActionFromCancel()

cleanupRender

protected void cleanupRender()

getTitle

public String getTitle()

back

public org.apache.tapestry5.Link back()

getListAllLinkMessage

public String getListAllLinkMessage()


Copyright © 2004-2010. All Rights Reserved.