Package | Description |
---|---|
org.jboss.errai.databinding.client | |
org.jboss.errai.ui.client.widget |
Modifier and Type | Class and Description |
---|---|
class |
UnspecificListChangeHandler<M>
A
BindableListChangeHandler that can be used in case details of the underlying list
mutation are irrelevant (when the sole information that the list has changed is sufficient). |
Modifier and Type | Method and Description |
---|---|
void |
BindableListWrapper.addChangeHandler(BindableListChangeHandler<M> handler) |
void |
BindableListWrapper.removeChangeHandler(BindableListChangeHandler<M> handler) |
Modifier and Type | Class and Description |
---|---|
class |
ListWidget<M,W extends HasModel<M> & com.google.gwt.user.client.ui.IsWidget>
A type of widget that displays and manages a child widget for each item in a
list of model objects.
|
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.