com.adobe.idp.dsc.registry.infomodel
Interface CompositeEditorComponent

All Superinterfaces:
PropertyEditorComponent, java.io.Serializable

public interface CompositeEditorComponent
extends PropertyEditorComponent, java.io.Serializable

This class is the transfer object used to retrieve and store configuration information related to composite editor components used in PropertyEditor objects.


Field Summary
 
Fields inherited from interface com.adobe.idp.dsc.registry.infomodel.PropertyEditorComponent
ECLIPSE_IMPLEMENTATION, JSP_IMPLEMENTATION
 
Method Summary
 java.util.List getAttributes()
          Retrieves a list of attributes that make up the explicit configurations for a composite editor.
 java.lang.String getCompositeType()
          Retrieves the name of the class that defines the data model underlying a composite property editor.
 
Methods inherited from interface com.adobe.idp.dsc.registry.infomodel.PropertyEditorComponent
getArchiveId, getClassPath, getComponentId, getComponentVersion, getConfigurationType, getConverterClass, getCreateTime, getDescription, getDescriptor, getId, getMajorVersion, getMinorVersion, getSerializerClass, getUIComponentClass, getUpdateTime
 

Method Detail

getCompositeType

java.lang.String getCompositeType()
Retrieves the name of the class that defines the data model underlying a composite property editor.

Returns:
The class name.

getAttributes

java.util.List getAttributes()
Retrieves a list of attributes that make up the explicit configurations for a composite editor. An attribute can be either simple or composite, mapping to attribute and composite-object tags in the component.xml, respectively.

Returns:
A list of attributes that make up the explicit configurations for a composite editor.


[an error occurred while processing this directive] [an error occurred while processing this directive]