All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.googlecode.gwt.test.internal.patchers.CellBasedWidgetImplStandardPatcher Maven / Gradle / Ivy

There is a newer version: 0.63
Show newest version
package com.googlecode.gwt.test.internal.patchers;

import com.google.gwt.dom.client.Element;
import com.googlecode.gwt.test.patchers.PatchClass;
import com.googlecode.gwt.test.patchers.PatchMethod;

@PatchClass(target = "com.google.gwt.user.cellview.client.CellBasedWidgetImplStandard")
class CellBasedWidgetImplStandardPatcher {

    @PatchMethod
    static void initEventSystem(Object cellBasedWidgetImplStandard) {

    }

    @PatchMethod
    static void markDisposeEventImpl(Object cellBasedWidgetImplStandard, Element elem,
                                     String typeName) {

    }

    @PatchMethod
    static void sinkEventImpl(Object cellBasedWidgetImplStandard, Element elem, String typeName) {

    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy