|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface HasName
A widget that implements this interface has a 'name' associated with it,
allowing it to be used with FormPanel
. This property is the name
that will be associated with the widget when its form is submitted.
Method Summary | |
---|---|
java.lang.String |
getName()
Gets the widget's name. |
void |
setName(java.lang.String name)
Sets the widget's name. |
Method Detail |
---|
void setName(java.lang.String name)
name
- the widget's new namejava.lang.String getName()
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |