RichFaces Showcase 4.3.0.Final

org.richfaces.demo.dragdrop
Class DragDropBean

java.lang.Object
  extended by org.richfaces.demo.dragdrop.DragDropBean
All Implemented Interfaces:
Serializable

public class DragDropBean
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
DragDropBean()
           
 
Method Summary
 Collection<Framework> getSource()
           
 Collection<Framework> getTarget()
           
 List<Framework> getTargetCF()
           
 List<Framework> getTargetDotNet()
           
 List<Framework> getTargetPHP()
           
 void moveFramework(Framework framework)
           
 void reset()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DragDropBean

public DragDropBean()
Method Detail

getSource

public Collection<Framework> getSource()

getTarget

public Collection<Framework> getTarget()

getTargetPHP

public List<Framework> getTargetPHP()

getTargetDotNet

public List<Framework> getTargetDotNet()

getTargetCF

public List<Framework> getTargetCF()

moveFramework

public void moveFramework(Framework framework)

reset

public void reset()

RichFaces Showcase 4.3.0.Final

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.