public final class Binding extends Object
Constructor and Description |
---|
Binding(String property,
com.google.gwt.user.client.ui.Widget widget,
Converter<?,?> converter,
com.google.gwt.event.shared.HandlerRegistration handlerRegistration) |
Modifier and Type | Method and Description |
---|---|
Converter<?,?> |
getConverter() |
com.google.gwt.event.shared.HandlerRegistration |
getHandlerRegistration() |
String |
getProperty() |
com.google.gwt.user.client.ui.Widget |
getWidget() |
void |
removeHandler() |
String |
toString() |
public String getProperty()
public Converter<?,?> getConverter()
public com.google.gwt.user.client.ui.Widget getWidget()
public com.google.gwt.event.shared.HandlerRegistration getHandlerRegistration()
public void removeHandler()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.