org.richfaces.event
Interface DropSource

All Known Subinterfaces:
Dropzone

public interface DropSource

Interface for component applicable to process drag/drop events.

Author:
shura

Method Summary
 void addDropListener(DropListener listener)
          Append drop listener to component listeners collection
 javax.faces.el.MethodBinding getDropListener()
           
 DropListener[] getDropListeners()
          Get array of all Drop Listeners
 void removeDropListener(DropListener listener)
          Remove drop listener from component listeners array.
 void setDropListener(javax.faces.el.MethodBinding binding)
           
 

Method Detail

addDropListener

void addDropListener(DropListener listener)
Append drop listener to component listeners collection

Parameters:
listener -

getDropListeners

DropListener[] getDropListeners()
Get array of all Drop Listeners

Returns:

removeDropListener

void removeDropListener(DropListener listener)
Remove drop listener from component listeners array.

Parameters:
listener -

setDropListener

void setDropListener(javax.faces.el.MethodBinding binding)

getDropListener

javax.faces.el.MethodBinding getDropListener()


Copyright © 2010. All Rights Reserved.