net.sf.beanform
Class InformalFilterAny
java.lang.Object
org.apache.hivemind.impl.BaseLocatable
org.apache.tapestry.AbstractComponent
org.apache.tapestry.components.Any
net.sf.beanform.InformalFilterAny
- All Implemented Interfaces:
- org.apache.hivemind.Locatable, org.apache.hivemind.LocationHolder, IComponent, IRender
public abstract class InformalFilterAny
- extends 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
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, getComponents, getContainedComponent, getContainer, getExtendedId, getId, getIdPath, getListeners, getMessage, getMessages, getNamespace, getPage, getProperty, getSpecification, isInActiveState, isParameterBound, isRendering, pageEndRender, prepareForRender, render, renderBody, renderInformalParameters, setContainedComponent, setContainer, setId, setNamespace, setPage, setProperty, toString |
Methods inherited from class org.apache.hivemind.impl.BaseLocatable |
getLocation, setLocation |
Methods inherited from interface org.apache.hivemind.LocationHolder |
setLocation |
Methods inherited from interface org.apache.hivemind.Locatable |
getLocation |
InformalFilterAny
public InformalFilterAny()
setBinding
public void setBinding(String name,
IBinding binding)
- Specified by:
setBinding
in interface IComponent
- Overrides:
setBinding
in class AbstractComponent
Copyright © 2006 Daniel Gredler. All Rights Reserved.