org.apache.myfaces.trinidaddemo
Class ReorderTest

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.ReorderTest

public class ReorderTest
extends Object


Constructor Summary
ReorderTest()
           
 
Method Summary
 void add(javax.faces.event.ActionEvent event)
           
 javax.faces.component.UIComponent getPanel()
           
 void remove(javax.faces.event.ActionEvent event)
           
 void removeFirst(javax.faces.event.ActionEvent event)
           
 void removeSeparator(javax.faces.event.ActionEvent event)
           
 void rotate(javax.faces.event.ActionEvent event)
           
 void setPanel(javax.faces.component.UIComponent panel)
           
 void setSeparator(javax.faces.event.ActionEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReorderTest

public ReorderTest()
Method Detail

setPanel

public void setPanel(javax.faces.component.UIComponent panel)

getPanel

public javax.faces.component.UIComponent getPanel()

add

public void add(javax.faces.event.ActionEvent event)

remove

public void remove(javax.faces.event.ActionEvent event)

removeFirst

public void removeFirst(javax.faces.event.ActionEvent event)

rotate

public void rotate(javax.faces.event.ActionEvent event)

removeSeparator

public void removeSeparator(javax.faces.event.ActionEvent event)

setSeparator

public void setSeparator(javax.faces.event.ActionEvent event)


Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.