|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.validation.rebind.ValidatorCreator
public class ValidatorCreator
Class that creates the validator for the given input class
Constructor Summary | |
---|---|
ValidatorCreator(com.google.gwt.core.ext.TreeLogger logger,
com.google.gwt.core.ext.GeneratorContext context,
java.lang.String typeName)
Creates the generator from the parameters passed by the GWT compiler |
Method Summary | |
---|---|
java.lang.String |
createValidatorImplementation()
Uses a sourcecode writer to write the implementation of the class's validator that was indicated at construction. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ValidatorCreator(com.google.gwt.core.ext.TreeLogger logger, com.google.gwt.core.ext.GeneratorContext context, java.lang.String typeName)
logger
- context
- typeName
- Method Detail |
---|
public java.lang.String createValidatorImplementation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |