|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hivemind.impl.BaseLocatable org.apache.tapestry.AbstractComponent org.apache.tapestry.BaseComponent org.apache.tapestry.AbstractPage org.apache.tapestry.html.BasePage net.sf.tacos.demo.partial.FormEffects
Demonstrates a combination of effects now possible.
Constructor Summary | |
FormEffects()
|
Method Summary | |
void |
chooseCountry(IRequestCycle cycle)
Invoked by form |
void |
chooseRegion(IRequestCycle cycle)
Does nothing |
void |
clearCountry(IRequestCycle cycle)
Invoked to clear the chosen country. |
ListItemRenderer |
getListRenderer()
|
abstract Collection |
getLocaleList()
Set by invocation of searchCountries(String) |
abstract Collection |
getSearchList()
Set by invocation of searchCountries(String) |
void |
searchCountries(String search)
Invoked by ajax request to perform autocomplete search. |
abstract void |
setCountry(Locale country)
Sets the chosen country |
abstract void |
setLocaleList(Collection values)
Sets the search list return |
abstract void |
setSearchList(Collection values)
Sets the search list return |
Methods inherited from class org.apache.tapestry.html.BasePage |
getResponseContentType |
Methods inherited from class org.apache.tapestry.BaseComponent |
addOuter, finishLoad, renderComponent |
Methods inherited from class org.apache.tapestry.AbstractComponent |
addAsset, addBody, addComponent, checkActiveLock, cleanupAfterRender, enterActiveState, finishLoad, format, format, format, format, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getComponent, getComponent, getComponents, getContainer, getId, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isInActiveState, isParameterBound, isRendering, pageEndRender, prepareForRender, render, renderBody, renderInformalParameters, setBinding, setContainer, setId, setNamespace, setPage, setProperty, toString |
Methods inherited from class org.apache.hivemind.impl.BaseLocatable |
getLocation, setLocation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.tapestry.IComponent |
addAsset, addBody, addComponent, enterActiveState, finishLoad, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getComponent, getComponent, getComponents, getContainer, getId, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isRendering, renderBody, setBinding, setContainer, setId, setNamespace, setPage, setProperty |
Methods inherited from interface org.apache.tapestry.IRender |
render |
Methods inherited from interface org.apache.hivemind.LocationHolder |
setLocation |
Methods inherited from interface org.apache.hivemind.Locatable |
getLocation |
Constructor Detail |
public FormEffects()
Method Detail |
public ListItemRenderer getListRenderer()
public void searchCountries(String search)
search
- The value to search onpublic void chooseCountry(IRequestCycle cycle)
cycle
- public void clearCountry(IRequestCycle cycle)
cycle
- public void chooseRegion(IRequestCycle cycle)
cycle
- public abstract Collection getSearchList()
searchCountries(String)
public abstract void setSearchList(Collection values)
public abstract Collection getLocaleList()
searchCountries(String)
public abstract void setLocaleList(Collection values)
public abstract void setCountry(Locale country)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |