Package net.sf.beanform

Class Summary
BeanForm A form that provides edit capabilities for a Java Bean.
BeanFormButtons A low level BeanForm component that renders the save, cancel, refresh and delete buttons.
BeanFormComponent Superclass for low level BeanForm components which must be wrapped by a BeanForm component.
BeanFormField A low level BeanForm component that renders fields for all the properties.
BeanFormLabel A low level BeanForm component that renders labels for all the properties.
BeanFormRowComponent Superclass for low level BeanForm components which must be wrapped by a BeanFormRows component.
BeanFormRows A low level BeanForm component that generates the rows for all the properties.
InformalFilterAny 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.
LinkForm A form that expects to be contained by a BeanForm instance and whose direct service link corresponds to the containing BeanForm, rather than itself.
 



Copyright © 2006 Daniel Gredler. All Rights Reserved.