org.apache.myfaces.trinidad.change
Interface ChangeMarker


public interface ChangeMarker

Interface for Marking a change on a different component.


Method Summary
 java.lang.String getChangeTargetComponentScopedId()
          Get the identifier for the target component on which a change needs to be applied.
 

Method Detail

getChangeTargetComponentScopedId

java.lang.String getChangeTargetComponentScopedId()
Get the identifier for the target component on which a change needs to be applied. This id should be a absolute id scoped from the UIViewRoot and the generation algorithm should reverse match that of UIComponent.findComponent(). In other words, call to findComponent() on any component in the view tree should be able to successfully return given the id that this method returns.

Returns:
The unique absolute identifier for target component.


Copyright © 2001-2008 The Apache Software Foundation. All Rights Reserved.