Uses of Class
org.xulfaces.bridge.Parameter

Packages that use Parameter
org.xulfaces.bridge   
org.xulfaces.bridge.command   
 

Uses of Parameter in org.xulfaces.bridge
 

Methods in org.xulfaces.bridge that return types with arguments of type Parameter
 java.util.List<Parameter> Command.getParameters()
          A Command owns a List of Parameter.
 

Uses of Parameter in org.xulfaces.bridge.command
 

Methods in org.xulfaces.bridge.command that return types with arguments of type Parameter
 java.util.List<Parameter> AbstractCommand.getParameters()
           
 

Methods in org.xulfaces.bridge.command with parameters of type Parameter
protected  void AbstractCommand.addParameter(Parameter parameter)
           
 

Method parameters in org.xulfaces.bridge.command with type arguments of type Parameter
 void AbstractCommand.setParameters(java.util.List<Parameter> parameters)
           
 



Copyright © 2007 null. All Rights Reserved.