org.riotfamily.forms
Interface BeanEditor

All Superinterfaces:
BackingObjectAware, NestedEditor
All Known Implementing Classes:
ContentMapEditor, Form, NestedForm, PagePropertiesEditor, SwitchCase

public interface BeanEditor
extends NestedEditor

Editor that is capable of editing Java Beans.


Method Summary
 void bind(Editor editor, String property)
           
 void setBeanClass(Class<?> beanClass)
           
 
Methods inherited from interface org.riotfamily.forms.NestedEditor
getEditor
 
Methods inherited from interface org.riotfamily.forms.BackingObjectAware
setBackingObject
 

Method Detail

setBeanClass

void setBeanClass(Class<?> beanClass)

bind

void bind(Editor editor,
          String property)