|
||||||||||
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 net.sf.tacos.ajax.components.DropTarget
public abstract class DropTarget
Drag and drop component. Using the supplied list of draggable components/html elements creates a drop target area that dragged items can be added to.
Constructor Summary | |
---|---|
DropTarget()
|
Method Summary | |
---|---|
abstract Collection |
getAcceptsTagType()
Type of tags target accepts |
abstract AjaxWebRequest |
getAjaxWebRequest()
Injected ajax request |
abstract Object |
getDragSource()
List item source parameter |
abstract String |
getDragSourceClass()
Drag source class |
abstract String |
getDragSourceElement()
Drag source element |
abstract AjaxDirectLink |
getDragSourceLink()
Action to take when element dropped onto target |
abstract String |
getDragSourceTag()
Drag source tag |
abstract String |
getOnDragOut()
Drag out action |
abstract String |
getOnDragOver()
Drag over action |
abstract String |
getOnDrop()
Drop action |
abstract org.apache.tapestry.IScript |
getScript()
Autocompleter script |
abstract boolean |
isInsertDragSource()
Whether or not to allow insertion of source element |
protected void |
renderComponent(org.apache.tapestry.IMarkupWriter writer,
org.apache.tapestry.IRequestCycle cycle)
|
Methods inherited from class org.apache.tapestry.BaseComponent |
---|
addOuter, finishLoad |
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, getExtendedId, getId, getIdPath, 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, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getComponent, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, 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 DropTarget()
Method Detail |
---|
public abstract AjaxWebRequest getAjaxWebRequest()
public abstract org.apache.tapestry.IScript getScript()
public abstract Collection getAcceptsTagType()
public abstract Object getDragSource()
public abstract String getDragSourceElement()
public abstract String getDragSourceClass()
public abstract String getDragSourceTag()
public abstract AjaxDirectLink getDragSourceLink()
public abstract boolean isInsertDragSource()
public abstract String getOnDragOver()
public abstract String getOnDragOut()
public abstract String getOnDrop()
protected void renderComponent(org.apache.tapestry.IMarkupWriter writer, org.apache.tapestry.IRequestCycle cycle)
renderComponent
in class org.apache.tapestry.BaseComponent
AbstractComponent.renderComponent(org.apache.tapestry.IMarkupWriter,
org.apache.tapestry.IRequestCycle)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |