Class BeanValidationEditorDriverGenerator


  • public class BeanValidationEditorDriverGenerator
    extends com.google.gwt.editor.rebind.AbstractEditorDriverGenerator
    Generates implementations of BeanValidationEditorDriver.
    • Constructor Detail

      • BeanValidationEditorDriverGenerator

        public BeanValidationEditorDriverGenerator()
      • BeanValidationEditorDriverGenerator

        public BeanValidationEditorDriverGenerator​(BeanHelperCache cache)
    • Method Detail

      • getDriverInterfaceType

        protected Class<?> getDriverInterfaceType()
        Specified by:
        getDriverInterfaceType in class com.google.gwt.editor.rebind.AbstractEditorDriverGenerator
      • getDriverSuperclassType

        protected Class<?> getDriverSuperclassType()
        Specified by:
        getDriverSuperclassType in class com.google.gwt.editor.rebind.AbstractEditorDriverGenerator
      • getEditorDelegateType

        protected Class<?> getEditorDelegateType()
        Specified by:
        getEditorDelegateType in class com.google.gwt.editor.rebind.AbstractEditorDriverGenerator
      • mutableObjectExpression

        protected String mutableObjectExpression​(com.google.gwt.editor.rebind.model.EditorData data,
                                                 String sourceObjectExpression)
        Specified by:
        mutableObjectExpression in class com.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:
        writeAdditionalContent in class com.google.gwt.editor.rebind.AbstractEditorDriverGenerator
        Throws:
        com.google.gwt.core.ext.UnableToCompleteException