org.riotfamily.pages.riot.form
Class PagePropertiesEditorBinder

java.lang.Object
  extended by org.springframework.beans.PropertyEditorRegistrySupport
      extended by org.riotfamily.forms.AbstractEditorBinder
          extended by org.riotfamily.components.riot.form.ContentContainerEditorBinder
              extended by org.riotfamily.pages.riot.form.PagePropertiesEditorBinder
All Implemented Interfaces:
EditorBinder, PropertyEditorRegistry

public class PagePropertiesEditorBinder
extends ContentContainerEditorBinder


Constructor Summary
PagePropertiesEditorBinder(Page page)
           
 
Method Summary
protected  ContentContainer createContainer()
           
 
Methods inherited from class org.riotfamily.components.riot.form.ContentContainerEditorBinder
getBackingObject, getBeanClass, getPropertyType, getPropertyValue, isEditingExistingBean, setBackingObjectInternal, setPropertyValue
 
Methods inherited from class org.riotfamily.forms.AbstractEditorBinder
bind, findEditorByProperty, getBindings, getBoundProperties, getEditor, getPropertyEditor, getPropertyPath, initEditors, populateBackingObject, registerPropertyEditors, replace, setBackingObject
 
Methods inherited from class org.springframework.beans.PropertyEditorRegistrySupport
copyCustomEditorsTo, copyDefaultEditorsTo, findCustomEditor, getDefaultEditor, guessPropertyTypeFromEditors, hasCustomEditorForElement, isSharedEditor, registerCustomEditor, registerCustomEditor, registerDefaultEditors, registerSharedEditor, useConfigValueEditors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.springframework.beans.PropertyEditorRegistry
findCustomEditor, registerCustomEditor, registerCustomEditor
 

Constructor Detail

PagePropertiesEditorBinder

public PagePropertiesEditorBinder(Page page)
Method Detail

createContainer

protected ContentContainer createContainer()
Overrides:
createContainer in class ContentContainerEditorBinder