tutorial.valid
Class Home
java.lang.Object
|
+--com.primix.tapestry.AbstractComponent
|
+--com.primix.tapestry.BaseComponent
|
+--com.primix.tapestry.AbstractPage
|
+--com.primix.tapestry.BasePage
|
+--tutorial.valid.Home
- All Implemented Interfaces:
- IComponent, IPage, IRender
- public class Home
- extends BasePage
- Version:
- $Id: Home.java,v 1.8 2001/09/21 12:35:09 hship Exp $
- Author:
- Howard Ship
Constructor Summary |
Home()
|
Methods inherited from class com.primix.tapestry.AbstractPage |
addPageCleanupListener, addPageDetachListener, addPageRenderListener, attach, beginResponse, cleanupPage, firePageBeginRender, firePageCleanup, firePageDetached, firePageEndRender, getChangeObserver, getEngine, getExtendedId, getIdPath, getLocale, getName, getNestedComponent, getPage, getRequestCycle, getVisit, renderPage, setChangeObserver, setLocale, setName, setRequestCycle, validate |
Methods inherited from class com.primix.tapestry.AbstractComponent |
addAsset, addComponent, addWrapped, cleanupAfterRender, cleanupComponent, finishLoad, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, fireObservedChange, generateAttributes, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getComponent, getComponents, getContainer, getId, getListeners, getSpecification, prepareForRender, renderWrapped, reset, setBinding, setContainer, setId, setPage, setSpecification, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.primix.tapestry.IComponent |
addAsset, addComponent, addWrapped, finishLoad, getAsset, getAssets, getBinding, getBindingNames, getBindings, getComponent, getComponents, getContainer, getId, getSpecification, renderWrapped, setBinding, setContainer, setId, setPage, setSpecification |
Methods inherited from interface com.primix.tapestry.IRender |
render |
MIN_INT
public static final int MIN_INT
MAX_INT
public static final int MAX_INT
MIN_DOUBLE
public static final double MIN_DOUBLE
MAX_DOUBLE
public static final double MAX_DOUBLE
MIN_DECIMAL
public static final java.math.BigDecimal MIN_DECIMAL
MAX_DECIMAL
public static final java.math.BigDecimal MAX_DECIMAL
MIN_BIGINT
public static final java.math.BigInteger MIN_BIGINT
MAX_BIGINT
public static final java.math.BigInteger MAX_BIGINT
Home
public Home()
detach
public void detach()
- Description copied from class:
AbstractPage
- Prepares the page to be returned to the pool.
Subclasses may override this method, but must invoke this
implementation (usually, last).
- Overrides:
detach
in class AbstractPage
- Following copied from interface:
com.primix.tapestry.IPage
- See Also:
IPageSource.releasePage(IPage)
formListener
public void formListener(IRequestCycle cycle)
getColorModel
public IPropertySelectionModel getColorModel()
setSort
public void setSort(SortMode value)
getSort
public SortMode getSort()
getSortModel
public IPropertySelectionModel getSortModel()
redirect
public void redirect(IRequestCycle cycle)
throws RequestCycleException