net.sf.tacos.partial
Class PartialCall

java.lang.Object
  extended byorg.apache.hivemind.impl.BaseLocatable
      extended byorg.apache.tapestry.AbstractComponent
          extended byorg.apache.tapestry.BaseComponent
              extended bynet.sf.tacos.partial.PartialCall
All Implemented Interfaces:
IComponent, IDirect, IRender, ITemplateComponent, org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder, PartialTrigger

public abstract class PartialCall
extends BaseComponent
implements PartialTrigger


Constructor Summary
PartialCall()
           
 
Method Summary
 String getBasePartialServiceUrl()
           
abstract  Object getJsArgs()
           
 String getJsArrayOfArgs()
           
 String getJsArrayOfRefreshPartIds()
           
abstract  IActionListener getListener()
           
abstract  IEngineService getPartialService()
          Injected PartialService instance
abstract  Object getRefreshParts()
          Optional list of refresh part ids that should be rendered in addition to the main part.
 boolean isStateful()
           
 void trigger(IRequestCycle cycle)
           
 
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, getExtendedId, getId, getIdPath, 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 net.sf.tacos.partial.PartialTrigger
getPartId
 
Methods inherited from interface org.apache.tapestry.IComponent
addAsset, addBody, addComponent, enterActiveState, finishLoad, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getComponent, getComponent, getComponents, getContainer, getExtendedId, getId, getIdPath, 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

PartialCall

public PartialCall()
Method Detail

getListener

public abstract IActionListener getListener()

getRefreshParts

public abstract Object getRefreshParts()
Description copied from interface: PartialTrigger
Optional list of refresh part ids that should be rendered in addition to the main part.

Specified by:
getRefreshParts in interface PartialTrigger
Returns:
Object/list/array of part ids.

getJsArgs

public abstract Object getJsArgs()

getPartialService

public abstract IEngineService getPartialService()
Injected PartialService instance


trigger

public void trigger(IRequestCycle cycle)
Specified by:
trigger in interface IDirect

isStateful

public boolean isStateful()
Specified by:
isStateful in interface IDirect

getBasePartialServiceUrl

public String getBasePartialServiceUrl()

getJsArrayOfArgs

public String getJsArrayOfArgs()

getJsArrayOfRefreshPartIds

public String getJsArrayOfRefreshPartIds()