org.richfaces.event
Class DropListenerBinding
java.lang.Object
org.richfaces.event.DropListenerBinding
- All Implemented Interfaces:
- java.util.EventListener, javax.faces.component.StateHolder, javax.faces.event.FacesListener, DropListener
public class DropListenerBinding
- extends java.lang.Object
- implements DropListener, javax.faces.component.StateHolder
Wrapper for bind DrolListener to EL expression.
- Author:
- shura
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DropListenerBinding
public DropListenerBinding()
DropListenerBinding
public DropListenerBinding(javax.faces.el.ValueBinding binding)
- Parameters:
binding -
processDrop
public void processDrop(DropEvent event)
- Description copied from interface:
DropListener
- Process event on Drop for this component.
- Specified by:
processDrop in interface DropListener
isTransient
public boolean isTransient()
- Specified by:
isTransient in interface javax.faces.component.StateHolder
restoreState
public void restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
- Specified by:
restoreState in interface javax.faces.component.StateHolder
saveState
public java.lang.Object saveState(javax.faces.context.FacesContext context)
- Specified by:
saveState in interface javax.faces.component.StateHolder
setTransient
public void setTransient(boolean newTransientValue)
- Specified by:
setTransient in interface javax.faces.component.StateHolder
getDragType
public java.lang.String getDragType()
- Returns:
- the dragType
setDragType
public void setDragType(java.lang.String dragType)
- Parameters:
dragType - the dragType to set
setDragTypeBinding
public void setDragTypeBinding(javax.faces.el.ValueBinding dragTypeBinding)
- Parameters:
dragTypeBinding - the dragTypeBinding to set
Copyright © 2007. All Rights Reserved.