Package | Description |
---|---|
org.gwt.advanced.client.ui | |
org.gwt.advanced.client.ui.widget |
Modifier and Type | Method and Description |
---|---|
void |
TableDoubleClickListenerCollection.fireCellDoubleClicked(SourcesTableDoubleClickEvents sender,
int row,
int cell)
This method fires the double click event and invokes all the listeners
stored in this collection.
|
void |
TableDoubleClickListener.onCellDoubleClick(SourcesTableDoubleClickEvents sender,
int row,
int cell)
This method is invoked if the double click event occurs in one of
sender cells.
|
Modifier and Type | Class and Description |
---|---|
class |
AdvancedFlexTable
This is an advanced flex table.
|
class |
EditableGrid<T extends Editable>
This is an editable grid widget.
|
class |
HierarchicalGrid
This is a hierarchical grid implementation.
|
class |
SimpleGrid
This is a super class for all advanced grids.
|
class |
TreeGrid
This class is a tree grid widget implentation that is able to display composite data models
as a tree of rows.
|
Copyright © 2008–2013. All rights reserved.