|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EditorBinding
Provides information about a bound editor.
Method Summary | |
---|---|
Class<?> |
getBeanClass()
Returns the type of the bean the property belongs to. |
Editor |
getEditor()
Returns the Editor. |
EditorBinder |
getEditorBinder()
Returns the EditorBinder. |
String |
getProperty()
Returns the property name. |
PropertyEditor |
getPropertyEditor()
Returns a PropertyEditor capable of handling the property type. |
String |
getPropertyPath()
Returns the property path. |
Class<?> |
getPropertyType()
Returns the type of the property. |
Object |
getValue()
Returns the actual property value. |
boolean |
isEditingExistingBean()
Returns whether the edited bean existed before, or whether it was created by the current form. |
Method Detail |
---|
EditorBinder getEditorBinder()
Editor getEditor()
String getProperty()
Object getValue()
Class<?> getBeanClass()
String getPropertyPath()
Class<?> getPropertyType()
PropertyEditor getPropertyEditor()
boolean isEditingExistingBean()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |