Package | Description |
---|---|
com.google.gwt.aria.client | |
com.google.gwt.cell.client |
Standard
Cell subclasses used by the
cellview widgets. |
com.google.gwt.jsonp.client |
Classes for sending cross domain requests to an http server, potentially on a
different domain, via JSONP.
|
com.google.gwt.user.client.rpc.core.java.lang | |
com.google.gwt.user.client.ui |
Widgets, Panels, and other user-interface classes.
|
com.google.gwt.user.server.rpc.impl | |
com.google.gwt.validation.client.constraints | |
com.google.gwt.view.client |
Classes and interfaces used by the
cellview widget set. |
java.lang | |
java.util |
Modifier and Type | Field and Description |
---|---|
static Attribute<Boolean> |
Property.ATOMIC |
static Attribute<Boolean> |
State.BUSY |
static Attribute<Boolean> |
State.DISABLED |
static Attribute<Boolean> |
Property.HASPOPUP |
static Attribute<Boolean> |
State.HIDDEN |
static Attribute<Boolean> |
Property.MULTILINE |
static Attribute<Boolean> |
Property.MULTISELECTABLE |
static Attribute<Boolean> |
Property.READONLY |
static Attribute<Boolean> |
Property.REQUIRED |
Modifier and Type | Method and Description |
---|---|
boolean |
CheckboxCell.isEditing(Cell.Context context,
Element parent,
Boolean value) |
void |
CheckboxCell.onBrowserEvent(Cell.Context context,
Element parent,
Boolean value,
NativeEvent event,
ValueUpdater<Boolean> valueUpdater) |
void |
CheckboxCell.render(Cell.Context context,
Boolean value,
SafeHtmlBuilder sb) |
Modifier and Type | Method and Description |
---|---|
void |
CheckboxCell.onBrowserEvent(Cell.Context context,
Element parent,
Boolean value,
NativeEvent event,
ValueUpdater<Boolean> valueUpdater) |
Modifier and Type | Method and Description |
---|---|
JsonpRequest<Boolean> |
JsonpRequestBuilder.requestBoolean(String url,
AsyncCallback<Boolean> callback) |
Modifier and Type | Method and Description |
---|---|
JsonpRequest<Boolean> |
JsonpRequestBuilder.requestBoolean(String url,
AsyncCallback<Boolean> callback) |
Modifier and Type | Method and Description |
---|---|
static Boolean |
Boolean_CustomFieldSerializer.instantiate(SerializationStreamReader streamReader) |
Boolean |
Boolean_CustomFieldSerializer.instantiateInstance(SerializationStreamReader streamReader) |
Modifier and Type | Method and Description |
---|---|
static void |
Boolean_CustomFieldSerializer.deserialize(SerializationStreamReader streamReader,
Boolean instance) |
void |
Boolean_CustomFieldSerializer.deserializeInstance(SerializationStreamReader streamReader,
Boolean instance) |
static void |
Boolean_CustomFieldSerializer.serialize(SerializationStreamWriter streamWriter,
Boolean instance) |
void |
Boolean_CustomFieldSerializer.serializeInstance(SerializationStreamWriter streamWriter,
Boolean instance) |
Modifier and Type | Method and Description |
---|---|
Boolean |
ToggleButton.getValue()
Determines whether this button is currently down.
|
Boolean |
SimpleCheckBox.getValue()
Determines whether this check box is currently checked.
|
Boolean |
CheckBox.getValue()
Determines whether this check box is currently checked.
|
Modifier and Type | Method and Description |
---|---|
LeafValueEditor<Boolean> |
ToggleButton.asEditor() |
LeafValueEditor<Boolean> |
SimpleCheckBox.asEditor() |
LeafValueEditor<Boolean> |
CheckBox.asEditor() |
Modifier and Type | Method and Description |
---|---|
void |
ToggleButton.setValue(Boolean value)
Sets whether this button is down.
|
void |
SimpleCheckBox.setValue(Boolean value)
Checks or unchecks the check box.
|
void |
CheckBox.setValue(Boolean value)
Checks or unchecks the check box.
|
void |
ToggleButton.setValue(Boolean value,
boolean fireEvents)
Sets whether this button is down, firing
ValueChangeEvent if
appropriate. |
void |
SimpleCheckBox.setValue(Boolean value,
boolean fireEvents)
Checks or unchecks the check box, firing
ValueChangeEvent if
appropriate. |
void |
CheckBox.setValue(Boolean value,
boolean fireEvents)
Checks or unchecks the check box, firing
ValueChangeEvent if
appropriate. |
Modifier and Type | Method and Description |
---|---|
HandlerRegistration |
ToggleButton.addValueChangeHandler(ValueChangeHandler<Boolean> handler) |
HandlerRegistration |
SimpleCheckBox.addValueChangeHandler(ValueChangeHandler<Boolean> handler) |
HandlerRegistration |
CheckBox.addValueChangeHandler(ValueChangeHandler<Boolean> handler) |
Constructor and Description |
---|
StandardSerializationPolicy(Map<Class<?>,Boolean> serializationWhitelist,
Map<Class<?>,Boolean> deserializationWhitelist,
Map<Class<?>,String> obfuscatedTypeIds)
Constructs a
SerializationPolicy from several Map s. |
StandardSerializationPolicy(Map<Class<?>,Boolean> serializationWhitelist,
Map<Class<?>,Boolean> deserializationWhitelist,
Map<Class<?>,String> obfuscatedTypeIds)
Constructs a
SerializationPolicy from several Map s. |
StandardSerializationPolicy(Map<Class<?>,Boolean> serializationWhitelist,
Map<Class<?>,Boolean> deserializationWhitelist,
Map<Class<?>,String> obfuscatedTypeIds,
Map<Class<?>,Set<String>> clientFields)
Constructs a
SerializationPolicy from several Map s. |
StandardSerializationPolicy(Map<Class<?>,Boolean> serializationWhitelist,
Map<Class<?>,Boolean> deserializationWhitelist,
Map<Class<?>,String> obfuscatedTypeIds,
Map<Class<?>,Set<String>> clientFields)
Constructs a
SerializationPolicy from several Map s. |
StandardSerializationPolicy(Map<Class<?>,Boolean> serializationWhitelist,
Map<Class<?>,Boolean> deserializationWhitelist,
Map<Class<?>,String> obfuscatedTypeIds,
Map<Class<?>,Set<String>> clientFields,
boolean shouldSerializeFinalFields)
Constructs a
SerializationPolicy from several Map s. |
StandardSerializationPolicy(Map<Class<?>,Boolean> serializationWhitelist,
Map<Class<?>,Boolean> deserializationWhitelist,
Map<Class<?>,String> obfuscatedTypeIds,
Map<Class<?>,Set<String>> clientFields,
boolean shouldSerializeFinalFields)
Constructs a
SerializationPolicy from several Map s. |
Modifier and Type | Method and Description |
---|---|
boolean |
AssertFalseValidator.isValid(Boolean value,
javax.validation.ConstraintValidatorContext context) |
boolean |
AssertTrueValidator.isValid(Boolean value,
javax.validation.ConstraintValidatorContext context) |
Modifier and Type | Method and Description |
---|---|
protected Map<Object,Boolean> |
DefaultSelectionModel.getExceptions(Map<Object,Boolean> output)
Copies the exceptions map into a user-supplied map.
|
Modifier and Type | Method and Description |
---|---|
protected Map<Object,Boolean> |
DefaultSelectionModel.getExceptions(Map<Object,Boolean> output)
Copies the exceptions map into a user-supplied map.
|
Modifier and Type | Field and Description |
---|---|
static Boolean |
Boolean.FALSE |
static Boolean |
Boolean.TRUE |
Modifier and Type | Field and Description |
---|---|
static Class<Boolean> |
Boolean.TYPE |
Modifier and Type | Method and Description |
---|---|
static Boolean |
Boolean.valueOf(boolean b) |
static Boolean |
Boolean.valueOf(String s) |
Modifier and Type | Method and Description |
---|---|
int |
Boolean.compareTo(Boolean b) |
Modifier and Type | Method and Description |
---|---|
static <E> Set<E> |
Collections.newSetFromMap(Map<E,Boolean> map) |
Copyright © 2018. All rights reserved.