Renderers
a chance to inform a generic {@link org.apache.myfaces.trinidad.component.UIXComponent} that some portion of it's appearancehas been manipulated. For example, a "splitter" panel renderer could indicate that the proportions of the splitter have changed. AttributeChangeEvents
are not delivered in response to programmatic manipulation of a renderer-specific attribute. They must be explicitly queued by a Renderer
when it detects that the user had manipulated the component. Developers should not abuse this event as a one-size-fits-all generic component event. When a generic component event changes - like "value" or "disclosed", deliver a strongly-typed component event such as ValueChangeEvent
or {@link DisclosureEvent}.
@version $Name: $ ($Revision: adfrt/faces/adf-faces-api/src/main/java/oracle/adf/view/faces/event/AttributeChangeEvent.java#0 $) $Date: 10-nov-2005.19:08:59 $
@author The Oracle ADF Faces Team
|
|
|
|
|
|
|
|