com.adobe.idp.dsc.propertyeditor
Interface UIComponent


public interface UIComponent

This interface specifies the basic requirements of a UIComponent implementation. It is expected that another interface/contract will be provided for each supported presentation platform that extends this one.


Method Summary
 void setPropertyContext(PropertyContext aCtx)
          Sets the PropertyContext for this UIComponent, providing access to the current property value as well as to all the values provided by this PropertySheet.
 

Method Detail

setPropertyContext

void setPropertyContext(PropertyContext aCtx)
Sets the PropertyContext for this UIComponent, providing access to the current property value as well as to all the values provided by this PropertySheet.

Parameters:
aCtx - The property context.


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