|
||||||||||
| 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 String |
CHECKBOX_FIELD_ID
|
static String |
DATEPICKER_FIELD_ID
|
static String |
INSERT_FIELD_ID
|
static String |
PROPERTYSELECTION_FIELD_ID
|
static String |
TEXTAREA_FIELD_ID
|
static String |
TEXTFIELD_FIELD_ID
|
static String |
UPLOAD_FIELD_ID
|
| Fields inherited from class org.apache.tapestry.AbstractComponent |
|---|
_body, _bodyCount |
| Constructor Summary | |
|---|---|
BeanFormField()
|
|
| Method Summary | |
|---|---|
boolean |
getDisabled()
|
org.apache.tapestry.IComponent |
getFieldBlock()
|
String |
getFieldId()
|
org.apache.tapestry.form.IPropertySelectionModel |
getPropertySelectionModel()
|
abstract CachingValidatorFactory |
getValidatorFactory()
|
List<org.apache.tapestry.form.validator.Validator> |
getValidators()
|
Object |
getValue()
|
void |
setValue(Object value)
|
| Methods inherited from class net.sf.beanform.BeanFormRowComponent |
|---|
addExtraBindings, getBean, getCustomField, getCustomFieldBlock, getDisplayName, getProperty |
| Methods inherited from class net.sf.beanform.BeanFormComponent |
|---|
getBeanForm, getCustomField, getCustomFieldBlock, getCustomFieldBlockName, getCustomFieldName, getPropertySelectionModel, getSiblingComponent, hasCustomField, hasPropertySelectionModel |
| Methods inherited from class org.apache.tapestry.BaseComponent |
|---|
addOuter, finishLoad, getContainedRenderers, getInnerRenderers, renderComponent |
| Methods inherited from class org.apache.tapestry.AbstractComponent |
|---|
addAsset, addBody, addComponent, checkActiveLock, cleanupAfterRender, enterActiveState, equals, finishLoad, generateClientId, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getBody, getBodyCount, getBoundId, getClientId, getComponent, getComponents, getContainedComponent, getContainer, getEventInvoker, getExtendedId, getId, getIdPath, getListeners, getMessages, getNamespace, getPage, getRenderWorker, getSpecification, getSpecifiedId, getTemplateTagName, hasEvents, hashCode, isInActiveState, isParameterBound, isRendering, isStateful, pageEndRender, peekClientId, prepareForRender, render, renderBody, renderIdAttribute, renderInformalParameters, setBinding, 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.tapestry.IComponent |
|---|
addAsset, addBody, addComponent, enterActiveState, getAsset, getAssets, getBeans, getBinding, getBindingNames, getBindings, getClientId, getComponent, getComponents, getContainedComponent, getContainer, getEventInvoker, getExtendedId, getId, getIdPath, getListeners, getMessages, getNamespace, getPage, getSpecification, getSpecifiedId, getTemplateTagName, isRendering, peekClientId, renderBody, setBinding, setClientId, setContainedComponent, setContainer, setId, setNamespace, setPage, setTemplateTagName |
| 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 String PROPERTYSELECTION_FIELD_ID
public static final String TEXTFIELD_FIELD_ID
public static final String TEXTAREA_FIELD_ID
public static final String CHECKBOX_FIELD_ID
public static final String DATEPICKER_FIELD_ID
public static final String UPLOAD_FIELD_ID
public static final String INSERT_FIELD_ID
| Constructor Detail |
|---|
public BeanFormField()
| Method Detail |
|---|
public abstract CachingValidatorFactory getValidatorFactory()
public org.apache.tapestry.IComponent getFieldBlock()
public String getFieldId()
public Object getValue()
public void setValue(Object value)
public boolean getDisabled()
public List<org.apache.tapestry.form.validator.Validator> getValidators()
public org.apache.tapestry.form.IPropertySelectionModel getPropertySelectionModel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||