public class MutableArrayViewModel<E extends IViewModel> extends ConstantArrayViewModel<E>
ConstantArrayViewModel implementation that allows setViewModels(Collection)| Constructor and Description |
|---|
MutableArrayViewModel() |
MutableArrayViewModel(java.util.Collection<E> viewModels) |
| Modifier and Type | Method and Description |
|---|---|
void |
setViewModels(java.util.Collection<E> viewModels) |
count, empty, getViewModel, getViewModels, indexOf, iterator, localizedEmptyMessageactive, bindCommand, bindErrors, bindLoading, enabled, errors, loading, titleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitactive, bindCommand, bindErrors, bindLoading, enabled, errors, loading, titlepublic MutableArrayViewModel()
public MutableArrayViewModel(java.util.Collection<E> viewModels)
public void setViewModels(java.util.Collection<E> viewModels)
setViewModels in class ConstantArrayViewModel<E extends IViewModel>