net.sf.beanform
Class InformalFilterAny

java.lang.Object
  extended by org.apache.hivemind.impl.BaseLocatable
      extended by org.apache.tapestry.AbstractComponent
          extended by org.apache.tapestry.components.Any
              extended by net.sf.beanform.InformalFilterAny
All Implemented Interfaces:
Locatable, LocationHolder, org.apache.tapestry.IComponent, org.apache.tapestry.IDirectEvent, org.apache.tapestry.internal.Component, org.apache.tapestry.IRender

public abstract class InformalFilterAny
extends org.apache.tapestry.components.Any

A specialized Any component that expects to be contained by a BeanForm instance and which cannot inherit informal bindings containing the BeanFormComponent.BINDING_OVERRIDE_SEPARATOR separator. Such bindings are meant to indicate that a specific property's input field should have a binding overriden with the value specified, and are not meant to be written to the final HTML.

Author:
Daniel Gredler

Field Summary
 
Fields inherited from class org.apache.tapestry.AbstractComponent
_body, _bodyCount
 
Constructor Summary
InformalFilterAny()
           
 
Method Summary
 void setBinding(String name, org.apache.tapestry.IBinding binding)
           
 
Methods inherited from class org.apache.tapestry.components.Any
getElement, renderComponent
 
Methods inherited from class org.apache.tapestry.AbstractComponent
addAsset, addBody, addComponent, checkActiveLock, cleanupAfterRender, enterActiveState, equals, finishLoad, finishLoad, generateClientId, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getBoundId, getClientId, getComponent, getComponents, getContainedComponent, getContainedRenderers, getContainer, getEventInvoker, getExtendedId, getId, getIdPath, getInnerRenderers, getListeners, getMessages, getNamespace, getPage, getRenderWorker, getSpecification, getSpecifiedId, getTemplateTagName, hasEvents, hashCode, isInActiveState, isParameterBound, isRendering, isStateful, pageEndRender, peekClientId, prepareForRender, render, renderBody, renderIdAttribute, renderInformalParameters, setClientId, setContainedComponent, setContainer, setHasEvents, setId, setNamespace, setPage, setTemplateTagName, toString, triggerEvent
 
Methods inherited from class org.apache.hivemind.impl.BaseLocatable
getLocation, setLocation
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.hivemind.LocationHolder
setLocation
 
Methods inherited from interface org.apache.hivemind.Locatable
getLocation
 

Constructor Detail

InformalFilterAny

public InformalFilterAny()
Method Detail

setBinding

public void setBinding(String name,
                       org.apache.tapestry.IBinding binding)
Specified by:
setBinding in interface org.apache.tapestry.IComponent
Overrides:
setBinding in class org.apache.tapestry.AbstractComponent


Copyright © 2005-2008 SourceForge.net. All Rights Reserved.