Richfaces Examples: Richfaces Showcase Application 4.1.0.20110910-M2

org.richfaces.demo.dragdrop
Class DragDropBean

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

public class DragDropBean
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
DragDropBean()
           
 
Method Summary
 java.util.Collection<Framework> getSource()
           
 java.util.Collection<Framework> getTarget()
           
 java.util.List<Framework> getTargetCF()
           
 java.util.List<Framework> getTargetDotNet()
           
 java.util.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 java.util.Collection<Framework> getSource()

getTarget

public java.util.Collection<Framework> getTarget()

getTargetPHP

public java.util.List<Framework> getTargetPHP()

getTargetDotNet

public java.util.List<Framework> getTargetDotNet()

getTargetCF

public java.util.List<Framework> getTargetCF()

moveFramework

public void moveFramework(Framework framework)

reset

public void reset()

Richfaces Examples: Richfaces Showcase Application 4.1.0.20110910-M2

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.