org.apache.myfaces.trinidaddemo.dialog
Class LaunchDialogBean

java.lang.Object
  extended by org.apache.myfaces.trinidaddemo.dialog.LaunchDialogBean

public class LaunchDialogBean
extends Object


Constructor Summary
LaunchDialogBean()
           
 
Method Summary
 void addParameter(LaunchEvent event)
           
 String doLaunch()
           
 UIXCommand getDummyCommand()
           
 UIXInput getInput()
           
 UIXInput getTableInput()
           
 void poll(PollEvent event)
           
 void returned(ReturnEvent event)
           
 void setDummyCommand(UIXCommand dummyCommand)
           
 void setInput(UIXInput input)
           
 void setTableInput(UIXInput tableInput)
           
 void tableReturned(ReturnEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LaunchDialogBean

public LaunchDialogBean()
Method Detail

getInput

public UIXInput getInput()

setInput

public void setInput(UIXInput input)

addParameter

public void addParameter(LaunchEvent event)

doLaunch

public String doLaunch()

returned

public void returned(ReturnEvent event)

poll

public void poll(PollEvent event)

getTableInput

public UIXInput getTableInput()

setTableInput

public void setTableInput(UIXInput tableInput)

tableReturned

public void tableReturned(ReturnEvent event)

getDummyCommand

public UIXCommand getDummyCommand()

setDummyCommand

public void setDummyCommand(UIXCommand dummyCommand)


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