Interface BehaviorHolderAttachedObjectHandler
- All Superinterfaces:
AttachedObjectHandler
- All Known Implementing Classes:
BehaviorHandler
Represent an attached object that is a BehaviorHolder in a VDL page.
-
Method Summary
Modifier and TypeMethodDescriptionReturn the client event name to which this behavior applies.Methods inherited from interface AttachedObjectHandler
applyAttachedObject, getForModifier and TypeMethodDescriptionvoidapplyAttachedObject(FacesContext context, UIComponent parent) Take the argumentparentand apply this attached object to it.getFor()Return the value of the "for" attribute specified by the page author on the tag for thisAttachedObjectHandler.
-
Method Details
-
getEventName
String getEventName()Return the client event name to which this behavior applies.
- Returns:
- the client event name for this behavior
- Since:
- 2.0
-