public interface HasName
FormPanel
. This property is the name
that will be associated with the widget when its form is submitted.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Gets the widget's name.
|
void |
setName(java.lang.String name)
Sets the widget's name.
|