A B C D E G H I L M N P R S T U W

A

addBody(IRender) - Method in class net.sf.beanform.BeanForm
 

B

BEAN_FORM_ATTRIBUTE - Static variable in class net.sf.beanform.BeanForm
 
BEAN_FORM_ROWS_ATTRIBUTE - Static variable in class net.sf.beanform.BeanFormRows
 
BeanForm - Class in net.sf.beanform
A form that provides edit capabilities for a Java bean.
BeanForm() - Constructor for class net.sf.beanform.BeanForm
 
BeanFormButtons - Class in net.sf.beanform
A low level BeanForm component that renders the save, cancel, refresh and delete buttons.
BeanFormButtons() - Constructor for class net.sf.beanform.BeanFormButtons
 
BeanFormComponent - Class in net.sf.beanform
Superclass for low level BeanForm components which must be wrapped by a BeanForm component.
BeanFormComponent() - Constructor for class net.sf.beanform.BeanFormComponent
 
BeanFormField - Class in net.sf.beanform
A low level BeanForm component that renders fields for all the properties.
BeanFormField() - Constructor for class net.sf.beanform.BeanFormField
 
BeanFormLabel - Class in net.sf.beanform
A low level BeanForm component that renders labels for all the properties.
BeanFormLabel() - Constructor for class net.sf.beanform.BeanFormLabel
 
BeanFormRowComponent - Class in net.sf.beanform
Superclass for low level BeanForm components which must be wrapped by a BeanFormRows component.
BeanFormRowComponent() - Constructor for class net.sf.beanform.BeanFormRowComponent
 
BeanFormRows - Class in net.sf.beanform
A low level BeanForm component that generates the rows for all the properties.
BeanFormRows() - Constructor for class net.sf.beanform.BeanFormRows
 
BeanProperty - Class in net.sf.beanform.prop
A property of a Java bean, identified by the owner class and the name of the property.
BeanPropertyEjb3 - Class in net.sf.beanform.prop
A property of a Java bean that has in addition been annotated with the Java Persistence API (EJB3) Column annotation.
BeanPropertyFactory - Class in net.sf.beanform.prop
Factory class for BeanProperty instances which allows us to choose an implementation dynamically, depending on the execution environment.
BeanPropertySqueezer - Class in net.sf.beanform.prop
Squeezes BeanProperty objects into and out of HTML and URLs.
BeanPropertySqueezer() - Constructor for class net.sf.beanform.prop.BeanPropertySqueezer
 
BOOLEAN_FIELD_ID - Static variable in class net.sf.beanform.BeanFormField
 

C

cacheByReal - Variable in class net.sf.beanform.util.StringCache
 
cacheByShort - Variable in class net.sf.beanform.util.StringCache
 
CHARS - Static variable in class net.sf.beanform.util.StringCache
 

D

DATE_FIELD_ID - Static variable in class net.sf.beanform.BeanFormField
 
debug(Object) - Method in class net.sf.beanform.util.Log
 
divideName(int) - Method in class net.sf.beanform.prop.BeanProperty
 

E

error(Throwable) - Method in class net.sf.beanform.util.Log
 
error(String, Throwable) - Method in class net.sf.beanform.util.Log
 
error(String) - Method in class net.sf.beanform.util.Log
 

G

getAnnotations() - Method in class net.sf.beanform.prop.BeanProperty
 
getBean() - Method in class net.sf.beanform.BeanForm
 
getBean() - Method in class net.sf.beanform.BeanFormRowComponent
 
getBeanForm() - Method in class net.sf.beanform.BeanFormComponent
 
getBeanProperties() - Method in class net.sf.beanform.BeanForm
 
getBeanSafely() - Method in class net.sf.beanform.BeanForm
 
getBooleanField() - Method in class net.sf.beanform.BeanFormLabel
 
getCancel() - Method in class net.sf.beanform.BeanForm
 
getChars(char[], int) - Static method in class net.sf.beanform.util.StringCache
 
getCustomField(BeanProperty) - Method in class net.sf.beanform.BeanFormComponent
 
getCustomFieldBlock(BeanProperty) - Method in class net.sf.beanform.BeanFormComponent
 
getDataClass() - Method in class net.sf.beanform.prop.BeanPropertySqueezer
 
getDateField() - Method in class net.sf.beanform.BeanFormLabel
 
getDelete() - Method in class net.sf.beanform.BeanForm
 
getFieldBlock(BeanProperty) - Method in class net.sf.beanform.BeanFormField
 
getIndex() - Method in class net.sf.beanform.BeanFormRows
 
getLabelBlock(BeanProperty) - Method in class net.sf.beanform.BeanFormLabel
 
getLogger(String) - Static method in class net.sf.beanform.util.Log
 
getLogger(Class) - Static method in class net.sf.beanform.util.Log
 
getLongStringField() - Method in class net.sf.beanform.BeanFormLabel
 
getName() - Method in class net.sf.beanform.prop.BeanProperty
 
getNumberField() - Method in class net.sf.beanform.BeanFormLabel
 
getOwnerClass() - Method in class net.sf.beanform.prop.BeanProperty
 
getPrefix() - Method in class net.sf.beanform.prop.BeanPropertySqueezer
 
getProperties() - Method in class net.sf.beanform.BeanForm
 
getProperties() - Method in class net.sf.beanform.BeanFormRows
 
getProperty() - Method in class net.sf.beanform.BeanFormRowComponent
 
getProperty() - Method in class net.sf.beanform.BeanFormRows
 
getRealVersion(String) - Method in class net.sf.beanform.util.StringCache
 
getRefresh() - Method in class net.sf.beanform.BeanForm
 
getSave() - Method in class net.sf.beanform.BeanForm
 
getShortStringField() - Method in class net.sf.beanform.BeanFormLabel
 
getShortVersion(String) - Method in class net.sf.beanform.util.StringCache
 
getTypeName() - Method in class net.sf.beanform.prop.BeanProperty
 
getValidatorList(BeanProperty, IComponent) - Method in class net.sf.beanform.BeanFormField
 
getValidators() - Method in class net.sf.beanform.prop.BeanProperty
 
getValidatorsBindingFactory() - Method in class net.sf.beanform.BeanFormField
 

H

hasCancel() - Method in class net.sf.beanform.BeanFormButtons
 
hasCustomField(BeanProperty) - Method in class net.sf.beanform.BeanFormComponent
 
hasDelete() - Method in class net.sf.beanform.BeanFormButtons
 
hasRefresh() - Method in class net.sf.beanform.BeanFormButtons
 
hasSave() - Method in class net.sf.beanform.BeanFormButtons
 

I

inferValidators() - Method in class net.sf.beanform.prop.BeanProperty
 
inferValidators() - Method in class net.sf.beanform.prop.BeanPropertyEjb3
 
info(Object) - Method in class net.sf.beanform.util.Log
 
isBoolean() - Method in class net.sf.beanform.prop.BeanProperty
 
isCustomized() - Method in class net.sf.beanform.BeanForm
 
isDate() - Method in class net.sf.beanform.prop.BeanProperty
 
isDebugEnabled() - Method in class net.sf.beanform.util.Log
 
isEditableType() - Method in class net.sf.beanform.prop.BeanProperty
 
isInfoEnabled() - Method in class net.sf.beanform.util.Log
 
isInsideAForm() - Method in class net.sf.beanform.BeanForm
 
isLongString() - Method in class net.sf.beanform.prop.BeanProperty
 
isNumber() - Method in class net.sf.beanform.prop.BeanProperty
 
isReadOnly() - Method in class net.sf.beanform.prop.BeanProperty
 
isShortString() - Method in class net.sf.beanform.prop.BeanProperty
 
isShortString() - Method in class net.sf.beanform.prop.BeanPropertyEjb3
 
isString() - Method in class net.sf.beanform.prop.BeanProperty
 
isTraceEnabled() - Method in class net.sf.beanform.util.Log
 

L

Log - Class in net.sf.beanform.util
Wraps the logging mechanism to make it easier to switch it out, should the need arise.
LONG_STRING_FIELD_ID - Static variable in class net.sf.beanform.BeanFormField
 

M

maxSize - Variable in class net.sf.beanform.util.StringCache
 

N

net.sf.beanform - package net.sf.beanform
 
net.sf.beanform.prop - package net.sf.beanform.prop
 
net.sf.beanform.util - package net.sf.beanform.util
 
newBeanProperty(Class, String, String) - Static method in class net.sf.beanform.prop.BeanPropertyFactory
 
NUMBER_FIELD_ID - Static variable in class net.sf.beanform.BeanFormField
 

P

pageDetached(PageEvent) - Method in class net.sf.beanform.BeanForm
 

R

renderComponent(IMarkupWriter, IRequestCycle) - Method in class net.sf.beanform.BeanForm
 
renderComponent(IMarkupWriter, IRequestCycle) - Method in class net.sf.beanform.BeanFormRows
 

S

setBean(Object) - Method in class net.sf.beanform.BeanForm
 
setCancel(IActionListener) - Method in class net.sf.beanform.BeanForm
 
setDelete(IActionListener) - Method in class net.sf.beanform.BeanForm
 
setIndex(int) - Method in class net.sf.beanform.BeanFormRows
 
setProperties(String) - Method in class net.sf.beanform.BeanForm
 
setProperty(BeanProperty) - Method in class net.sf.beanform.BeanFormRows
 
setRefresh(IActionListener) - Method in class net.sf.beanform.BeanForm
 
setSave(IActionListener) - Method in class net.sf.beanform.BeanForm
 
SHORT_STRING_FIELD_ID - Static variable in class net.sf.beanform.BeanFormField
 
squeeze(DataSqueezer, Object) - Method in class net.sf.beanform.prop.BeanPropertySqueezer
 
StringCache - Class in net.sf.beanform.util
A thread-safe cache of strings that allows aliasing of long strings to smaller strings that can then be used to reverse the process.
StringCache(int) - Constructor for class net.sf.beanform.util.StringCache
 

T

toString() - Method in class net.sf.beanform.prop.BeanProperty
 
trace(Object) - Method in class net.sf.beanform.util.Log
 

U

unsqueeze(DataSqueezer, String) - Method in class net.sf.beanform.prop.BeanPropertySqueezer
 

W

warn(Object) - Method in class net.sf.beanform.util.Log
 

A B C D E G H I L M N P R S T U W

Copyright © 2006 Daniel Gredler. All Rights Reserved.