Java源码示例:gwt.material.design.client.ui.MaterialTextBox
示例1protected void setComponent(MaterialTextBox textBox, GeocoderAddressComponent addressComponent) {
if (addressComponent != null) {
textBox.setText(addressComponent.getLongName());
} else {
textBox.setText("-");
}
}