We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.terminal.gwt.client.ui.
Interface Table
All Superinterfaces:
com.google.gwt.user.client.ui.HasWidgets, Iterable<com.google.gwt.user.client.ui.Widget>, Paintable
All Known Implementing Classes:
- extends Paintable, com.google.gwt.user.client.ui.HasWidgets
public interface Table
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface com.google.gwt.user.client.ui.HasWidgets |
---|
com.google.gwt.user.client.ui.HasWidgets.ForIsWidget |
Field Summary | |
---|---|
static int |
SELECT_MODE_MULTI
|
static int |
SELECT_MODE_NONE
|
static int |
SELECT_MODE_SINGLE
|
Method Summary |
---|
Methods inherited from interface com.vaadin.terminal.gwt.client.Paintable |
---|
updateFromUIDL |
Methods inherited from interface com.google.gwt.user.client.ui.HasWidgets |
---|
add, clear, iterator, remove |
Field Detail |
---|
SELECT_MODE_NONE
static final int SELECT_MODE_NONE
See Also:
SELECT_MODE_SINGLE
static final int SELECT_MODE_SINGLE
See Also:
SELECT_MODE_MULTI
static final int SELECT_MODE_MULTI
See Also: