Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

cayenne.tutorial.tapestry.pages
Class BrowseGalleriesPage  view BrowseGalleriesPage download BrowseGalleriesPage.java

java.lang.Object
  extended byBasePage
      extended bycayenne.tutorial.tapestry.pages.BrowseGalleriesPage

public class BrowseGalleriesPage
extends BasePage


Field Summary
private  org.objectstyle.cayenne.access.DataContext ctxt
           
 cayenne.tutorial.tapestry.domain.Gallery gallery
           
private  java.util.List galleryList
           
 cayenne.tutorial.tapestry.domain.Painting painting
           
 
Constructor Summary
BrowseGalleriesPage()
           
 
Method Summary
 void detach()
           
 java.util.List getGalleryList()
           
protected  void prepareForRender(IRequestCycle cycle)
           
 void removePaintingAction(IRequestCycle cycle)
           
 void setGalleryList(java.util.List value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ctxt

private org.objectstyle.cayenne.access.DataContext ctxt

galleryList

private java.util.List galleryList

gallery

public cayenne.tutorial.tapestry.domain.Gallery gallery

painting

public cayenne.tutorial.tapestry.domain.Painting painting
Constructor Detail

BrowseGalleriesPage

public BrowseGalleriesPage()
Method Detail

setGalleryList

public void setGalleryList(java.util.List value)

getGalleryList

public java.util.List getGalleryList()

removePaintingAction

public void removePaintingAction(IRequestCycle cycle)

prepareForRender

protected void prepareForRender(IRequestCycle cycle)
                         throws RequestCycleException

detach

public void detach()