org.apache.myfaces.html5.handler
Class DragSourceBehaviorHandler
java.lang.Object
javax.faces.view.facelets.TagHandler
javax.faces.view.facelets.MetaTagHandler
javax.faces.view.facelets.DelegatingMetaTagHandler
javax.faces.view.facelets.FaceletsAttachedObjectHandler
javax.faces.view.facelets.BehaviorHandler
org.apache.myfaces.html5.handler.DragSourceBehaviorHandler
- All Implemented Interfaces:
- javax.faces.view.AttachedObjectHandler, javax.faces.view.BehaviorHolderAttachedObjectHandler, javax.faces.view.facelets.FaceletHandler
@JSFFaceletTag(name="fx:dragSource",
behaviorClass="org.apache.myfaces.html5.behavior.DragSourceBehavior")
public class DragSourceBehaviorHandler- extends javax.faces.view.facelets.BehaviorHandler
Tag handler for DragSourceBehavior. Sets the "draggable" attribute of the parent and attaches the behavior to
the parent.
- Author:
- Ali Ok
| Fields inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler |
delegateFactory |
| Fields inherited from class javax.faces.view.facelets.TagHandler |
nextHandler, tag, tagId |
|
Method Summary |
void |
apply(javax.faces.view.facelets.FaceletContext faceletContext,
javax.faces.component.UIComponent parent)
|
| Methods inherited from class javax.faces.view.facelets.BehaviorHandler |
getBehaviorId, getEvent, getEventName, getTagHandlerDelegate |
| Methods inherited from class javax.faces.view.facelets.FaceletsAttachedObjectHandler |
applyAttachedObject, getAttachedObjectHandlerHelper, getFor |
| Methods inherited from class javax.faces.view.facelets.DelegatingMetaTagHandler |
applyNextHandler, createMetaRuleset, getBinding, getTag, getTagAttribute, getTagId, isDisabled, setAttributes |
| Methods inherited from class javax.faces.view.facelets.TagHandler |
getAttribute, getRequiredAttribute, toString |
| Methods inherited from interface javax.faces.view.AttachedObjectHandler |
applyAttachedObject, getFor |
DragSourceBehaviorHandler
public DragSourceBehaviorHandler(javax.faces.view.facelets.BehaviorConfig config)
apply
public void apply(javax.faces.view.facelets.FaceletContext faceletContext,
javax.faces.component.UIComponent parent)
- Specified by:
apply in interface javax.faces.view.facelets.FaceletHandler- Overrides:
apply in class javax.faces.view.facelets.DelegatingMetaTagHandler
Copyright © 2011 The Apache Software Foundation. All Rights Reserved.