| java.lang.Object com.google.gwt.dev.util.xml.HandlerArgs
HandlerArgs | public class HandlerArgs (Code) | | A set of args for a given set of parameters, some of which may be set to
default values.
|
convertToArg | public Object convertToArg(int i) throws UnableToCompleteException(Code) | | the argument converted to a form that is expected to compatiblewith the associated parameter and will work for a reflection"invoke()" call |
getArgCount | public int getArgCount()(Code) | | |
isArgSet | public boolean isArgSet(int i)(Code) | | |
setArg | public boolean setArg(String attrName, String attrValue)(Code) | | true if the param for the specified attribute wasset; false if no matching param was found |
|
|