Interface EditorConfiguration
-
- All Superinterfaces:
java.lang.Cloneable,UIComponentConfiguration
- All Known Implementing Classes:
DefaultEditorConfiguration
public interface EditorConfiguration extends UIComponentConfiguration, java.lang.Cloneable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EditorConfigurationclone()java.util.List<PropertyDescriptor>getAllPropertyDescriptors()java.util.List<EditorSectionConfiguration>getSections()voidsetSections(java.util.List<EditorSectionConfiguration> sections)
-
-
-
Method Detail
-
getSections
java.util.List<EditorSectionConfiguration> getSections()
-
setSections
void setSections(java.util.List<EditorSectionConfiguration> sections)
-
getAllPropertyDescriptors
java.util.List<PropertyDescriptor> getAllPropertyDescriptors()
-
clone
EditorConfiguration clone() throws java.lang.CloneNotSupportedException
- Throws:
java.lang.CloneNotSupportedException
-
-