|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PropertyChangeHandler | |
---|---|
org.jboss.errai.databinding.client | |
org.jboss.errai.databinding.client.api | |
org.jboss.errai.ui.shared.api.style |
Uses of PropertyChangeHandler in org.jboss.errai.databinding.client |
---|
Methods in org.jboss.errai.databinding.client with parameters of type PropertyChangeHandler | ||
---|---|---|
void |
BindableProxyAgent.addPropertyChangeHandler(PropertyChangeHandler handler)
|
|
void |
HasPropertyChangeHandlers.addPropertyChangeHandler(PropertyChangeHandler<?> handler)
Adds a PropertyChangeHandler that will be notified when any property of the underlying
object changes. |
|
void |
PropertyChangeHandlerSupport.addPropertyChangeHandler(PropertyChangeHandler<?> handler)
Adds a PropertyChangeHandler that will be notified when any property of the bound
object changes. |
|
void |
PropertyChangeHandlerSupport.addPropertyChangeHandler(String name,
PropertyChangeHandler<?> handler)
Adds a PropertyChangeHandler that will be notified only when the given property of the
bound object changes. |
|
|
BindableProxyAgent.addPropertyChangeHandler(String property,
PropertyChangeHandler<P> handler)
|
|
|
HasPropertyChangeHandlers.addPropertyChangeHandler(String property,
PropertyChangeHandler<T> handler)
Adds a PropertyChangeHandler that will be notified when the given property of the
underlying object changes. |
|
void |
BindableProxyAgent.removePropertyChangeHandler(PropertyChangeHandler handler)
|
|
void |
HasPropertyChangeHandlers.removePropertyChangeHandler(PropertyChangeHandler<?> handler)
Removes a PropertyChangeHandler , previously registered by a call to
HasPropertyChangeHandlers.addPropertyChangeHandler(PropertyChangeHandler) . |
|
void |
PropertyChangeHandlerSupport.removePropertyChangeHandler(PropertyChangeHandler<?> handler)
Removes a PropertyChangeHandler from the list of handlers. |
|
void |
BindableProxyAgent.removePropertyChangeHandler(String property,
PropertyChangeHandler handler)
|
|
void |
HasPropertyChangeHandlers.removePropertyChangeHandler(String property,
PropertyChangeHandler<?> handler)
Removes a PropertyChangeHandler , previously registered by a call to
HasPropertyChangeHandlers.addPropertyChangeHandler(String, PropertyChangeHandler) for the same property name. |
|
void |
PropertyChangeHandlerSupport.removePropertyChangeHandler(String name,
PropertyChangeHandler<?> handler)
Removes a PropertyChangeHandler , causing it no longer to be notified only when the
given property of the bound object changes. |
Uses of PropertyChangeHandler in org.jboss.errai.databinding.client.api |
---|
Methods in org.jboss.errai.databinding.client.api with parameters of type PropertyChangeHandler | ||
---|---|---|
void |
DataBinder.addPropertyChangeHandler(PropertyChangeHandler<?> handler)
|
|
|
DataBinder.addPropertyChangeHandler(String property,
PropertyChangeHandler<P> handler)
|
|
void |
DataBinder.removePropertyChangeHandler(PropertyChangeHandler<?> handler)
|
|
void |
DataBinder.removePropertyChangeHandler(String property,
PropertyChangeHandler<?> handler)
|
Uses of PropertyChangeHandler in org.jboss.errai.ui.shared.api.style |
---|
Classes in org.jboss.errai.ui.shared.api.style that implement PropertyChangeHandler | |
---|---|
class |
StyleBindingChangeHandler
|
|
Errai 3.0.1-SNAPSHOT | |||||||||
PREV NEXT | FRAMES NO FRAMES |