net.sf.tacos.partial
Class Part

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

Deprecated. Use new AjaxDirectService instead, areas don't need to br wrapped by Parts anymore.

public abstract class Part
extends AbstractComponent

Wraps components to be partially rendered.

Author:
phraktle

Field Summary
static String CURRENTID_ATTRIBUTE
          Deprecated.  
static String RENDERING_ATTRIBUTE
          Deprecated.  
 
Constructor Summary
Part()
          Deprecated.  
 
Method Summary
static String getCurrentId(IRequestCycle cycle)
          Deprecated.  
abstract  String getElement()
          Deprecated.  
abstract  String getPartId()
          Deprecated.  
abstract  boolean isOptimize()
          Deprecated.  
protected  void renderComponent(IMarkupWriter writer, IRequestCycle cycle)
          Deprecated.  
 
Methods inherited from class org.apache.tapestry.AbstractComponent
addAsset, addBody, addComponent, checkActiveLock, cleanupAfterRender, enterActiveState, finishLoad, 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 org.apache.hivemind.LocationHolder
setLocation
 
Methods inherited from interface org.apache.hivemind.Locatable
getLocation
 

Field Detail

CURRENTID_ATTRIBUTE

public static final String CURRENTID_ATTRIBUTE
Deprecated. 
See Also:
Constant Field Values

RENDERING_ATTRIBUTE

public static final String RENDERING_ATTRIBUTE
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

Part

public Part()
Deprecated. 
Method Detail

renderComponent

protected void renderComponent(IMarkupWriter writer,
                               IRequestCycle cycle)
Deprecated. 

getElement

public abstract String getElement()
Deprecated. 

getPartId

public abstract String getPartId()
Deprecated. 

isOptimize

public abstract boolean isOptimize()
Deprecated. 

getCurrentId

public static String getCurrentId(IRequestCycle cycle)
Deprecated.