Package | Description |
---|---|
net.sf.mmm.client.ui.base.widget.field |
Contains the base implementation for field widgets.
|
net.sf.mmm.client.ui.impl.gwt.widget.field.adapter |
Contains the implementation for field widget adapters using GWT.
|
net.sf.mmm.client.ui.impl.test.widget.field.adapter |
Contains the test implementation of adapters for field widgets.
|
net.sf.mmm.util.gwt.api |
Provides the API for GWT specific utilities.
|
Modifier and Type | Method and Description |
---|---|
protected Class<FileItem> |
AbstractUiWidgetFileField.getValueClass() |
Modifier and Type | Method and Description |
---|---|
FileItem |
UiWidgetAdapterGwtFileField.getValue()
This method gets the value of this object.
|
Modifier and Type | Method and Description |
---|---|
protected com.google.gwt.user.client.TakesValue<FileItem> |
UiWidgetAdapterGwtFileField.getWidgetAsTakesValue() |
Modifier and Type | Method and Description |
---|---|
void |
UiWidgetAdapterGwtFileField.setValue(FileItem value)
This method sets the
value . |
Modifier and Type | Method and Description |
---|---|
protected FileItem |
UiWidgetAdapterTestFileField.convertValueFromString(String stringValue) |
Modifier and Type | Class and Description |
---|---|
class |
JsFile
This is the
JavaScriptObject representing a FileItem . |
Copyright © 2001–2016 mmm-Team. All rights reserved.