org.riotfamily.forms.controller
Class AjaxResponse.Action

java.lang.Object
  extended by org.riotfamily.forms.controller.AjaxResponse.Action
Enclosing class:
AjaxResponse

public static class AjaxResponse.Action
extends Object


Constructor Summary
AjaxResponse.Action(String command, String element)
           
AjaxResponse.Action(String command, String element, String value)
           
AjaxResponse.Action(String command, String element, String value, String trigger)
           
 
Method Summary
 String getCommand()
           
 String getElement()
           
 String getTrigger()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AjaxResponse.Action

public AjaxResponse.Action(String command,
                           String element)

AjaxResponse.Action

public AjaxResponse.Action(String command,
                           String element,
                           String value)

AjaxResponse.Action

public AjaxResponse.Action(String command,
                           String element,
                           String value,
                           String trigger)
Method Detail

getCommand

public String getCommand()

getElement

public String getElement()

getValue

public String getValue()

getTrigger

public String getTrigger()