Class BeanValidationEditorDriverGenerator
- java.lang.Object
-
- com.google.gwt.core.ext.Generator
-
- com.google.gwt.editor.rebind.AbstractEditorDriverGenerator
-
- de.knightsoftnet.validators.rebind.BeanValidationEditorDriverGenerator
-
public class BeanValidationEditorDriverGenerator extends com.google.gwt.editor.rebind.AbstractEditorDriverGeneratorGenerates implementations ofBeanValidationEditorDriver.
-
-
Constructor Summary
Constructors Constructor Description BeanValidationEditorDriverGenerator()BeanValidationEditorDriverGenerator(BeanHelperCache cache)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Class<?>getDriverInterfaceType()protected Class<?>getDriverSuperclassType()protected Class<?>getEditorDelegateType()protected StringmutableObjectExpression(com.google.gwt.editor.rebind.model.EditorData data, String sourceObjectExpression)protected voidwriteAdditionalContent(com.google.gwt.core.ext.TreeLogger logger, com.google.gwt.core.ext.GeneratorContext context, com.google.gwt.editor.rebind.model.EditorModel model, com.google.gwt.user.rebind.SourceWriter sw)
-
-
-
Constructor Detail
-
BeanValidationEditorDriverGenerator
public BeanValidationEditorDriverGenerator()
-
BeanValidationEditorDriverGenerator
public BeanValidationEditorDriverGenerator(BeanHelperCache cache)
-
-
Method Detail
-
getDriverInterfaceType
protected Class<?> getDriverInterfaceType()
- Specified by:
getDriverInterfaceTypein classcom.google.gwt.editor.rebind.AbstractEditorDriverGenerator
-
getDriverSuperclassType
protected Class<?> getDriverSuperclassType()
- Specified by:
getDriverSuperclassTypein classcom.google.gwt.editor.rebind.AbstractEditorDriverGenerator
-
getEditorDelegateType
protected Class<?> getEditorDelegateType()
- Specified by:
getEditorDelegateTypein classcom.google.gwt.editor.rebind.AbstractEditorDriverGenerator
-
mutableObjectExpression
protected String mutableObjectExpression(com.google.gwt.editor.rebind.model.EditorData data, String sourceObjectExpression)
- Specified by:
mutableObjectExpressionin classcom.google.gwt.editor.rebind.AbstractEditorDriverGenerator
-
writeAdditionalContent
protected void writeAdditionalContent(com.google.gwt.core.ext.TreeLogger logger, com.google.gwt.core.ext.GeneratorContext context, com.google.gwt.editor.rebind.model.EditorModel model, com.google.gwt.user.rebind.SourceWriter sw) throws com.google.gwt.core.ext.UnableToCompleteException- Overrides:
writeAdditionalContentin classcom.google.gwt.editor.rebind.AbstractEditorDriverGenerator- Throws:
com.google.gwt.core.ext.UnableToCompleteException
-
-