javax.faces.view
Interface BehaviorHolderAttachedObjectHandler

All Superinterfaces:
AttachedObjectHandler
All Known Implementing Classes:
BehaviorHandler

public interface BehaviorHolderAttachedObjectHandler
extends AttachedObjectHandler

Represent an attached object that is a BehaviorHolder in a VDL page.


Method Summary
 String getEventName()
          

Return the client event name to which this behavior applies.

 
Methods inherited from interface javax.faces.view.AttachedObjectHandler
applyAttachedObject, getFor
 

Method Detail

getEventName

String getEventName()

Return the client event name to which this behavior applies.

Since:
2.0


Copyright © 2002-2010 Oracle America, Inc. All Rights Reserved.