public class ToggleGroup extends AbstractSet<HasValue<Boolean>> implements HasValue<HasValue<Boolean>>
| Constructor and Description |
|---|
ToggleGroup() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(HasValue<Boolean> toggle) |
HandlerRegistration |
addValueChangeHandler(ValueChangeHandler<HasValue<Boolean>> handler) |
void |
fireEvent(GwtEvent<?> event) |
HasValue<Boolean> |
getValue() |
Iterator<HasValue<Boolean>> |
iterator() |
boolean |
remove(Object toggle) |
void |
setValue(HasValue<Boolean> value) |
void |
setValue(HasValue<Boolean> value,
boolean fireEvents) |
int |
size() |
equals, hashCode, removeAlladdAll, clear, contains, containsAll, isEmpty, retainAll, toArray, toArray, toStringpublic HandlerRegistration addValueChangeHandler(ValueChangeHandler<HasValue<Boolean>> handler)
addValueChangeHandler in interface HasValueChangeHandlers<HasValue<Boolean>>public void fireEvent(GwtEvent<?> event)
fireEvent in interface HasHandlerspublic boolean remove(Object toggle)
Copyright © 2012. All Rights Reserved.