|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.hivemind.impl.BaseLocatable
org.apache.tapestry.AbstractComponent
org.apache.tapestry.BaseComponent
net.sf.beanform.BeanFormComponent
net.sf.beanform.BeanFormRowComponent
net.sf.beanform.BeanFormField
public abstract class BeanFormField
A low level BeanForm component that renders fields for all the properties.
This component must be wrapped by a BeanFormRows component.
| Field Summary | |
|---|---|
static java.lang.String |
BOOLEAN_FIELD_ID
|
static java.lang.String |
DATE_FIELD_ID
|
static java.lang.String |
LONG_STRING_FIELD_ID
|
static java.lang.String |
NUMBER_FIELD_ID
|
static java.lang.String |
SHORT_STRING_FIELD_ID
|
| Constructor Summary | |
|---|---|
BeanFormField()
|
|
| Method Summary | |
|---|---|
org.apache.tapestry.IComponent |
getFieldBlock(BeanProperty property)
|
java.util.List |
getValidatorList(BeanProperty property,
org.apache.tapestry.IComponent component)
|
abstract org.apache.tapestry.binding.BindingFactory |
getValidatorsBindingFactory()
|
| Methods inherited from class net.sf.beanform.BeanFormRowComponent |
|---|
getBean, getProperty |
| Methods inherited from class net.sf.beanform.BeanFormComponent |
|---|
getBeanForm, getCustomField, getCustomFieldBlock, hasCustomField |
| 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, 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 |
| Field Detail |
|---|
public static final java.lang.String SHORT_STRING_FIELD_ID
public static final java.lang.String LONG_STRING_FIELD_ID
public static final java.lang.String BOOLEAN_FIELD_ID
public static final java.lang.String NUMBER_FIELD_ID
public static final java.lang.String DATE_FIELD_ID
| Constructor Detail |
|---|
public BeanFormField()
| Method Detail |
|---|
public abstract org.apache.tapestry.binding.BindingFactory getValidatorsBindingFactory()
public org.apache.tapestry.IComponent getFieldBlock(BeanProperty property)
public java.util.List getValidatorList(BeanProperty property,
org.apache.tapestry.IComponent component)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||