|
||||||||||
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.pages.ajax.TreeExample
public abstract class TreeExample
Constructor Summary | |
---|---|
TreeExample()
|
Method Summary | |
---|---|
void |
collapseAll(org.apache.tapestry.IRequestCycle cycle)
Collapses all nodes |
void |
expandAll(org.apache.tapestry.IRequestCycle cycle)
Makes all nodes visible |
abstract AjaxWebRequest |
getAjaxWebRequest()
Injected ajax request |
ITreeContentProvider |
getContentProvider()
Gets the content provider |
abstract Set |
getFileState()
the tree state |
protected File |
getIntersectingParent(File f1,
File f2)
If specified files are both contained by a parent file, that isn't the file returned from getRootPath() this method returns that file. |
IKeyProvider |
getKeyProvider()
Gets the key provider |
abstract File |
getSelectedFile()
get file |
ITreeManager |
getTreeManager()
The tree manager |
void |
revealSelected(org.apache.tapestry.IRequestCycle cycle)
Reveals a particular node |
void |
select(org.apache.tapestry.IRequestCycle cycle)
Selects a file |
abstract void |
setSelectedFile(File file)
sets file |
Methods inherited from class org.apache.tapestry.html.BasePage |
---|
getResponseContentType |
Methods inherited from class org.apache.tapestry.AbstractPage |
---|
addPageAttachListener, addPageBeginRenderListener, addPageDetachListener, addPageEndRenderListener, addPageRenderListener, addPageValidateListener, attach, beginPageRender, beginResponse, detach, endPageRender, firePageAttached, firePageBeginRender, firePageDetached, firePageEndRender, firePageValidate, getChangeObserver, getEngine, getExtendedId, getGlobal, getIdPath, getLocale, getNestedComponent, getOutputEncoding, getPageName, getRequestCycle, getVisit, initialize, removePageAttachListener, removePageBeginRenderListener, removePageDetachListener, removePageEndRenderListener, removePageRenderListener, removePageValidateListener, renderPage, setChangeObserver, setLocale, setPageName, validate |
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, getComponents, getContainedComponent, getContainer, getId, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isInActiveState, isParameterBound, isRendering, pageEndRender, prepareForRender, render, renderBody, renderInformalParameters, setBinding, setContainedComponent, 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, getComponents, getContainedComponent, getContainer, getId, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isRendering, renderBody, setBinding, setContainedComponent, 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 TreeExample()
Method Detail |
---|
public ITreeContentProvider getContentProvider()
public IKeyProvider getKeyProvider()
public void select(org.apache.tapestry.IRequestCycle cycle)
cycle
- protected File getIntersectingParent(File f1, File f2)
getRootPath()
this method returns that file.
f1
- f2
-
public void expandAll(org.apache.tapestry.IRequestCycle cycle)
cycle
- public void collapseAll(org.apache.tapestry.IRequestCycle cycle)
cycle
- public void revealSelected(org.apache.tapestry.IRequestCycle cycle)
cycle
- public ITreeManager getTreeManager()
public abstract File getSelectedFile()
public abstract void setSelectedFile(File file)
public abstract Set getFileState()
public abstract AjaxWebRequest getAjaxWebRequest()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |