A B C D E F G H I J L M N O P R S T U V W 

A

AbstractBandRenderer - Class in org.gwt.advanced.client.ui.widget.tab
This is an abstract tabs band renderer that implements the main cycle of rendering

However it doesn't "know" how to create tabs and separators between them.

AbstractBandRenderer() - Constructor for class org.gwt.advanced.client.ui.widget.tab.AbstractBandRenderer
 
AbstractBorder - Class in org.gwt.advanced.client.ui.widget.border
This is an abstract implementation of the border interface that displays nothing but contains basic border methods.
AbstractBorder(Element) - Constructor for class org.gwt.advanced.client.ui.widget.border.AbstractBorder
Creates an instance of this class and sets the element of the panel.
AbstractCell - Class in org.gwt.advanced.client.ui.widget.cell
This is an sbtract cell implementation.
AbstractCell() - Constructor for class org.gwt.advanced.client.ui.widget.cell.AbstractCell
 
activateCell() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
Activates the currently selected cell
activateCell(int, int, boolean) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method activates / passivate the specified cell.
add(String, Object) - Method in class org.gwt.advanced.client.datamodel.ComboBoxDataModel
This method adds a new item in the list.
add(int, String, Object) - Method in class org.gwt.advanced.client.datamodel.ComboBoxDataModel
This method adds a new item into the specified position.
add(Map<String, Object>) - Method in class org.gwt.advanced.client.datamodel.ComboBoxDataModel
Adds all the items from the map where each key is an item unique ID and each value is an item itself.
add(Object) - Method in class org.gwt.advanced.client.datamodel.GridRow
Adds a new cell value at the end of row.
add(int, Object) - Method in class org.gwt.advanced.client.datamodel.GridRow
This method adds a new value before the specified cell.
add(int, GridRow) - Method in class org.gwt.advanced.client.datamodel.GridRowSelectDataModel
Adds a new selected row in the model.
add(String, Object) - Method in interface org.gwt.advanced.client.datamodel.ListDataModel
This method adds a new item in the list.
add(int, String, Object) - Method in interface org.gwt.advanced.client.datamodel.ListDataModel
This method adds a new item into the specified position.
add(Map<String, Object>) - Method in interface org.gwt.advanced.client.datamodel.ListDataModel
Adds all the items from the map where each key is an item unique ID and each value is an item itself.
add(Widget, Widget) - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel
Do the same things like the AdvancedTabPanel.addTab(com.google.gwt.user.client.ui.Widget, com.google.gwt.user.client.ui.Widget) method and included into the class for changing from GWT TabPanel to this one.
add(ListModelEvent) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Adds a new visual item into the drop down list every time when it's added into the data model.
add(ListModelEvent) - Method in class org.gwt.advanced.client.ui.widget.SuggestionBox
Additionally cleans the list every time when the first item is added.
add(T) - Method in class org.gwt.advanced.client.util.Stack
Adds a new value at the end of this stack.
add(List<? extends T>) - Method in class org.gwt.advanced.client.util.Stack
Adds all the values at the end of this stack.
ADD_COLUMN - Static variable in class org.gwt.advanced.client.datamodel.EditableModelEvent
on add particular column
ADD_ITEM - Static variable in class org.gwt.advanced.client.datamodel.ListModelEvent
item added
ADD_ROW - Static variable in class org.gwt.advanced.client.datamodel.EditableModelEvent
on add particular row
ADD_SUBGRID - Static variable in class org.gwt.advanced.client.datamodel.HierarchicalModelEvent
on subgrid attach
addArrows() - Method in class org.gwt.advanced.client.ui.widget.Pager
This method adds arrows into the pager panel.
addBeforeSelectionHandler(BeforeSelectionHandler<Integer>) - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel
 
addBlurHandler(BlurHandler) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
 
addButton(String, ClickHandler) - Method in class org.gwt.advanced.client.ui.widget.GridToolbar
This method adds an image button into the toolbar and doesn't specify hint text.
addButton(String, String, ClickHandler) - Method in class org.gwt.advanced.client.ui.widget.GridToolbar
This method adds an image button into the toolbar.
addCalendarListener(CalendarListener<Calendar>) - Method in class org.gwt.advanced.client.ui.widget.Calendar
This method adds a calendar listener.
addCell(int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
addChangeHandler(ChangeHandler) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Note that handlers added by this method will receive ComboBoxChangeEvents.
addChangeHandler(ChangeHandler) - Method in class org.gwt.advanced.client.ui.widget.DatePicker
addChangeHandler(ChangeHandler) - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
This method adds a handler that will be invoked on choice.
addChildGridPanel(GridPanel) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
This method adds a child grid panel.
addClickHandler(ClickHandler) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
Adds a table handler and sinks the ONCLICK event if it's not sank.
addClickHandler(ClickHandler) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
 
addClickHandler(ClickHandler) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
Adds a table handler and sinks the ONCLICK event if it's not sank.
addCloseHandler(CloseHandler<PopupPanel>) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Adds a close handler to the popup list of items.
addColumn(int, Object[]) - Method in interface org.gwt.advanced.client.datamodel.Editable
This method adds a column into the model.
addColumn(int, String, Object[]) - Method in interface org.gwt.advanced.client.datamodel.Editable
This method adds a column into the model.
addColumn(int, Object[]) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method adds a column into the model.
addColumn(int, String, Object[]) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method adds the specified column in the data model.
addColumn(int, Object[]) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method adds a column into the model.
addColumn(int, String, Object[]) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method adds a column into the model.
addColumn(int, Object[]) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method adds a column into the model.
addColumn(int, String, Object[]) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method adds a column into the model.
addComponentListeners() - Method in class org.gwt.advanced.client.ui.widget.ComboBox
This method adds component listeners.
addComponentListeners() - Method in class org.gwt.advanced.client.ui.widget.DatePicker
This method adds different listeners to elements of the widget.
addComponentListeners() - Method in class org.gwt.advanced.client.ui.widget.SuggestionBox
This method adds component listeners.
addComponentListeners() - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
This method adds component listeners.
addDays(int) - Method in class org.gwt.advanced.client.util.DateHelper
This method adds days to the date.
addDoubleClickListener(TableDoubleClickListener) - Method in interface org.gwt.advanced.client.ui.SourcesTableDoubleClickEvents
Registers the specified listener thta will be invoked on double click event.
addDoubleClickListener(TableDoubleClickListener) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
Adds a double click listener and sinks the ONCLICK event if it's not sank.
addDoubleClickListener(TableDoubleClickListener) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
Adds a double click listener and sinks the ONCLICK event if it's not sank.
addEditCellListener(EditCellListener) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Adds a new edit cell listener.
addExpandableCellListener(ExpandableCellListener) - Method in interface org.gwt.advanced.client.ui.ExpandCellEventProducer
This method adds an expandable cell listener.
addExpandableCellListener(ExpandableCellListener) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGrid
This method adds an expandable cell listener.
addExpandableCellListener(ExpandableCellListener) - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
This method adds an expandable cell listener.
addFocusHandler(FocusHandler) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
 
addFooterCells(Element, int) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
This native method is used to create TD tags.
addGridDecorator(GridDecorator) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method adds a new grid decorator to the grid.
addGridListener(GridListener) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method adds a new grid listener to be invoked on grid events.
addGridListener(GridListener) - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This method adds a grid listener.
addGridListener(GridListener) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
This method adds a new grid listener to be invoked on grid events.
addGridPanel(GridPanel, GridPanel, String) - Method in interface org.gwt.advanced.client.ui.MasterDetailLayout
This method adds a grid panel into the master-detail panel automatically choosing a cell to put it in.
addGridPanel(GridPanel, GridPanel, String) - Method in class org.gwt.advanced.client.ui.widget.MasterDetailPanel
This method adds a grid panel into the master-detail panel automatically choosing a cell to put it in.
addGridPanelFactory(int, GridPanelFactory) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGrid
This method adds a grid panel factory for subgrids.
addHeaderCells(Element, int) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
This native method is used to create TH tags instead of TD tags.
addHeaderCells(Element, int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
This native method is used to create TH tags instead of TD tags.
addInternally(String, Object) - Method in class org.gwt.advanced.client.datamodel.ComboBoxDataModel
Adds a new item into the list without firing an event.
addInvisibleColumn(int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method adds an invisible column in the internal list.
addKeyDownHandler(KeyDownHandler) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
 
addKeyPressHandler(KeyPressHandler) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
 
addKeyUpHandler(KeyUpHandler) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
 
addLinks() - Method in class org.gwt.advanced.client.ui.widget.Pager
This method adds page links into the pager panel.
addListener(EditableModelListener) - Method in interface org.gwt.advanced.client.datamodel.Editable
This method registers the specified listener to receive model events.
addListener(EditableModelListener) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method registers the specified listener to receive model events.
addListener(EditableModelListener) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method registers the specified listener to receive model events.
addListener(EditableModelListener) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method registers the specified listener to receive model events.
addListeners(Widget) - Method in class org.gwt.advanced.client.ui.widget.cell.AbstractCell
This method adds default listeners to the content widget.
addListeners(Widget) - Method in class org.gwt.advanced.client.ui.widget.cell.BooleanCell
This method adds default listeners to the content widget.
addListeners(Widget) - Method in class org.gwt.advanced.client.ui.widget.cell.DateCell
This method adds default listeners to the content widget.
addListeners(Widget) - Method in class org.gwt.advanced.client.ui.widget.cell.ExpandableCellImpl
This method adds default listeners to the content widget.
addListeners(Widget) - Method in class org.gwt.advanced.client.ui.widget.cell.HeaderCellImpl
This method adds default listeners to the content widget.
addListeners(Widget) - Method in class org.gwt.advanced.client.ui.widget.cell.NumberCell
This method adds default listeners to the content widget.
addListeners() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method adds grid specific listeners into the current widget.
addListModelListener(ListModelListener) - Method in class org.gwt.advanced.client.datamodel.ComboBoxDataModel
This method registers a list data model listener.
addListModelListener(ListModelListener) - Method in interface org.gwt.advanced.client.datamodel.ListDataModel
Adds a list model listener to fire events regarding data changes.
addMonths(int) - Method in class org.gwt.advanced.client.util.DateHelper
This method adds months to the date.
addPageNumberBox() - Method in class org.gwt.advanced.client.ui.widget.Pager
This method adds a page number box and the submit button if the Pager.isPageNumberBoxDisplayed() method returns true.
addPagerListener(PagerListener) - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This method adds a pager listener.
addPagerListener(PagerListener) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
This method adds a new pager listener.
addRow(TreeGridRow, Object[]) - Method in interface org.gwt.advanced.client.datamodel.Composite
Adds a child row.
addRow(int, Object[]) - Method in interface org.gwt.advanced.client.datamodel.Editable
This method adds a row into the model.
addRow(int, Object[]) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method adds the specified row in the data model.
addRow(int, Object[]) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method adds a row into the model.
addRow(int, Object[]) - Method in class org.gwt.advanced.client.datamodel.LazyGridDataModel
This method adds the specified row in the data model.
addRow(TreeGridRow, Object[]) - Method in class org.gwt.advanced.client.datamodel.LazyTreeGridDataModel
Adds a child row.
addRow(TreeGridRow, Object[]) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Adds a child row.
addRow(int, Object[]) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method adds a row into the model.
addRow(int, Object[]) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method adds the row into the grid.
addRow() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method adds a new empty row into the grid.
addRow() - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
This method adds a new empty row into the grid.
addSelectionHandler(SelectionHandler<Integer>) - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel
 
addSelectRowListener(SelectRowListener) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method adds a selected row listener into the list.
addSelectRowListener(SelectRowListener) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
This method adds a new listener that is invoked on row selection.
addSubgridModel(int, int, GridDataModel) - Method in interface org.gwt.advanced.client.datamodel.Hierarchical
This method adds a new submodel into the cell.
addSubgridModel(int, int, GridDataModel) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
Adds a subgrid model to the specified cell.
addSuggestionBoxListener(SuggestionBoxListener) - Method in class org.gwt.advanced.client.ui.widget.SuggestionBox
Adds a new suggestion box listener that will be invoked on expression change.
addTab(Widget, Widget) - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel
Adds a new tab into the panel.
addToolbarListener(GridToolbarListener) - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This method adds a toolbar listener.
addToolbarListener(GridToolbarListener) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
This method adds a toolbar listener to the toolbars.
addTotalCountLabel() - Method in class org.gwt.advanced.client.ui.widget.Pager
This method adds a total page count label into the pager if the Pager.isTotalCountDisplayed() method returns true.
addValueChangeHandler(ValueChangeHandler<String>) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Adds a value change handler to the component that will be invoked only if HasValue.setValue(Object, boolean) has the second parameter = true.
addValueChangeHandler(ValueChangeHandler<Date>) - Method in class org.gwt.advanced.client.ui.widget.DatePicker
Adds a value change handler to the component that will be invoked only if HasValue.setValue(Object, boolean) has the second parameter = true.
addYears(int) - Method in class org.gwt.advanced.client.util.DateHelper
This method adds years to the date.
adjust() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Makes the widget take as much space as possible inside a parent element and resizes the nested grid.
adjustElementSize(Element, Element, boolean) - Static method in class org.gwt.advanced.client.util.GWTUtil
This method adjusts widget size to make it smaller then the parent element.
adjustSize() - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
Adjusts drop down list sizes to make it take optimal area on the screen.
adjustWidgetSize(Widget, Element, boolean) - Static method in class org.gwt.advanced.client.util.GWTUtil
This method adjusts widget size to make it smaller then the parent element.
adoptContainer(int) - Method in class org.gwt.advanced.client.ui.widget.border.RoundCornerBorder
This method adopts container element to border specific styles.
adoptItemWidget(Widget) - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
This method wraps the specified widget into the focus panel and adds necessary listeners.
AdvancedFlexTable - Class in org.gwt.advanced.client.ui.widget
This is an advanced flex table.
AdvancedFlexTable() - Constructor for class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
Creates an instance of this class.
AdvancedFlexTable(boolean) - Constructor for class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
Creates an instance of this class and initializes the THEAD element if the flag is true.
AdvancedFlexTable.AdvancedWidgetIterator - Class in org.gwt.advanced.client.ui.widget
This is an implementation of widget iterator for the advanced table.
AdvancedFlexTable.AdvancedWidgetIterator(Iterator<Widget>, Iterator<Widget>) - Constructor for class org.gwt.advanced.client.ui.widget.AdvancedFlexTable.AdvancedWidgetIterator
Creates a new instance of this class.
AdvancedFlexTable.ClickTimer - Class in org.gwt.advanced.client.ui.widget
This timer is invoked if the first click is received bu t the second one isn't till the AdvancedFlexTable.CLICK_TIMEOUT exceded.
AdvancedFlexTable.ClickTimer() - Constructor for class org.gwt.advanced.client.ui.widget.AdvancedFlexTable.ClickTimer
 
AdvancedFlexTable.RowsScrollPanel - Class in org.gwt.advanced.client.ui.widget
This is a scroll panel extension designed especially for rows scrolling.
AdvancedFlexTable.RowsScrollPanel() - Constructor for class org.gwt.advanced.client.ui.widget.AdvancedFlexTable.RowsScrollPanel
Constructs a new RowsScrollPanel.
AdvancedTabPanel - Class in org.gwt.advanced.client.ui.widget
This is ana dvanced tab panel implementation that allows placing tabs around the content.
AdvancedTabPanel() - Constructor for class org.gwt.advanced.client.ui.widget.AdvancedTabPanel
Creates an instance of this class and displays top tabs band.
AdvancedTabPanel(TabPosition) - Constructor for class org.gwt.advanced.client.ui.widget.AdvancedTabPanel
Creates an instance of this class and displays the tabs band in the specified position.
AdvancedTabPanel(TabPosition, BorderFactory, BorderFactory) - Constructor for class org.gwt.advanced.client.ui.widget.AdvancedTabPanel
Creates an instance of this class and displays the panel using the specified border factories.
AdvancedTabPanel.TabHolder - Class in org.gwt.advanced.client.ui.widget
The class implements a pair of widgets related to each other.
AdvancedTabPanel.TabHolder(Widget, Widget) - Constructor for class org.gwt.advanced.client.ui.widget.AdvancedTabPanel.TabHolder
Creates an instance of this class and initializes internal fields.
AdvancedTabPanel.TabState - Class in org.gwt.advanced.client.ui.widget
Describes the tab state (enabled or disabled.
AdvancedTabPanel.TabState() - Constructor for class org.gwt.advanced.client.ui.widget.AdvancedTabPanel.TabState
 
AdvancedWidget - Interface in org.gwt.advanced.client.ui
This interface describes a advanced components like a grid, pager or a toolbar.
afterDraw(int, int, EditableGrid, Object[]) - Method in interface org.gwt.advanced.client.ui.GridRowDrawCallbackHandler
This method is invoked after the row is drawn.
apply(String) - Method in interface org.gwt.advanced.client.ui.widget.theme.ThemeApplicable
This method is invoked on theme change.
apply(String) - Method in class org.gwt.advanced.client.ui.widget.theme.ThemeImage
This method is invoked on theme change.
april() - Method in interface org.gwt.advanced.client.ui.resources.CalendarConstants
Returns the April word.
august() - Method in interface org.gwt.advanced.client.ui.resources.CalendarConstants
Returns the August word.

B

beforeDraw(int, int, EditableGrid, Object[]) - Method in interface org.gwt.advanced.client.ui.GridRowDrawCallbackHandler
This method is invoked before the row is drawn.
BooleanCell - Class in org.gwt.advanced.client.ui.widget.cell
This is a cell implementation for Boolean values.
BooleanCell() - Constructor for class org.gwt.advanced.client.ui.widget.cell.BooleanCell
 
Border - Interface in org.gwt.advanced.client.ui.widget.border
This interface describes all the borders of the library

Use these components if you need displaying a border around a widget.

BorderFactory - Interface in org.gwt.advanced.client.ui.widget.border
This interface describes a border factory that is used by some components to create borders.
BorderLine - Class in org.gwt.advanced.client.ui.widget.border
This is a border line enumeration class.
BOTTOM - Static variable in class org.gwt.advanced.client.ui.widget.border.BorderLine
the bottom line
BOTTOM - Static variable in class org.gwt.advanced.client.ui.widget.tab.TabPosition
bottom the content
BottomBandRenderer - Class in org.gwt.advanced.client.ui.widget.tab
This is implementation of the tabs band for bottom position.
BottomBandRenderer() - Constructor for class org.gwt.advanced.client.ui.widget.tab.BottomBandRenderer
 

C

Calendar - Class in org.gwt.advanced.client.ui.widget
This is a calendar widget that shows the calendar panel.
Calendar() - Constructor for class org.gwt.advanced.client.ui.widget.Calendar
 
Calendar.DateChoiceHandler - Class in org.gwt.advanced.client.ui.widget
This is a date choice listener.
Calendar.DateChoiceHandler(Calendar) - Constructor for class org.gwt.advanced.client.ui.widget.Calendar.DateChoiceHandler
Creates an instance of this class.
Calendar.SwitchDateHandler - Class in org.gwt.advanced.client.ui.widget
This is a buttons click handler that updates encapsulated data model on these events.
Calendar.SwitchDateHandler(Calendar) - Constructor for class org.gwt.advanced.client.ui.widget.Calendar.SwitchDateHandler
Creates an instance of the listener.
CalendarConstants - Interface in org.gwt.advanced.client.ui.resources
This interface describes some localized constant values for the Calendar and DateHelper.
CalendarListener<T extends Calendar> - Interface in org.gwt.advanced.client.ui
This is a calendar listener.
canBeDeactivated() - Method in class org.gwt.advanced.client.ui.widget.cell.AbstractCell
This method checks whether a cell can be deactivated by a grid or another component on any input / output event produced outside the cell.
canBeDeactivated() - Method in class org.gwt.advanced.client.ui.widget.cell.ComboBoxCell
This method checks whether a cell can be deactivated by a grid or another component on any input / output event produced outside the cell.
canBeDeactivated() - Method in interface org.gwt.advanced.client.ui.widget.cell.GridCell
This method checks whether a cell can be deactivated by a grid or another component on any input / output event produced outside the cell.
cancelAndPrevent(Event.NativePreviewEvent) - Method in class org.gwt.advanced.client.ui.widget.ComboBox.ComboBoxKeyboardManager
This method cancels and prevents default actions of the specified event.
cancelTimer() - Method in class org.gwt.advanced.client.ui.widget.SuggestionBox
Immediately cancels the SuggestionBox.timer if it's run.
CELL_COLLAPSED - Static variable in class org.gwt.advanced.client.datamodel.HierarchicalModelEvent
on collapse cell
CELL_EXPANDED - Static variable in class org.gwt.advanced.client.datamodel.HierarchicalModelEvent
on expand cell
CellBlurHandler - Class in org.gwt.advanced.client.ui.widget.cell
This is a default cell focus listener implementation.
CellBlurHandler() - Constructor for class org.gwt.advanced.client.ui.widget.cell.CellBlurHandler
 
checkCellBounds(int, int) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
checkCellBounds(int, int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
checkColumnNumber(int, int) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method checks whether the specified column is in valid range and throws the IllegalArgumentException if it isn't.
checkRowBounds(int) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
checkRowBounds(int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
checkRowNumber(int, int) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method checks whether the specified row is in valid range and throws the IllegalArgumentException if it isn't.
CLEAN - Static variable in class org.gwt.advanced.client.datamodel.EditableModelEvent
on remove all data
CLEAN - Static variable in class org.gwt.advanced.client.datamodel.ListModelEvent
all data removed
clean(ListModelEvent) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
This method cleans the drop down list on each data clean.
CLEAN_SUBTREE - Static variable in class org.gwt.advanced.client.datamodel.CompositeModelEvent
on remove a sub-tree
cleanLayout() - Method in class org.gwt.advanced.client.ui.widget.Calendar
This method clean the layout.
cleanSelection() - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Cleans all the data displayed in the widget.
cleanSelection() - Method in class org.gwt.advanced.client.ui.widget.SuggestionBox
Cleans all the data displayed in the widget.
cleanSelection() - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
Cleans all the data displayed in the widget.
clear() - Method in class org.gwt.advanced.client.datamodel.ComboBoxDataModel
This method clears the list of items.
clear() - Method in class org.gwt.advanced.client.datamodel.GridRowSelectDataModel
Drops selection.
clear() - Method in interface org.gwt.advanced.client.datamodel.ListDataModel
This method clears the list of items.
clear(boolean) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
clear() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
clear() - Method in class org.gwt.advanced.client.util.Stack
Clears the stack.
clearCell(int, int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
clearRemovedRows(TreeGridRow) - Method in interface org.gwt.advanced.client.datamodel.Composite
Cleans the list of removed rows.
clearRemovedRows() - Method in interface org.gwt.advanced.client.datamodel.Editable
This method clears removed rows from the model history
clearRemovedRows() - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method clears removed rows from the model history
clearRemovedRows() - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method clears removed rows from the model history
clearRemovedRows(TreeGridRow) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Cleans the list of removed rows.
clearRemovedRows() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method clears removed rows from the model history
collapseCell(int, int) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGrid
This method collapses the cell and removes an appropriate subgrid row.
collapseCell(TreeCell) - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
This method collapses the specified cell.
ComboBox<T extends ListDataModel> - Class in org.gwt.advanced.client.ui.widget
This is a combo box widget implementation.
ComboBox() - Constructor for class org.gwt.advanced.client.ui.widget.ComboBox
 
ComboBox.ComboBoxKeyboardManager - Class in org.gwt.advanced.client.ui.widget
This is a keyboard manager implementation developed for the widget.
ComboBox.ComboBoxKeyboardManager() - Constructor for class org.gwt.advanced.client.ui.widget.ComboBox.ComboBoxKeyboardManager
 
ComboBox.DelegateHandler - Class in org.gwt.advanced.client.ui.widget
Universal handler that delegates all events handling to custom handlers.
ComboBox.DelegateHandler() - Constructor for class org.gwt.advanced.client.ui.widget.ComboBox.DelegateHandler
 
ComboBoxCell - Class in org.gwt.advanced.client.ui.widget.cell
This is a cell implementation that must contain a combo box.
ComboBoxCell() - Constructor for class org.gwt.advanced.client.ui.widget.cell.ComboBoxCell
 
ComboBoxChangeEvent - Class in org.gwt.advanced.client.ui.widget.combo
This event extends the standard ChangeEvent class to provide more information about how the event was produced.
ComboBoxChangeEvent(int, ComboBoxChangeEvent.ChangeEventInputDevice) - Constructor for class org.gwt.advanced.client.ui.widget.combo.ComboBoxChangeEvent
Creates an instance of this class and initalized internal variables.
ComboBoxChangeEvent.ChangeEventInputDevice - Enum in org.gwt.advanced.client.ui.widget.combo
This enum describes possible devices that can initiate the event.
ComboBoxDataModel - Class in org.gwt.advanced.client.datamodel
This is an implementation of the data model interface for the ComboBox widget.
ComboBoxDataModel() - Constructor for class org.gwt.advanced.client.datamodel.ComboBoxDataModel
 
compare(GridRow, GridRow) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel.RowComparator
Compares cell values using the cell comparator.
compare(Object, Object) - Method in class org.gwt.advanced.client.ui.widget.cell.DefaultCellComparator
Compares cell values.
Composite - Interface in org.gwt.advanced.client.datamodel
This interface describes tree grid data model.
CompositeModelEvent - Class in org.gwt.advanced.client.datamodel
This is a model event that describes types for all events produced by composite models.
CompositeModelEvent(EditableModelEvent.EventType, TreeGridRow) - Constructor for class org.gwt.advanced.client.datamodel.CompositeModelEvent
Creates an instance of this class and initializes mandatory fields.
CompositeModelEvent(EditableModelEvent.EventType, TreeGridRow, int) - Constructor for class org.gwt.advanced.client.datamodel.CompositeModelEvent
Creates an instance of this class and initializes internal fields.
ContentBorderFactory - Class in org.gwt.advanced.client.ui.widget.tab
This is a default factory for the AdvancedTabPanel content borders.
ContentBorderFactory() - Constructor for class org.gwt.advanced.client.ui.widget.tab.ContentBorderFactory
 
ContentBorderFactory.OuterBorder - Class in org.gwt.advanced.client.ui.widget.tab
 
ContentBorderFactory.OuterBorder() - Constructor for class org.gwt.advanced.client.ui.widget.tab.ContentBorderFactory.OuterBorder
 
convert(Object) - Method in class org.gwt.advanced.client.ui.widget.combo.DefaultListItemFactory
This method should convert the value to the text to be displayed in the selection text box.
convert(Object) - Method in interface org.gwt.advanced.client.ui.widget.combo.ListItemFactory
This method should convert the value to the text to be displayed in the selection text box.
convertToNumber(String) - Method in class org.gwt.advanced.client.ui.widget.cell.DoubleCell
This method converts abstract number to a concrete number implementation.
convertToNumber(String) - Method in class org.gwt.advanced.client.ui.widget.cell.FloatCell
This method converts abstract number to a concrete number implementation.
convertToNumber(String) - Method in class org.gwt.advanced.client.ui.widget.cell.IntegerCell
This method converts abstract number to a concrete number implementation.
convertToNumber(String) - Method in class org.gwt.advanced.client.ui.widget.cell.LongCell
This method converts abstract number to a concrete number implementation.
convertToNumber(String) - Method in class org.gwt.advanced.client.ui.widget.cell.NumberCell
This method converts abstract number to a concrete number implementation.
convertToNumber(String) - Method in class org.gwt.advanced.client.ui.widget.cell.ShortCell
This method converts abstract number to a concrete number implementation.
count() - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel
Gets a total count of tabs.
create(GridDataModel) - Method in interface org.gwt.advanced.client.ui.GridPanelFactory
Creates an instance of the grid panel and initializes it.
create(int, GridDataModel) - Method in interface org.gwt.advanced.client.ui.GridPanelFactory
This method creates a data model.
create() - Method in interface org.gwt.advanced.client.ui.widget.border.BorderFactory
This method always creates a new instance of border.
create(int, int, Object) - Method in class org.gwt.advanced.client.ui.widget.cell.DefaultGridCellFactory
This method creates a new data cell.
create(int, String) - Method in class org.gwt.advanced.client.ui.widget.cell.DefaultGridCellFactory
This method creates a header cell.
create(Date) - Method in class org.gwt.advanced.client.ui.widget.cell.DefaultGridCellFactory
This method creates a date cell.
create(ListBox) - Method in class org.gwt.advanced.client.ui.widget.cell.DefaultGridCellFactory
This method creates a list box cell.
create(Boolean) - Method in class org.gwt.advanced.client.ui.widget.cell.DefaultGridCellFactory
This method creates a boolean cell.
create(String) - Method in class org.gwt.advanced.client.ui.widget.cell.DefaultGridCellFactory
This method creates a text box cell.
create(Short) - Method in class org.gwt.advanced.client.ui.widget.cell.DefaultGridCellFactory
This method creates a short number cell.
create(Integer) - Method in class org.gwt.advanced.client.ui.widget.cell.DefaultGridCellFactory
This method creates an integer number cell.
create(Long) - Method in class org.gwt.advanced.client.ui.widget.cell.DefaultGridCellFactory
This method creates a long number cell.
create(Float) - Method in class org.gwt.advanced.client.ui.widget.cell.DefaultGridCellFactory
This method creates a float number cell.
create(Double) - Method in class org.gwt.advanced.client.ui.widget.cell.DefaultGridCellFactory
This method creates a double number cell.
create(Image) - Method in class org.gwt.advanced.client.ui.widget.cell.DefaultGridCellFactory
This method creates an image cell.
create(ComboBox) - Method in class org.gwt.advanced.client.ui.widget.cell.DefaultGridCellFactory
This method creates a combo box cell.
create(ComboBoxDataModel) - Method in class org.gwt.advanced.client.ui.widget.cell.DefaultGridCellFactory
Cretaes the ComboBoxCell.
create(int, int, Object) - Method in class org.gwt.advanced.client.ui.widget.cell.ExpandableCellFactory
This method creates a new data cell.
create(int, int, Object) - Method in interface org.gwt.advanced.client.ui.widget.cell.GridCellFactory
This method creates a new data cell.
create(int, String) - Method in interface org.gwt.advanced.client.ui.widget.cell.GridCellFactory
This method creates a header cell.
create(int, int, Object) - Method in class org.gwt.advanced.client.ui.widget.cell.TreeCellFactory
This method creates a new data cell.
create() - Method in class org.gwt.advanced.client.ui.widget.tab.ContentBorderFactory
This method always creates a new instance of border.
create() - Method in class org.gwt.advanced.client.ui.widget.tab.TabBorderFactory
This method always creates a new instance of border.
createActive() - Method in class org.gwt.advanced.client.ui.widget.cell.AbstractCell
This method creates an active cell element (content).
createActive() - Method in class org.gwt.advanced.client.ui.widget.cell.BooleanCell
This method creates an active cell element (content).
createActive() - Method in class org.gwt.advanced.client.ui.widget.cell.ComboBoxCell
This method creates an active cell element (content).
createActive() - Method in class org.gwt.advanced.client.ui.widget.cell.DateCell
This method creates an active cell element (content).
createActive() - Method in class org.gwt.advanced.client.ui.widget.cell.ExpandableCellImpl
This method creates an active cell element (content).
createActive() - Method in class org.gwt.advanced.client.ui.widget.cell.HeaderCellImpl
This method creates an active cell element (content).
createActive() - Method in class org.gwt.advanced.client.ui.widget.cell.ImageCell
This method creates an active cell element (content).
createActive() - Method in class org.gwt.advanced.client.ui.widget.cell.LabelCell
This method creates an active cell element (content).
createActive() - Method in class org.gwt.advanced.client.ui.widget.cell.ListCell
This method creates an active cell element (content).
createActive() - Method in class org.gwt.advanced.client.ui.widget.cell.NumberCell
This method creates an active cell element (content).
createActive() - Method in class org.gwt.advanced.client.ui.widget.cell.TextBaseCell
This method creates an active cell element (content).
createCell() - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
createCell() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
createDiv(int, int, int, int, int, int) - Method in class org.gwt.advanced.client.ui.widget.border.RoundCornerBorder
Creates one linear div.
createEditableGrid(String[], Class[], Editable) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Creates and adds a new editable grid into the panel.
createEditableGrid(String[], Class[], Editable, boolean) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Creates and adds a new editable grid into the panel.
createEmpty(FlexTable, int, String) - Method in class org.gwt.advanced.client.ui.widget.tab.AbstractBandRenderer
Creates an empty table cell.
createEmpty(FlexTable, int, String) - Method in class org.gwt.advanced.client.ui.widget.tab.BottomBandRenderer
Creates an empty table cell.
createEmpty(FlexTable, int, String) - Method in class org.gwt.advanced.client.ui.widget.tab.LeftBandRenderer
Creates an empty table cell.
createEmpty(FlexTable, int, String) - Method in class org.gwt.advanced.client.ui.widget.tab.RightBandRenderer
Creates an empty table cell.
createEmpty(FlexTable, int, String) - Method in class org.gwt.advanced.client.ui.widget.tab.TopBandRenderer
Creates an empty table cell.
createEvent(EditableModelEvent.EventType) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
Creates a new model event.
createEvent(EditableModelEvent.EventType, int, int) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
Creates a new model event.
createEvent(EditableModelEvent.EventType) - Method in class org.gwt.advanced.client.datamodel.LazyTreeGridDataModel.DelegateLazyGridDataModel
Creates a new model event.
createEvent(EditableModelEvent.EventType, int, int) - Method in class org.gwt.advanced.client.datamodel.LazyTreeGridDataModel.DelegateLazyGridDataModel
Creates a new model event.
createEvent(EditableModelEvent.EventType) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel.DelegateEditableGridDataModel
Creates a new model event.
createEvent(EditableModelEvent.EventType, int, int) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel.DelegateEditableGridDataModel
Creates a new model event.
createGridRow(int) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method creates a new identified list instance.
createGridRow(int) - Method in class org.gwt.advanced.client.datamodel.LazyTreeGridDataModel.DelegateLazyGridDataModel
Overriden to create lazy rows.
createGridRow(int) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel.DelegateEditableGridDataModel
This method creates a new identified list instance.
createImage() - Method in class org.gwt.advanced.client.ui.widget.cell.ExpandableCellImpl
This method creates the node image and adds the listener.
createImage() - Method in class org.gwt.advanced.client.ui.widget.cell.TreeCell
This method creates the node image and adds the listener.
createInactive() - Method in class org.gwt.advanced.client.ui.widget.cell.AbstractCell
This method creates an inactive cell element (content).
createInactive() - Method in class org.gwt.advanced.client.ui.widget.cell.BooleanCell
This method creates an inactive cell element (content).
createInactive() - Method in class org.gwt.advanced.client.ui.widget.cell.ComboBoxCell
This method creates an inactive cell element (content).
createInactive() - Method in class org.gwt.advanced.client.ui.widget.cell.DateCell
This method creates an inactive cell element (content).
createInactive() - Method in class org.gwt.advanced.client.ui.widget.cell.ExpandableCellImpl
This method creates an inactive cell element (content).
createInactive() - Method in class org.gwt.advanced.client.ui.widget.cell.HeaderCellImpl
This method creates an inactive cell element (content).
createInactive() - Method in class org.gwt.advanced.client.ui.widget.cell.ImageCell
This method creates an inactive cell element (content).
createInactive() - Method in class org.gwt.advanced.client.ui.widget.cell.LabelCell
This method creates an inactive cell element (content).
createInactive() - Method in class org.gwt.advanced.client.ui.widget.cell.ListCell
This method creates an inactive cell element (content).
createInactive() - Method in class org.gwt.advanced.client.ui.widget.cell.NumberCell
This method creates an inactive cell element (content).
createInactive() - Method in class org.gwt.advanced.client.ui.widget.cell.TextBaseCell
This method creates an inactive cell element (content).
createMultiline(String) - Method in class org.gwt.advanced.client.ui.widget.cell.DefaultGridCellFactory
This method creates a multiline text box cell.
createRowComparator(int, Comparator<Object>) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method creates a row comparator.
createTab(AdvancedTabPanel, FlexTable, int, int, Border) - Method in class org.gwt.advanced.client.ui.widget.tab.AbstractBandRenderer
This method should create a tab content and decorate it.
createTab(AdvancedTabPanel, FlexTable, int, int, Border) - Method in class org.gwt.advanced.client.ui.widget.tab.BottomBandRenderer
This method should create a tab content and decorate it.
createTab(AdvancedTabPanel, FlexTable, int, int, Border) - Method in class org.gwt.advanced.client.ui.widget.tab.LeftBandRenderer
This method should create a tab content and decorate it.
createTab(AdvancedTabPanel, FlexTable, int, int, Border) - Method in class org.gwt.advanced.client.ui.widget.tab.RightBandRenderer
This method should create a tab content and decorate it.
createTab(AdvancedTabPanel, FlexTable, int, int, Border) - Method in class org.gwt.advanced.client.ui.widget.tab.TopBandRenderer
This method should create a tab content and decorate it.
createWidget(Object) - Method in class org.gwt.advanced.client.ui.widget.combo.DefaultListItemFactory
See class docs.
createWidget(Object) - Method in interface org.gwt.advanced.client.ui.widget.combo.ListItemFactory
This method creates a new widget that should be inserted into the list.

D

DataModelCallbackHandler<T extends GridDataModel> - Interface in org.gwt.advanced.client.datamodel
This is a callback handler interface.
DateCell - Class in org.gwt.advanced.client.ui.widget.cell
This is a cell implementation for Date values.
DateCell() - Constructor for class org.gwt.advanced.client.ui.widget.cell.DateCell
 
dateFormat() - Method in interface org.gwt.advanced.client.ui.resources.CalendarConstants
Specifies the date format only for the date picker.
DateHelper - Class in org.gwt.advanced.client.util
This class simplifies operations related to dates.
DateHelper(Date) - Constructor for class org.gwt.advanced.client.util.DateHelper
Creates an instance of this class.
DateHelper(int, int, int, int, int, int) - Constructor for class org.gwt.advanced.client.util.DateHelper
Creates an instance of this class.
DatePicker - Class in org.gwt.advanced.client.ui.widget
This is a date picker widget.
DatePicker() - Constructor for class org.gwt.advanced.client.ui.widget.DatePicker
Creates an instance of this class and does nothing else.
DatePicker(Date) - Constructor for class org.gwt.advanced.client.ui.widget.DatePicker
Creates an instance of this class.
DatePicker.OpenCalendarClickHandler - Class in org.gwt.advanced.client.ui.widget
This is an open calendar evbent handler implementation.
DatePicker.OpenCalendarClickHandler() - Constructor for class org.gwt.advanced.client.ui.widget.DatePicker.OpenCalendarClickHandler
 
dateTimeFormat() - Method in interface org.gwt.advanced.client.ui.resources.CalendarConstants
Specifies the date and time format for the date picker.
deactivateActiveCell() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
This method activates an active cell if there is one and if this cell allows centralized deactivation by keyboard.
december() - Method in interface org.gwt.advanced.client.ui.resources.CalendarConstants
Returns the December word.
decorate(EditableGrid) - Method in interface org.gwt.advanced.client.ui.GridDecorator
This method is invoked when content drawing finished.
decorateCell(int, int, String) - Method in class org.gwt.advanced.client.ui.widget.DefaultGridRenderer
This method decorates the cell with styles.
DEFAULT_REQUEST_TIMEOUT - Static variable in class org.gwt.advanced.client.ui.widget.SuggestionBox
default request timeout between last expression change and getting data
DefaultCellComparator - Class in org.gwt.advanced.client.ui.widget.cell
This is a default implementation of grid cell comparator.
DefaultCellComparator(EditableGrid) - Constructor for class org.gwt.advanced.client.ui.widget.cell.DefaultCellComparator
Creates an instance of this class.
DefaultGridCellFactory - Class in org.gwt.advanced.client.ui.widget.cell
This is a default implementation of the grid cell factory.
DefaultGridCellFactory(EditableGrid) - Constructor for class org.gwt.advanced.client.ui.widget.cell.DefaultGridCellFactory
Creates an instance of the factory.
DefaultGridEventManager - Class in org.gwt.advanced.client.ui.widget
This is a default implementation of the grid event manager.
DefaultGridEventManager(GridPanel) - Constructor for class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
Creates an instance of the class and adds itself to the listeners list of the grid.
DefaultGridRenderer - Class in org.gwt.advanced.client.ui.widget
This is default grid renderer implementation that is applied by grid if there is no custom one specified.
DefaultGridRenderer(EditableGrid) - Constructor for class org.gwt.advanced.client.ui.widget.DefaultGridRenderer
Creates an instance of this class and initializes the grid cell factory.
DefaultGridRenderer.DrawRowCommand - Class in org.gwt.advanced.client.ui.widget
This command displays one row.
DefaultGridRenderer.DrawRowCommand(int, int) - Constructor for class org.gwt.advanced.client.ui.widget.DefaultGridRenderer.DrawRowCommand
Creates an instance of this class and initilizes internal variables.
DefaultListItemFactory - Class in org.gwt.advanced.client.ui.widget.combo
This factory tries to detect what should be returned by value type.
DefaultListItemFactory() - Constructor for class org.gwt.advanced.client.ui.widget.combo.DefaultListItemFactory
 
deleteRow(EditableModelEvent) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Removes the grid row finding it by the model row number that was deleted.
deleteRow(EditableModelEvent) - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
This method removes the row from the subgrid by it's model row number.
deleteSubgrid(EditableModelEvent) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGrid
This method draws a subgrid on remove subgrid event.
deselectCell(int, int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method deselects the specified cell.
detectCurrentSortColumn() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method looks for the sort column in the header list.
dispatch(GridPanel, char, int) - Method in interface org.gwt.advanced.client.ui.GridEventManager
This method dispatches events and performs actions related to a concrete combinations of keys.
dispatch(GridPanel, char, int) - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
This method dispatches events and performs actions related to a concrete combinations of keys.
display() - Method in interface org.gwt.advanced.client.ui.AdvancedWidget
This method displayes a widget.
display() - Method in class org.gwt.advanced.client.ui.widget.Calendar
This method displayes a widget.
display() - Method in class org.gwt.advanced.client.ui.widget.DatePicker
Deprecated.
you don't have to invoke this method any more
display() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Deprecated.
don't use this method anymore since it does nothing
display() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
This method displays the panel and adds nested widgets.
display() - Method in class org.gwt.advanced.client.ui.widget.GridToolbar
Use this method to displayActive the toolbar.
display() - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
Deprecated.
you don't have to invoke this method to display the widget any more
display() - Method in class org.gwt.advanced.client.ui.widget.MasterDetailPanel
Use this method just to apply CSS.
display() - Method in class org.gwt.advanced.client.ui.widget.Pager
Invoke this method to displayActive the pager.
display() - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
Deprecated.
you don't have to use this method to display the widget any more
displayActive(boolean) - Method in class org.gwt.advanced.client.ui.widget.cell.AbstractCell
This method shows the cell.
displayActive(boolean) - Method in class org.gwt.advanced.client.ui.widget.cell.ExpandableCellImpl
This method shows the cell.
displayActive(boolean) - Method in interface org.gwt.advanced.client.ui.widget.cell.GridCell
This method shows the cell.
displayActive(boolean) - Method in class org.gwt.advanced.client.ui.widget.cell.HeaderCellImpl
This method shows the cell.
DoubleCell - Class in org.gwt.advanced.client.ui.widget.cell
This is a cell implementation for Double numbers.
DoubleCell() - Constructor for class org.gwt.advanced.client.ui.widget.cell.DoubleCell
Constructs a new DoubleCell.
drawCell(Object, int, int, boolean) - Method in interface org.gwt.advanced.client.ui.GridRenderer
This method draws a particular cell.
drawCell(Object, int, int, boolean) - Method in class org.gwt.advanced.client.ui.widget.DefaultGridRenderer
This method draws a particular cell.
drawCell(EditableModelEvent) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method draws a concrete cell.
drawCell(Object, int, int, boolean) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGridRenderer
This method draws a particular cell.
drawCell(EditableModelEvent) - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
This method draws a concrete cell.
drawCell(Object, int, int, boolean) - Method in class org.gwt.advanced.client.ui.widget.TreeGridRenderer
This method draws a particular cell.
drawColumn(Object[], int, boolean) - Method in interface org.gwt.advanced.client.ui.GridRenderer
This method draws a column.
drawColumn(Object[], int, boolean) - Method in class org.gwt.advanced.client.ui.widget.DefaultGridRenderer
This method draws a column.
drawColumn(int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method draws a column getting data from the data model

If the data model is not specified it does nothing.

drawColumn(Object[], int, boolean) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGridRenderer
This method draws a column.
drawColumn(int) - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
This method draws a column getting data from the data model

If the data model is not specified it does nothing.

drawContent(GridDataModel) - Method in interface org.gwt.advanced.client.ui.GridRenderer
This method renders grid content.
drawContent(GridDataModel) - Method in class org.gwt.advanced.client.ui.widget.DefaultGridRenderer
This method renders grid content.
drawContent() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method draws a content of the grid.
drawContent(GridDataModel) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGridRenderer
This method renders grid content.
drawContent(TreeGridRow) - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
This method safely draws the subtree specified by its parent row.
drawContent(GridDataModel) - Method in class org.gwt.advanced.client.ui.widget.TreeGridRenderer
This method renders grid content.
drawHeaders(Object[]) - Method in interface org.gwt.advanced.client.ui.GridRenderer
This method renders column headers.
drawHeaders(Object[]) - Method in class org.gwt.advanced.client.ui.widget.DefaultGridRenderer
This method renders column headers.
drawHeaders() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method draws header cells.
drawPager(TreeCell) - Method in class org.gwt.advanced.client.ui.widget.TreeGridRenderer
This method renders a pager associated with the parent row.
drawRow(Object[], int) - Method in interface org.gwt.advanced.client.ui.GridRenderer
This method renders a particular row.
drawRow(Object[], int) - Method in class org.gwt.advanced.client.ui.widget.DefaultGridRenderer
This method renders a particular row.
drawRow(EditableModelEvent) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method adds a new row into the grid end of the current page if the model row has been added.
drawRow(EditableModelEvent) - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
Draws a grid row on add row event.
drawRow(TreeGridRow, int) - Method in class org.gwt.advanced.client.ui.widget.TreeGridRenderer
This method draws tree grid rows recusrsively.
drawSubgrid(EditableModelEvent) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGrid
This method draws a subgrid on add subgrid event.
drawSubtree(TreeCell) - Method in class org.gwt.advanced.client.ui.widget.TreeGridRenderer
Draws a subtree that belongs to the specified parent.
DropDownPosition - Enum in org.gwt.advanced.client.ui.widget.combo
This enum defines the drop down list position of the ComboBox widget.
dropSelection() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method drops cell selection.
dropWrongSelection(int, int) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGridRenderer
This method drops selection if the specified row is less then one one currently selected rows.

E

Editable - Interface in org.gwt.advanced.client.datamodel
This is interface describing an editable table.
EditableGrid<T extends Editable> - Class in org.gwt.advanced.client.ui.widget
This is an editable grid widget.
EditableGrid(String[], Class[]) - Constructor for class org.gwt.advanced.client.ui.widget.EditableGrid
Creates a new instance of this class.
EditableGrid(String[], Class[], boolean) - Constructor for class org.gwt.advanced.client.ui.widget.EditableGrid
Creates a new instance of this class.
EditableGridDataModel - Class in org.gwt.advanced.client.datamodel
This is a model for editable grids.
EditableGridDataModel(Object[][]) - Constructor for class org.gwt.advanced.client.datamodel.EditableGridDataModel
Creates an instance of this class and initializes it with the data.
EditableGridDataModel(DataModelCallbackHandler<Editable>) - Constructor for class org.gwt.advanced.client.datamodel.EditableGridDataModel
Creates a new instnace of this class and defines the handler.
EditableGridDataModel.RowComparator - Class in org.gwt.advanced.client.datamodel
This is a row comparator implementation.
EditableGridDataModel.RowComparator(int, Comparator<Object>) - Constructor for class org.gwt.advanced.client.datamodel.EditableGridDataModel.RowComparator
Creates a new instance of this class.
EditableModelEvent - Class in org.gwt.advanced.client.datamodel
This class describes an event that is sent by the EditableGridDataModel or subclasses.
EditableModelEvent(EditableModelEvent.EventType) - Constructor for class org.gwt.advanced.client.datamodel.EditableModelEvent
Creates an instance of this class and initilizes mandatory fields.
EditableModelEvent(EditableModelEvent.EventType, int, int) - Constructor for class org.gwt.advanced.client.datamodel.EditableModelEvent
Creates an instance of this class and initializes internal fields.
EditableModelEvent.EventType - Class in org.gwt.advanced.client.datamodel
This is an event safe type class.
EditableModelEvent.EventType() - Constructor for class org.gwt.advanced.client.datamodel.EditableModelEvent.EventType
Protected since used in subclasses.
EditableModelListener - Interface in org.gwt.advanced.client.datamodel
This is a listener interface for all EditableGridDataModel events.
EditCellListener - Interface in org.gwt.advanced.client.ui
This interface describes edit cell listeners.
enabled - Variable in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel.TabState
enabled or disabled
enableEvents(boolean) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGrid
Enables / disables the event manager.
enableVerticalScrolling(boolean) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
This method enables vertical scrolling ability

Note that in different browsers this feature can work in absolutely different ways.

enableVerticalScrolling(boolean) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
This method enables vertical scrolling ability

Note that in different browsers this feature can work in absolutely different ways.

encodeVisibility() - Method in class org.gwt.advanced.client.ui.widget.border.AbstractBorder
Encodes border line visibility attributes so that get a bitmap mask where each bit is a visibility flag value.
ensureVisible(Widget) - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
Makes the item visible in the list according to the check done by the ListPopupPanel.isItemVisible(int) method.
equals(Object) - Method in class org.gwt.advanced.client.datamodel.GridRow
equals(Object) - Method in class org.gwt.advanced.client.datamodel.SubgridKey
equals(Object) - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel.TabHolder
EventMediator - Class in org.gwt.advanced.client.ui.widget
This is an event mediator class developer for centralized grid panel subcomponents interoperability.
EventMediator(GridPanel) - Constructor for class org.gwt.advanced.client.ui.widget.EventMediator
Creates an instance of the mediator and initializes the internal fields.
execute() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridRenderer.DrawRowCommand
This method stops when the end row reached.
execute() - Method in class org.gwt.advanced.client.ui.widget.TreeGridRenderer.DrawTreeRowCommand
This method stops when the end row reached.
ExpandableCell - Interface in org.gwt.advanced.client.ui.widget.cell
This interface describes expandable cell methods.
ExpandableCellFactory - Class in org.gwt.advanced.client.ui.widget.cell
This is a cell factory designed especially to construct expandable cells.
ExpandableCellFactory(EditableGrid) - Constructor for class org.gwt.advanced.client.ui.widget.cell.ExpandableCellFactory
Creates an instance of the factory.
ExpandableCellImpl - Class in org.gwt.advanced.client.ui.widget.cell
This is a basic expandable cell implementation.
ExpandableCellImpl() - Constructor for class org.gwt.advanced.client.ui.widget.cell.ExpandableCellImpl
Creates an instance of this class.
ExpandableCellListener - Interface in org.gwt.advanced.client.ui
This interface describes expandable cell listener.
expandCell(int, int) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGrid
This method expands the cell and adds a subgrid row below the current row.
expandCell(TreeCell) - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
This method expands the specified cell.
ExpandCellEventProducer - Interface in org.gwt.advanced.client.ui
This interface describes a widget that can fire expand cell events.
EXPRESSION_CHANGED - Static variable in class org.gwt.advanced.client.datamodel.SuggestionModelEvent
expression value changed

F

february() - Method in interface org.gwt.advanced.client.ui.resources.CalendarConstants
Returns the February word.
fill(T) - Method in interface org.gwt.advanced.client.datamodel.ListCallbackHandler
See class docs.
fill() - Method in class org.gwt.advanced.client.datamodel.SuggestionBoxDataModel
This method fills the list with the values.
fillList() - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
Fills the list of items starting from the current position and ending with rendering limits

See {2link #isRenderingLimitReached()} for additional details since it's used in the body of this method.

fireAddRowEvent() - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This method fires the add item event.
fireAfterDrawEvent(int, int, Object[]) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method fires row drawing event after the row is drawn.
fireBeforeDrawEvent(int, int, Object[]) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method fires row drawing event before the row is drawn.
fireCellDoubleClicked(SourcesTableDoubleClickEvents, int, int) - Method in class org.gwt.advanced.client.ui.TableDoubleClickListenerCollection
This method fires the double click event and invokes all the listeners stored in this collection.
fireClearEvent(GridDataModel) - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This method fires the cleaning event.
fireClearEvent() - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This method fires the clear items event.
fireClickEvent() - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
Fires click events.
fireColumnEvent(EditableModelEvent.EventType, int) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
Fires a column change events.
fireDoubleClickEvent() - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
Fires double click events.
fireEvent(ListModelEvent) - Method in class org.gwt.advanced.client.datamodel.ComboBoxDataModel
This method fires the specified event and invokes the listeners.
fireEvent(EditableModelEvent) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method fires the specified event.
fireExpandCell(ExpandableCell) - Method in interface org.gwt.advanced.client.ui.ExpandCellEventProducer
This method fires the expand cell event.
fireExpandCell(ExpandableCell) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGrid
This method fires the expand cell event.
fireExpandCell(ExpandableCell) - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
This method fires the expand cell event.
fireFinishEdit(GridCell, Object) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method fires the end edit event.
fireMoveLeftEvent() - Method in class org.gwt.advanced.client.ui.widget.EventMediator
Fires the move left click event.
fireMoveRightEvent() - Method in class org.gwt.advanced.client.ui.widget.EventMediator
Fires the move right click event.
firePageChangeEvent(Pager, int) - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This method fires page change event.
fireRemoveRowEvent() - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This method fires the remove item event.
fireRowEvent(EditableModelEvent.EventType, int) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
Fires a row change events.
fireRowEvent(EditableModelEvent.EventType, TreeGridRow, int) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method fires the CompositeModelEvent.
fireSaveEvent(GridDataModel) - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This method fires grid changes saving event.
fireSaveEvent() - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This method fires the save event.
fireSort(HeaderCell) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method fires the sort event
fireSortEvent(HeaderCell, GridDataModel) - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This method fires sorting event.
fireStartEdit(GridCell) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method fires the start edit event.
firstDayOfWeek() - Method in interface org.gwt.advanced.client.ui.resources.CalendarConstants
Returns the first day of week (0-6).
firstIndex() - Method in class org.gwt.advanced.client.datamodel.GridRowSelectDataModel
Gets the first selected row number (in order they were selected by a user).
firstRow() - Method in class org.gwt.advanced.client.datamodel.GridRowSelectDataModel
Gets the first selected row (in order they were selected by a user).
FloatCell - Class in org.gwt.advanced.client.ui.widget.cell
This is a cell implementation for Float numbers.
FloatCell() - Constructor for class org.gwt.advanced.client.ui.widget.cell.FloatCell
Constructs a new FloatCell.
formatDate(Date) - Method in class org.gwt.advanced.client.ui.widget.cell.DateCell
This method formats the specified date.
formatDate(Date) - Method in class org.gwt.advanced.client.ui.widget.DefaultGridRenderer
This method formates the specified date.
formatString(Object) - Method in class org.gwt.advanced.client.ui.widget.DefaultGridRenderer
This method formats the object and returns its textual representation

If the object is null the method gets an empty string.

fri() - Method in interface org.gwt.advanced.client.ui.resources.CalendarConstants
Returns the fri word.

G

generateUniqueString() - Method in class org.gwt.advanced.client.datamodel.GridRow
This method egnerates an unique string.
get(String) - Method in class org.gwt.advanced.client.datamodel.ComboBoxDataModel
This method returns an item by its ID.
get(int) - Method in class org.gwt.advanced.client.datamodel.ComboBoxDataModel
This method returns an item by its index.
get(int) - Method in class org.gwt.advanced.client.datamodel.GridRow
This method gets data placed in the specified cell.
get(String) - Method in interface org.gwt.advanced.client.datamodel.ListDataModel
This method returns an item by its ID.
get(int) - Method in interface org.gwt.advanced.client.datamodel.ListDataModel
This method returns an item by its index.
get() - Method in class org.gwt.advanced.client.util.Stack
Gets the last element of the stack.
getActiveCell() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Gets a cell that is active, i.e. a cell that is chosen by a user to edit data.
getAddNew() - Method in interface org.gwt.advanced.client.ui.resources.GridToolbarConstants
 
getAmPmMarker() - Method in class org.gwt.advanced.client.ui.widget.Calendar
Getter for property 'amPmMarker'.
getAndRemove() - Method in class org.gwt.advanced.client.util.Stack
Gets the last element of the stack and removes it.
getArrowClickHandler() - Method in class org.gwt.advanced.client.ui.widget.SubtreePager
Getter for property 'arrowClickHandler'.
getBaseDirectory() - Method in class org.gwt.advanced.client.util.ThemeHelper
This method returns a base directory that ends with '/' if it's specified and GWT.getModuleBaseURL() by default.
getBodyElement() - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
Overrides this method to make it accessible for this package and server side renderers.
getBodyElement() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Overrides this method to make it accessible for this package and server side renderers.
getBodyTable() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
Getter for property 'bodyTable'.
getBottomPager() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Getter for property 'bottomPager'.
getBottomPanel() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Getter for property 'bottomPanel'.
getBottomToolbar() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Getter for property 'bottomToolbar'.
getCalendar() - Method in class org.gwt.advanced.client.ui.widget.Calendar.DateChoiceHandler
Getter for property 'calendar'.
getCalendar() - Method in class org.gwt.advanced.client.ui.widget.Calendar.SwitchDateHandler
Getter for property 'calendar'.
getCalendar() - Method in class org.gwt.advanced.client.ui.widget.cell.DateCell
Getter for property 'calendar'.
getCalendar() - Method in class org.gwt.advanced.client.ui.widget.DatePicker
Getter for property 'calendar'.
getCalendarListeners() - Method in class org.gwt.advanced.client.ui.widget.Calendar
Getter for property 'calendarListeners'.
getCalendarPanel() - Method in class org.gwt.advanced.client.ui.widget.DatePicker
Getter for property 'calendarPanel'.
getCellClicked() - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
 
getCellComparator() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method returns a cell comparator.
getCellCount(int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
getCellElement(Element) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
Searches for the td element strting from the clicked element to upper levels of the DOM tree.
getCellFactory() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridRenderer
Getter for property 'cellFactory'.
getCellForEvent(ClickEvent) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
 
getCellForEvent(ClickEvent) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
getCellFormatter() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
getCellPadding() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
getCellSpacing() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
getCheckBox() - Method in class org.gwt.advanced.client.ui.widget.cell.BooleanCell
Getter for property 'checkBox'.
getChildGridPanels() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
This method returns a list of child grid panels.
getChildrenList(TreeGridRow) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Gets a list of children of the specified parent or creates if it doesn't exist.
getChoiceButton() - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
Getter for property 'choiceButton'.
getChoiceButtonImage() - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
Getter for property 'choiceButtonImage'.
getClickCount() - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
 
getClickTimer() - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
 
getCloseButton() - Method in class org.gwt.advanced.client.ui.widget.Calendar
Getter for property 'closeButton'.
getColumn() - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel.RowComparator
Getter for property 'column'.
getColumn() - Method in class org.gwt.advanced.client.datamodel.EditableModelEvent
Gets a number of column that produced this event.
getColumn() - Method in class org.gwt.advanced.client.ui.widget.cell.AbstractCell
This method gets a cell column number.
getColumn() - Method in interface org.gwt.advanced.client.ui.widget.cell.GridCell
This method gets a cell column number.
getColumnByModelColumn(int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Gets a grid column number by a model column index.
getColumnFormatter() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
getColumnNames() - Method in interface org.gwt.advanced.client.datamodel.Editable
This method gets a list of column names.
getColumnNames() - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method gets a list of column names.
getColumnNames() - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method gets a list of column names.
getColumnNames() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method gets a list of column names.
getColumnNamesList() - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
Getter for property 'columnNames'.
getColumnNumber() - Method in class org.gwt.advanced.client.datamodel.SubgridKey
Getter for property 'columnNumber'.
getColumns() - Method in interface org.gwt.advanced.client.datamodel.Editable
Gets an array of all model columns.
getColumns() - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
Gets an array of all model columns.
getColumns() - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
Gets an array of all model columns.
getColumns() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Gets an array of all model columns.
getColumnWidgetClasses() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Getter for property 'columnWidgetClasses'.
getComboBox() - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
Getter for property 'comboBox'.
getComboBoxText(ListDataModel) - Method in class org.gwt.advanced.client.ui.widget.cell.DefaultCellComparator
This method converts the model into its string representation.
getComboBoxText(ComboBox) - Method in class org.gwt.advanced.client.ui.widget.cell.DefaultCellComparator
Gets a text value of the combo box.
getComboBoxWidget(ComboBox) - Method in class org.gwt.advanced.client.ui.widget.cell.ComboBoxCell
This method returns a widget for the inactive combo box.
getComparator() - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel.RowComparator
Getter for property 'comparator'.
getContainerElement() - Method in class org.gwt.advanced.client.ui.widget.border.RoundCornerBorder
Returns a container element that is not equal to the default one.
getContainerElement() - Method in class org.gwt.advanced.client.ui.widget.border.SingleBorder
Gets a div element that replaces an original one.
getContent(Widget) - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel
Gets the content widget by the tab.
getContent() - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel.TabHolder
Gets a content widget.
getContentBorder() - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel
Gets a content border that is already rendered.
getContentBorderFactory() - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel
Gets the content border factory.
getContentElement() - Method in interface org.gwt.advanced.client.ui.widget.border.Border
This method returns an element that is a parent for the nested element.
getContentElement() - Method in class org.gwt.advanced.client.ui.widget.border.RoundCornerBorder
This method returns an element that is a parent for the nested element.
getContentElement() - Method in class org.gwt.advanced.client.ui.widget.border.SingleBorder
This method returns an element that is a parent for the nested element.
getContentElement() - Method in class org.gwt.advanced.client.ui.widget.tab.ContentBorderFactory.OuterBorder
 
getCount() - Method in class org.gwt.advanced.client.datamodel.ComboBoxDataModel
Returns a number of items in the list.
getCount() - Method in interface org.gwt.advanced.client.datamodel.ListDataModel
Returns a number of items in the list.
getCurrent() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridRenderer.DrawRowCommand
Getter for property 'current'.
getCurrentColumn() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Getter for property 'currentColumn'.
getCurrentGridRow() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Gets a currently selected grid row.
getCurrentGridRows() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Gets a list of selected grid rows.
getCurrentPageNumber(TreeGridRow) - Method in interface org.gwt.advanced.client.datamodel.Composite
This method gets a current page number in the subtree.
getCurrentPageNumber() - Method in class org.gwt.advanced.client.datamodel.GridPagerModel
This method gets a current page number.
getCurrentPageNumber() - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method gets a current page number.
getCurrentPageNumber() - Method in interface org.gwt.advanced.client.datamodel.Pageable
This method gets a current page number.
getCurrentPageNumber() - Method in class org.gwt.advanced.client.datamodel.SimpleGridDataModel
This method gets a current page number.
getCurrentPageNumber(TreeGridRow) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method gets a current page number in the subtree.
getCurrentPageNumber() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method gets a current page number.
getCurrentPageNumber() - Method in class org.gwt.advanced.client.datamodel.TreeGridRow
This method gets a current page number.
getCurrentRow() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Gets a currently selected row number

If there are several rows selected it returns only the first row number.

getCurrentRow() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Gets a currently selected row number.
getCurrentRows() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Gets a list of selected row numbers.
getCurrentRows() - Method in class org.gwt.advanced.client.ui.widget.TreeGridRenderer
Getter for property 'currentRows'.
getCurrentSortColumn() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Getter for property 'currentSortColumn'.
getData() - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method returns the data set of the model.
getData() - Method in class org.gwt.advanced.client.datamodel.GridColumn
This method gets data of this row.
getData() - Method in interface org.gwt.advanced.client.datamodel.GridDataModel
This method returns all the data contained in the model.
getData() - Method in class org.gwt.advanced.client.datamodel.GridRow
This method gets data of this row.
getData() - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method returns all the data contained in the model.
getData() - Method in interface org.gwt.advanced.client.datamodel.IndexedEntity
This method gets data of this row.
getData() - Method in class org.gwt.advanced.client.datamodel.SimpleGridDataModel
Getter for property 'data'.
getData() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method returns all the data contained in the model.
getDataList() - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
Gets a list of data.
getDate() - Method in class org.gwt.advanced.client.ui.widget.Calendar
Getter for property 'date'.
getDate() - Method in class org.gwt.advanced.client.ui.widget.DatePicker
Deprecated.
getDate() - Method in class org.gwt.advanced.client.util.DateHelper
Returns the date.
getDateChoiceHandler() - Method in class org.gwt.advanced.client.ui.widget.Calendar
Getter for property 'dateChoiceHandler'.
getDateString(Date) - Method in class org.gwt.advanced.client.ui.widget.Calendar
This method gets the adte string for the header.
getDay() - Method in class org.gwt.advanced.client.util.DateHelper
This method gets a day in the month.
getDayOfWeek() - Method in class org.gwt.advanced.client.util.DateHelper
This method gets a week day number.
getDaysFrom(Date) - Method in class org.gwt.advanced.client.util.DateHelper
This method gets a number of days starting from the specified date.
getDaysTable() - Method in class org.gwt.advanced.client.ui.widget.Calendar
Getter for property 'daysTable'.
getDecorators() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Getter for property 'decorators'.
getDefaultBlurHandler() - Method in class org.gwt.advanced.client.ui.widget.cell.AbstractCell
Getter for property 'defaultBlurHandler'.
getDefaultImageName() - Method in class org.gwt.advanced.client.ui.widget.ComboBox
This method should returns a default button image name.
getDefaultImageName() - Method in class org.gwt.advanced.client.ui.widget.DatePicker
This method should returns a default button image name.
getDefaultImageName() - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
This method should returns a default button image name.
getDefaultSelectedRow() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Getter for property 'defaultSelectedRow'.
getDelegate() - Method in class org.gwt.advanced.client.datamodel.GridRow
Getter for property 'delegate'.
getDelegate() - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
Getter for property 'delegate'.
getDelegate() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Getter for property 'delegate'.
getDelegateHandler() - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Getter for property 'delegateHandler'.
getDisablingFocusManager() - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGridRenderer
Getter for property 'disablingFocusManager'.
getDisplayedPages(TreeGridRow) - Method in interface org.gwt.advanced.client.datamodel.Composite
This method gets the number of pages links to be displayed in the subtree.
getDisplayedPages() - Method in class org.gwt.advanced.client.datamodel.GridPagerModel
This method gets the number of pages links to be displayed.
getDisplayedPages() - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method gets the number of pages links to be displayed.
getDisplayedPages() - Method in interface org.gwt.advanced.client.datamodel.Pageable
This method gets the number of pages links to be displayed.
getDisplayedPages() - Method in class org.gwt.advanced.client.datamodel.SimpleGridDataModel
This method gets the number of pages links to be displayed.
getDisplayedPages(TreeGridRow) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method gets the number of pages links to be displayed in the subtree.
getDisplayedPages() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method gets the number of pages links to be displayed.
getDisplayedPages() - Method in class org.gwt.advanced.client.datamodel.TreeGridRow
This method gets the number of pages links to be displayed.
getDisplayPage() - Method in interface org.gwt.advanced.client.ui.resources.PagerConstants
Method getDisplayPage returns the displayPage message of this PagerConstants object.
getDockPanel() - Method in class org.gwt.advanced.client.ui.widget.cell.HeaderCellImpl
Getter for property 'dockPanel'.
getDOMCellCount(Element, int) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
getDOMCellCount(int) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
getDOMCellCount(Element, int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
getDOMCellCount(int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
getDOMRowCount() - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
getDOMRowCount(Element) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
getDOMRowCount() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
getDOMRowCount(Element) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
getDoubleClickListeners() - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
 
getDropDownPosition() - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Gets applied position of the drop down list.
getDropDownPosition() - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
Gets applied position of the drop down list.
getEditCellListeners() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Getter for property 'editCellListeners'.
getElementHeight(Element) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid.ResizeListener
Gets element height.
getEnd() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridRenderer.DrawRowCommand
Getter for property 'end'.
getEndPage(TreeGridRow) - Method in interface org.gwt.advanced.client.datamodel.Composite
This method returns an end page number in the subtree.
getEndPage() - Method in class org.gwt.advanced.client.datamodel.GridPagerModel
This method returns an end page number.
getEndPage() - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method returns an end page number.
getEndPage() - Method in interface org.gwt.advanced.client.datamodel.Pageable
This method returns an end page number.
getEndPage() - Method in class org.gwt.advanced.client.datamodel.SimpleGridDataModel
This method returns an end page number.
getEndPage(TreeGridRow) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method returns an end page number in the subtree.
getEndPage() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method returns an end page number.
getEndPage() - Method in class org.gwt.advanced.client.datamodel.TreeGridRow
This method returns an end page number.
getEndRow(TreeGridRow) - Method in interface org.gwt.advanced.client.datamodel.Composite
Returns an end row number of the subgrid.
getEndRow() - Method in interface org.gwt.advanced.client.datamodel.GridDataModel
This method returns an end row number.
getEndRow() - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method returns an end row number.
getEndRow() - Method in class org.gwt.advanced.client.datamodel.LazyGridDataModel
This method returns an end row number.
getEndRow(TreeGridRow) - Method in class org.gwt.advanced.client.datamodel.LazyTreeGridDataModel
Returns an end row number of the subgrid.
getEndRow() - Method in class org.gwt.advanced.client.datamodel.SimpleGridDataModel
This method returns an end row number.
getEndRow(TreeGridRow) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Returns an end row number of the subgrid.
getEndRow() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method returns an end row number.
getEnterAction() - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
 
getEventTargetCell(Event) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
getEventTargetCell(Event) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
getEventType() - Method in class org.gwt.advanced.client.datamodel.EditableModelEvent
Gets an event type.
getExpandableCellListeners() - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGrid
Getter for property 'expandableCellListeners'.
getExpandableCellListeners() - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
Getter for property 'expandableCellListeners'.
getExpandableColumn() - Method in interface org.gwt.advanced.client.datamodel.Composite
Gets an index of the expandable column.
getExpandableColumn() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Gets an index of the expandable column.
getExpression() - Method in class org.gwt.advanced.client.datamodel.SuggestionBoxDataModel
Getter for property 'expression'.
getExpression() - Method in class org.gwt.advanced.client.datamodel.SuggestionModelEvent
Gets an expression value.
getExpression() - Method in class org.gwt.advanced.client.ui.widget.SuggestionBox
This method returns an expression entered by a user for drop down list selection.
getExpressionFocusHandler() - Method in class org.gwt.advanced.client.ui.widget.SuggestionBox
Getter for property 'focusHandler'.
getExpressionKeyboardHandler() - Method in class org.gwt.advanced.client.ui.widget.SuggestionBox
Getter for property 'keyboardHandler'.
getExpressionLength() - Method in class org.gwt.advanced.client.ui.widget.SuggestionBox
Getter for property 'expressionLength'.
getFirstDayOfMonth() - Method in class org.gwt.advanced.client.util.DateHelper
This method returns the first date of the month.
getFirstDayOfWeek() - Method in class org.gwt.advanced.client.util.DateHelper
This method returns the first date of the week.
getFlexCellFormatter() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
getFocuses() - Method in class org.gwt.advanced.client.ui.widget.ComboBox.DelegateHandler
 
getFocusPanel() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Getter for property 'focusPanel'.
getFooterTable() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
Getter for property 'footerTable'.
getFooterTdElement(int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
This method gets a footer TD element.
getFooterWidgets() - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
Getter for property 'footerWidgets'.
getFooterWidgets() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
Getter for property 'footerWidgets'.
getFormat() - Method in class org.gwt.advanced.client.ui.widget.DatePicker
Getter for property 'format'.
getFullImageName(String) - Method in class org.gwt.advanced.client.util.ThemeHelper
This method gets a full name of the specified image using the theme name.
getFullResourceName(String) - Method in class org.gwt.advanced.client.util.ThemeHelper
Gets a full resource name applying the ThemeHelper.baseDirectory as a root for the specified relative path.
getGrid() - Method in class org.gwt.advanced.client.ui.widget.cell.AbstractCell
This method gets a grid instance.
getGrid() - Method in class org.gwt.advanced.client.ui.widget.cell.DefaultCellComparator
Getter for property 'grid'.
getGrid() - Method in class org.gwt.advanced.client.ui.widget.cell.DefaultGridCellFactory
Getter for property 'grid'.
getGrid() - Method in interface org.gwt.advanced.client.ui.widget.cell.GridCell
This method gets a grid instance.
getGrid() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridRenderer
Getter for property 'grid'.
getGrid() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Getter for property 'grid'.
getGrid() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid.ResizeListener
Gets a link to the grid.
getGrid() - Method in class org.gwt.advanced.client.ui.widget.SubtreePager
Getter for property 'grid'.
getGridCellFactory() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Getter for property 'gridCellFactory'.
getGridColumn(int) - Method in interface org.gwt.advanced.client.datamodel.Editable
Gets a grid column by index.
getGridColumn(int) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
Gets a grid column by index.
getGridColumn(int) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
Gets a grid column by index.
getGridColumn(int) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Gets a grid column by index.
getGridColumn(int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Gets a grid row column specified by the index.
getGridColumn(String) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method gets a grid column by its name.
getGridColumns() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
gets a list of grid columns currently exisiting in the model (including invisible ones).
getGridEventManager() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Getter for property 'gridEventManager'.
getGridListeners() - Method in class org.gwt.advanced.client.ui.widget.EventMediator
Getter for property 'gridListeners'.
getGridPanel() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Getter for property 'gridPanel'.
getGridPanel() - Method in class org.gwt.advanced.client.ui.widget.GridToolbar
Getter for property 'gridPanel'.
getGridPanel(int, int) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGrid
This method looks for a subgrid panel and returns it if the specified cell has been a least one time expanded.
getGridPanel() - Method in class org.gwt.advanced.client.ui.widget.Pager
Getter for property 'gridPanel'.
getGridPanelCache() - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGrid
Getter for property 'gridPanelCache'.
getGridPanelFactories() - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGrid
Getter for property 'gridPanelFactories'.
getGridRenderer() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Getter for property 'gridRenderer'.
getGridRow() - Method in class org.gwt.advanced.client.ui.widget.cell.TreeCell
getGridRow(int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Gets a grid row specified by the index.
getGridRow(int, int) - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
Gets a tree grid row by parent and child row indexes.
getGridRowByRowNumber(int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Gets a grid row by a row number in the displayed page.
getGridRowByRowNumber(int) - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
Gets a grid row by a row number in the displayed page.
getGridRowNumber(int, int) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGrid
This method calculates a correct row number of the subgrid row.
getGridRows() - Method in class org.gwt.advanced.client.datamodel.GridRowSelectDataModel
Gets a list of selected grid rows.
getGridRows() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Gets a list of grid rows currently loaded into the model.
getGridRows(int) - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
Gets a list of tree grid rows by the parent index.
getHandler() - Method in interface org.gwt.advanced.client.datamodel.Editable
This method returns a callback handler instance.
getHandler() - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method returns a callback handler instance.
getHandler() - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method returns a callback handler instance.
getHandler() - Method in class org.gwt.advanced.client.datamodel.SuggestionBoxDataModel
Getter for property 'handler'.
getHandler() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method returns a callback handler instance.
getHandlerManager() - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
 
getHeaderCell(int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method returns a header cell widget.
getHeaders() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Getter for property 'headers'.
getHeaderTable() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
Getter for property 'headerTable'.
getHeaderWidgets() - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
Getter for property 'headerWidgets'.
getHeaderWidgets() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
Getter for property 'headerWidgets'.
getHeight() - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
Getter for property 'height'.
getHiddenLine() - Method in class org.gwt.advanced.client.ui.widget.tab.AbstractBandRenderer
Gets a tab border line to hide.
getHiddenLine() - Method in class org.gwt.advanced.client.ui.widget.tab.BottomBandRenderer
Gets a tab border line to hide.
getHiddenLine() - Method in class org.gwt.advanced.client.ui.widget.tab.LeftBandRenderer
Gets a tab border line to hide.
getHiddenLine() - Method in class org.gwt.advanced.client.ui.widget.tab.RightBandRenderer
Gets a tab border line to hide.
getHiddenLine() - Method in class org.gwt.advanced.client.ui.widget.tab.TopBandRenderer
Gets a tab border line to hide.
getHighlightRow() - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Gets a highlight row number.
getHighlightRow() - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
Gets a currently highlight row.
getHours() - Method in class org.gwt.advanced.client.ui.widget.Calendar
Getter for property 'hours'.
getHours() - Method in class org.gwt.advanced.client.util.DateHelper
This method gets a hours number from 0 to 23.
getHTML(int, int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
getIdentifier() - Method in class org.gwt.advanced.client.datamodel.GridRow
Getter for property 'identifier'.
getImage() - Method in class org.gwt.advanced.client.ui.widget.cell.ExpandableCellImpl
Getter for property 'image'.
getImage() - Method in class org.gwt.advanced.client.ui.widget.cell.HeaderCellImpl
Getter for property 'image'.
getImage() - Method in class org.gwt.advanced.client.ui.widget.cell.ImageCell
Getter for property 'image'.
getImageName() - Method in class org.gwt.advanced.client.datamodel.IconItem
Getter for property 'imageName'.
getIndex() - Method in class org.gwt.advanced.client.datamodel.GridColumn
Gets an unique index of the object.
getIndex() - Method in class org.gwt.advanced.client.datamodel.GridRow
Gets an unique index of the object.
getIndex() - Method in class org.gwt.advanced.client.datamodel.GridRowSelectDataModel.SelectedRow
Gets a row number in the grid.
getIndex() - Method in interface org.gwt.advanced.client.datamodel.IndexedEntity
Gets an unique index of the object.
getIndex() - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel.TabState
 
getIndexes() - Method in class org.gwt.advanced.client.datamodel.GridRowSelectDataModel
Gets a list of selected row numbers.
getInputDevice() - Method in class org.gwt.advanced.client.ui.widget.combo.ComboBoxChangeEvent
 
getInstance() - Static method in class org.gwt.advanced.client.util.ThemeHelper
This method returns an instance of this class.
getInternalRowIdentifier(int) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method returns an internal row identifier.
getInternalRowIdentifier(int) - Method in class org.gwt.advanced.client.datamodel.LazyGridDataModel
This method returns an internal row identifier.
getInvisibleColumns() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Getter for property 'invisibleColumns'.
getItem(int) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Gets an item by its index

If index < 0 or index >= ComboBox.getItemCount() it throws an exception.

getItem(int) - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
Gets an item by its index

If index < 0 or index >= ListPopupPanel.getItemCount() it throws an exception.

getItemClickHandler() - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
Getter for property 'itemClickHandler'.
getItemCount() - Method in class org.gwt.advanced.client.ui.widget.ComboBox
This method gets an actual number of items displayed in the drop down.
getItemCount() - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
This method gets an actual number of items displayed in the drop down.
getItemId() - Method in class org.gwt.advanced.client.datamodel.ListModelEvent
Gets a related item ID.
getItemIds() - Method in class org.gwt.advanced.client.datamodel.ComboBoxDataModel
Getter for property 'itemIds'.
getItemIndex() - Method in class org.gwt.advanced.client.datamodel.ListModelEvent
Gets a related item index.
getItemIndex(Widget) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Gets an item index if it's displayed in the drop down list.
getItemIndex(Widget) - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
Gets an item index if it's displayed in the drop down list.
getItemIndexes() - Method in class org.gwt.advanced.client.datamodel.ListModelEvent
This method gets a map of affected item indexes mapped to their IDs.
getItems() - Method in class org.gwt.advanced.client.datamodel.ComboBoxDataModel
Getter for property 'items'.
getJumpTo() - Method in interface org.gwt.advanced.client.ui.resources.PagerConstants
Method getJumpTo returns the jumpTo message of this PagerConstants object.
getKeyboardManager() - Method in class org.gwt.advanced.client.ui.widget.ComboBox
This method gets a keybord manager implementation for the component.
getLabel() - Method in class org.gwt.advanced.client.datamodel.IconItem
Getter for property 'label'.
getLabel() - Method in class org.gwt.advanced.client.ui.widget.cell.AbstractCell
Getter for property 'label'.
getLabel() - Method in class org.gwt.advanced.client.ui.widget.cell.TextBaseCell
Gets HTML widget containing cell text.
getLabelText(ListBox) - Method in class org.gwt.advanced.client.ui.widget.cell.DefaultCellComparator
This method returns a text for the inactive label.
getLabelText(ListBox) - Method in class org.gwt.advanced.client.ui.widget.cell.ListCell
This method returns a text for the inactive label.
getLastDayOfMonth() - Method in class org.gwt.advanced.client.util.DateHelper
This method returns the last date of the month.
getLastDayOfWeek() - Method in class org.gwt.advanced.client.util.DateHelper
This method returns the last date of the week.
getLayout() - Method in class org.gwt.advanced.client.ui.widget.Calendar
Getter for property 'layout'.
getLayout() - Method in class org.gwt.advanced.client.ui.widget.SubtreePager
Getter for property 'layout'.
getLayout() - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
Getter for property 'layout'.
getLayoutPosition() - Method in class org.gwt.advanced.client.ui.widget.tab.TabPosition
Gets a dock layout constant that is related to the position.
getLeft() - Method in class org.gwt.advanced.client.ui.widget.SubtreePager
Getter for property 'left'.
getLeftClickHandler() - Method in class org.gwt.advanced.client.ui.widget.Pager
Getter for property 'leftClickHandler'.
getLevel() - Method in class org.gwt.advanced.client.datamodel.TreeGridRow
Gets a level number of this row trying to iterate through all the parents.
getLevelDown() - Method in interface org.gwt.advanced.client.ui.resources.GridToolbarConstants
 
getLevelUp() - Method in interface org.gwt.advanced.client.ui.resources.GridToolbarConstants
 
getList() - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
Getter for property 'list'.
getListBox() - Method in class org.gwt.advanced.client.ui.widget.cell.ListCell
Getter for property 'listBox'.
getListBoxText(ListBox) - Method in class org.gwt.advanced.client.ui.widget.DefaultGridRenderer
This method returns a text for the inactive label.
getListeners() - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
Gets a list of registered listeners.
getListItemFactory() - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Getter for property 'listItemFactory'.
getListPanel() - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Getter for property 'listPanel'.
getListScrollHandler() - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
Getter for property 'listScrollHandler'.
getLockingPanel() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Getter for property 'lockingPanel'.
getLockingPanel() - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
Getter for property 'lockingPanel'.
getMask() - Method in class org.gwt.advanced.client.ui.widget.border.BorderLine
Method getMask returns the mask of this BorderLine object.
getMaxLength() - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
This method gets a maximum length of the text box.
getMediator() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Getter for property 'mediator'.
getMinutes() - Method in class org.gwt.advanced.client.ui.widget.Calendar
Getter for property 'minutes'.
getMinutes() - Method in class org.gwt.advanced.client.util.DateHelper
This method gets minutes number.
getModel() - Method in class org.gwt.advanced.client.datamodel.GridColumn
Getter for property 'model'.
getModel() - Method in class org.gwt.advanced.client.datamodel.GridPagerModel
Getter for property 'model'.
getModel() - Method in class org.gwt.advanced.client.datamodel.TreeGridRow
Getter for property 'model'.
getModel() - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Getter for property 'model'.
getModel() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Getter for property 'model'.
getModel() - Method in class org.gwt.advanced.client.ui.widget.Pager
Getter for property 'model'.
getModel() - Method in class org.gwt.advanced.client.ui.widget.SuggestionBox
Getter for property 'model'.
getModelColumn(int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method returns a column number taking into account invisible columns.
getModelRow(int) - Method in interface org.gwt.advanced.client.ui.GridRenderer
This method converts grid row number to model row number.
getModelRow(int) - Method in class org.gwt.advanced.client.ui.widget.DefaultGridRenderer
This method converts grid row number to model row number.
getModelRow(int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This metod calculates a row number in the model.
getModelRow(int) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGridRenderer
This method converts grid row number to model row number.
getModelRow(int) - Method in class org.gwt.advanced.client.ui.widget.TreeGridRenderer
This method converts grid row number to model row number.
getMonth() - Method in class org.gwt.advanced.client.util.DateHelper
This method gets a month in the year starting from 0.
getMonthAfterButton() - Method in class org.gwt.advanced.client.ui.widget.Calendar
Getter for property 'monthAfterButton'.
getMonthBeforeButton() - Method in class org.gwt.advanced.client.ui.widget.Calendar
Getter for property 'monthBeforeButton'.
getMouseEventsHandler() - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
Getter for property 'mouseEventsListener'.
getName() - Method in class org.gwt.advanced.client.datamodel.GridColumn
Getter for property 'name'.
getName() - Method in class org.gwt.advanced.client.ui.widget.border.BorderLine
Method getName returns the name of this BorderLine object.
getName() - Method in class org.gwt.advanced.client.ui.widget.tab.TabPosition
Gets a name of the position.
getNewValue() - Method in class org.gwt.advanced.client.ui.widget.cell.BooleanCell
This method returns a new value entered while the cell is active.
getNewValue() - Method in class org.gwt.advanced.client.ui.widget.cell.ComboBoxCell
This method returns a new value entered while the cell is active.
getNewValue() - Method in class org.gwt.advanced.client.ui.widget.cell.DateCell
This method returns a new value entered while the cell is active.
getNewValue() - Method in class org.gwt.advanced.client.ui.widget.cell.ExpandableCellImpl
This method returns a new value entered while the cell is active.
getNewValue() - Method in interface org.gwt.advanced.client.ui.widget.cell.GridCell
This method returns a new value entered while the cell is active.
getNewValue() - Method in class org.gwt.advanced.client.ui.widget.cell.HeaderCellImpl
This method returns a new value entered while the cell is active.
getNewValue() - Method in class org.gwt.advanced.client.ui.widget.cell.ImageCell
This method returns a new value entered while the cell is active.
getNewValue() - Method in class org.gwt.advanced.client.ui.widget.cell.LabelCell
This method returns a new value entered while the cell is active.
getNewValue() - Method in class org.gwt.advanced.client.ui.widget.cell.ListCell
This method returns a new value entered while the cell is active.
getNewValue() - Method in class org.gwt.advanced.client.ui.widget.cell.NumberCell
This method returns a new value entered while the cell is active.
getNewValue() - Method in class org.gwt.advanced.client.ui.widget.cell.TextBaseCell
This method returns a new value entered while the cell is active.
getNextPage() - Method in interface org.gwt.advanced.client.ui.resources.PagerConstants
Method getNextPage returns the nextPage message of this PagerConstants object.
getNumberOfDaysInMonth() - Method in class org.gwt.advanced.client.util.DateHelper
This method gets a number of days in the month.
getOpposite() - Method in class org.gwt.advanced.client.ui.widget.border.BorderLine
Gets a line that is opposite to this one.
getOriginalWidget(int, int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Invokes the getWidget() method of the FlexTable.
getPageable() - Method in class org.gwt.advanced.client.datamodel.SimpleGridDataModel
Getter for property 'pageable'.
getPageable() - Method in class org.gwt.advanced.client.datamodel.TreeGridRow
Getter for property 'pageable'.
getPageNumber() - Method in class org.gwt.advanced.client.ui.widget.Pager
Getter for property 'pageNumber'.
getPagerListeners() - Method in class org.gwt.advanced.client.ui.widget.EventMediator
Getter for property 'pagerListeners'.
getPagerListeners() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Getter for property 'pagerListeners'.
getPageSize(TreeGridRow) - Method in interface org.gwt.advanced.client.datamodel.Composite
Gets a page size of the subtree.
getPageSize() - Method in class org.gwt.advanced.client.datamodel.GridPagerModel
This method returns a page size.
getPageSize() - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method returns a page size.
getPageSize() - Method in interface org.gwt.advanced.client.datamodel.Pageable
This method returns a page size.
getPageSize() - Method in class org.gwt.advanced.client.datamodel.SimpleGridDataModel
This method returns a page size.
getPageSize(TreeGridRow) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Gets a page size of the subtree.
getPageSize() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method returns a page size.
getPageSize() - Method in class org.gwt.advanced.client.datamodel.TreeGridRow
This method returns a page size.
getPagingFlags() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Getter for property 'pagingFlags'.
getPanel() - Method in class org.gwt.advanced.client.ui.widget.cell.ExpandableCellImpl
Getter for property 'panel'.
getPanel() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
Gets a grid panel instance.
getPanel() - Method in class org.gwt.advanced.client.ui.widget.EventMediator
Getter for property 'panel'.
getParent() - Method in class org.gwt.advanced.client.datamodel.CompositeModelEvent
Gets a link to a parent row.
getParent() - Method in class org.gwt.advanced.client.datamodel.TreeGridRow
Getter for property 'parent'.
getParentGridPanel() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Getter for property 'parentGridPanel'.
getPopup() - Method in class org.gwt.advanced.client.ui.widget.cell.DateCell
Getter for property 'popup'.
getPosition() - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel
Gets tabs position.
getPositionX(Event) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid.ResizeListener
Gets mouse Y position.
getPositionY(Event) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid.ResizeListener
Gets mouse X position.
getPreviousPage() - Method in interface org.gwt.advanced.client.ui.resources.PagerConstants
Method getPreviousPage returns the previousPage message of this PagerConstants object.
getReadOnlyColumns() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Getter for property 'readOnlyColumns'.
getRemoveAll() - Method in interface org.gwt.advanced.client.ui.resources.GridToolbarConstants
 
getRemovedRows(TreeGridRow) - Method in interface org.gwt.advanced.client.datamodel.Composite
Gets an array of removed rows data.
getRemovedRows() - Method in interface org.gwt.advanced.client.datamodel.Editable
This method returns removed rows.
getRemovedRows() - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method returns removed rows.
getRemovedRows() - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method returns removed rows.
getRemovedRows(TreeGridRow) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Gets an array of removed rows data.
getRemovedRows() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method returns removed rows.
getRemovedRowsList(TreeGridRow) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Gets a list of removed rows for the specified parent row or creates a new one if it doesn't exist.
getRemovedRowsMap() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
getRemoveRow() - Method in interface org.gwt.advanced.client.ui.resources.GridToolbarConstants
 
getRenderer() - Method in class org.gwt.advanced.client.ui.widget.tab.TabPosition
Gets a specific renderer to be applied for this position.
getRequestTimeout() - Method in class org.gwt.advanced.client.ui.widget.SuggestionBox
Gets a timeout value between last expression change and getting data.
getResizeHandler() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Getter for property 'resizeHandler'.
getRight() - Method in class org.gwt.advanced.client.ui.widget.SubtreePager
Getter for property 'right'.
getRightClickHandler() - Method in class org.gwt.advanced.client.ui.widget.Pager
Getter for property 'rightClickHandler'.
getRootRows() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Gets a list of root rows.
getRow(TreeGridRow, int) - Method in interface org.gwt.advanced.client.datamodel.Composite
Gets a grid row of the subtree by index.
getRow(int) - Method in interface org.gwt.advanced.client.datamodel.Editable
Gets a grid row by index.
getRow(int) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
Gets a grid row by index.
getRow() - Method in class org.gwt.advanced.client.datamodel.EditableModelEvent
Gets a number of row that produced this event.
getRow() - Method in class org.gwt.advanced.client.datamodel.GridRowSelectDataModel.SelectedRow
Gets an associated grid row.
getRow(int) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
Gets a grid row by index.
getRow(TreeGridRow, int) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Gets a grid row of the subtree by index.
getRow(int) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Gets a grid row by index.
getRow() - Method in class org.gwt.advanced.client.ui.widget.cell.AbstractCell
This method gets a cell row number.
getRow() - Method in interface org.gwt.advanced.client.ui.widget.cell.GridCell
This method gets a cell row number.
getRow() - Method in class org.gwt.advanced.client.ui.widget.combo.ComboBoxChangeEvent
 
getRow() - Method in class org.gwt.advanced.client.ui.widget.SubtreePager
Getter for property 'row'.
getRowByModelRow(int) - Method in interface org.gwt.advanced.client.ui.GridRenderer
Gets a grid row number on the displayed page by a model row number.
getRowByModelRow(int) - Method in class org.gwt.advanced.client.ui.widget.DefaultGridRenderer
Gets a grid row number on the displayed page by a model row number.
getRowByModelRow(EditableModelEvent) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Gets a grid row number on the displayed page by a model row number.
getRowByModelRow(int) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGridRenderer
Gets a grid row number on the displayed page by a model row number.
getRowByModelRow(EditableModelEvent) - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
Gets a grid row number on the displayed page by a model row number.
getRowByModelRow(int) - Method in class org.gwt.advanced.client.ui.widget.TreeGridRenderer
Gets a grid row number on the displayed page by a model row number.
getRowByModelRow(TreeGridRow, int) - Method in class org.gwt.advanced.client.ui.widget.TreeGridRenderer
This method gets a row number in the grid for the specified model row number.
getRowCount() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
getRowData(int) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method returns row data by the specified row number.
getRowData(int) - Method in interface org.gwt.advanced.client.datamodel.GridDataModel
This method returns row data by the specified row number.
getRowData(int) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method returns row data by the specified row number.
getRowData(int) - Method in class org.gwt.advanced.client.datamodel.LazyGridDataModel
This method returns row data by the specified row number.
getRowData(int) - Method in class org.gwt.advanced.client.datamodel.SimpleGridDataModel
This method returns row data by the specified row number.
getRowData(int) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method returns row data by the specified row number.
getRowDrawHandler() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method returns a row draw handler instance.
getRowFormatter() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
getRowIdentifier() - Method in class org.gwt.advanced.client.datamodel.SubgridKey
Getter for property 'rowIdentifier'.
getRowMapping() - Method in class org.gwt.advanced.client.ui.widget.TreeGridRenderer
Getter for property 'rowMapping'.
getRowNumber() - Method in class org.gwt.advanced.client.ui.widget.TreeGridRenderer.DrawTreeRowCommand
Getter for property 'rowNumber'.
getRows(TreeGridRow) - Method in interface org.gwt.advanced.client.datamodel.Composite
Gets a list of child rows.
getRows() - Method in interface org.gwt.advanced.client.datamodel.Editable
This method returns all rows of the model.
getRows() - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method returns an original list of rows.
getRows() - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method returns all rows of the model.
getRows(TreeGridRow) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Gets a list of child rows.
getRows() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method returns all rows of the model.
getSaveChanges() - Method in interface org.gwt.advanced.client.ui.resources.GridToolbarConstants
 
getScrollPanel() - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
Getter for property 'scrollPanel'.
getScrollPanel() - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
Getter for property 'scrollPanel'.
getScrollPanel() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
Getter for property 'scrollPanel'.
getSeconds() - Method in class org.gwt.advanced.client.ui.widget.Calendar
Getter for property 'seconds'.
getSeconds() - Method in class org.gwt.advanced.client.util.DateHelper
This method gets seconds number.
getSelected() - Method in class org.gwt.advanced.client.datamodel.ComboBoxDataModel
This method returns a selected item.
getSelected() - Method in interface org.gwt.advanced.client.datamodel.ListDataModel
This method returns a selected item.
getSelected() - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel
Gets an index of the selected tab.
getSelected() - Method in class org.gwt.advanced.client.ui.widget.ComboBox
This method returns a selected item.
getSelectedDate() - Method in class org.gwt.advanced.client.ui.widget.Calendar
Getter for property 'selectedDate'.
getSelectedId() - Method in class org.gwt.advanced.client.datamodel.ComboBoxDataModel
This method gets a selected item ID.
getSelectedId() - Method in interface org.gwt.advanced.client.datamodel.ListDataModel
This method gets a selected item ID.
getSelectedId() - Method in class org.gwt.advanced.client.ui.widget.ComboBox
This method returns a selected item ID.
getSelectedIndex() - Method in class org.gwt.advanced.client.datamodel.ComboBoxDataModel
This method gets a selected item index.
getSelectedIndex() - Method in interface org.gwt.advanced.client.datamodel.ListDataModel
This method gets a selected item index.
getSelectedIndex() - Method in class org.gwt.advanced.client.ui.widget.ComboBox
This method returns a selected item index.
getSelectedValue() - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
Getter for property 'selectedValue'.
getSelectedWidget() - Method in class org.gwt.advanced.client.ui.widget.ComboBox
This method gets a widget that is currently selected in the drop down list.
getSelectionModel() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Gets a selection model.
getSelectionModifier() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
Gets a key code of selection modifier pressed by a user.
getSelectRowListeners() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method retuns a list of select row listeners.
getSortableHeaders() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Getter for property 'sortableHeaders'.
getSortColumn() - Method in interface org.gwt.advanced.client.datamodel.GridDataModel
This method returns a sorted column number.
getSortColumn() - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method returns a sorted column number.
getSortColumn() - Method in class org.gwt.advanced.client.datamodel.SimpleGridDataModel
This method returns a sorted column number.
getSortColumn() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method returns a sorted column number.
getSortColumn() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method returns a sort column number.
getSource() - Method in class org.gwt.advanced.client.datamodel.EditableModelEvent
Gets an event source model.
getSource() - Method in class org.gwt.advanced.client.datamodel.ListModelEvent
Gets an event source data model.
getStart() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridRenderer.DrawRowCommand
Getter for property 'start'.
getStartItemIndex() - Method in class org.gwt.advanced.client.ui.widget.ComboBox
 
getStartItemIndex() - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
 
getStartPage(TreeGridRow) - Method in interface org.gwt.advanced.client.datamodel.Composite
This method returns a start page number in the subtree.
getStartPage() - Method in class org.gwt.advanced.client.datamodel.GridPagerModel
This method returns a start page number.
getStartPage() - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method returns a start page number.
getStartPage() - Method in interface org.gwt.advanced.client.datamodel.Pageable
This method returns a start page number.
getStartPage() - Method in class org.gwt.advanced.client.datamodel.SimpleGridDataModel
This method returns a start page number.
getStartPage(TreeGridRow) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method returns a start page number in the subtree.
getStartPage() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method returns a start page number.
getStartPage() - Method in class org.gwt.advanced.client.datamodel.TreeGridRow
This method returns a start page number.
getStartRow(TreeGridRow) - Method in interface org.gwt.advanced.client.datamodel.Composite
Returns a subgrid start row number.
getStartRow() - Method in interface org.gwt.advanced.client.datamodel.GridDataModel
This method returns a start row number.
getStartRow() - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method returns a start row number.
getStartRow() - Method in class org.gwt.advanced.client.datamodel.SimpleGridDataModel
This method returns a start row number.
getStartRow(TreeGridRow) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Returns a subgrid start row number.
getStartRow() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method returns a start row number.
getStyle() - Method in class org.gwt.advanced.client.ui.widget.SubtreePager
Getter for property 'style'.
getSubgridModel(int, int) - Method in interface org.gwt.advanced.client.datamodel.Hierarchical
This method gets a submodel beloging to the specified cell.
getSubgridModel(int, int) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method gets a subgrid model associated with the specified cell.
getSubgridRowsBefore(int) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGridRenderer
This method calculates subgrid rows number before the specified row.
getSublist(List<String>, int, int) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method extract a sublist of the specified list.
getSubmit() - Method in class org.gwt.advanced.client.ui.widget.Pager
Getter for property 'submit'.
getSubRows() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Getter for property 'subRows'.
getSubtreeColumnData(TreeGridRow, int, int) - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
This method gets a list of column data values of the specified subtree recursively.
getSuggestionBoxListeners() - Method in class org.gwt.advanced.client.ui.widget.SuggestionBox
Getter for property 'suggestionBoxListeners'.
getSwitchDateHandler() - Method in class org.gwt.advanced.client.ui.widget.Calendar
Getter for property 'switchDateHandler'.
getTab(int) - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel
Gets the tab widget by index.
getTab() - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel.TabHolder
Gets a tab widget.
getTab() - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel.TabState
 
getTabBorderFactory() - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel
Gets the tabs border factory.
getTableHeight() - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
This method returns an actual table height.
getTableHeight() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
This method returns an actual table height.
getTableWidth() - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
This method returns an actual table width.
getTableWidth() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
This method returns an actual table width.
getTBodyElement() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridRenderer
This method returns a tbody element of the grid.
getText() - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Deprecated.
use ComboBox.getValue() instead.
getText(int, int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
getTextBox() - Method in class org.gwt.advanced.client.ui.widget.cell.TextAreaCell
Gets a text box widget associated with the cell.
getTextBox() - Method in class org.gwt.advanced.client.ui.widget.cell.TextBaseCell
Gets a text box widget associated with the cell.
getTextBox() - Method in class org.gwt.advanced.client.ui.widget.cell.TextBoxCell
Gets a text box widget associated with the cell.
getTextualDate() - Method in class org.gwt.advanced.client.ui.widget.DatePicker
Gets a textual representation of the date using format properties.
getTFootElement() - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
Getter for property 'tFootElement'.
getTFootElement() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
Getter for property 'tFootElement'.
getTh(Event) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid.ResizeListener
This method looks for the TH element starting from the element which produced the event.
getTHeadElement() - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
Getter for property 'tHeadElement'.
getTHeadElement() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridRenderer
This method retuns the thead element of the grid.
getTHeadElement() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
Getter for property 'tHeadElement'.
getThElement(int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
This method gets a TH element.
getThElementWidth(Element) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
Gets element width.
getThemeName() - Method in class org.gwt.advanced.client.util.ThemeHelper
Gets current theme name.
getThisModel() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method returns this instance.
getTimer() - Method in class org.gwt.advanced.client.ui.widget.SuggestionBox
Getter for property 'timer'.
getTodayButton() - Method in class org.gwt.advanced.client.ui.widget.Calendar
Getter for property 'todayButton'.
getToolbarListeners() - Method in class org.gwt.advanced.client.ui.widget.EventMediator
Getter for property 'toolbarListeners'.
getToolbarListeners() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Getter for property 'toolbarListeners'.
getTopPager() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Getter for property 'topPager'.
getTopPanel() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Getter for property 'topPanel'.
getTopToolbar() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Getter for property 'topToolbar'.
getTotalColumnCount() - Method in interface org.gwt.advanced.client.datamodel.Editable
This method returns a total row count.
getTotalColumnCount() - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
Getter for property 'totalColumnCount'.
getTotalColumnCount() - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method returns a total row count.
getTotalColumnCount() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method returns a total row count.
getTotalCount(String) - Method in interface org.gwt.advanced.client.ui.resources.PagerConstants
Method getTotalCount returns a total page count message.
getTotalPagesNumber(TreeGridRow) - Method in interface org.gwt.advanced.client.datamodel.Composite
This method returns a number of existing pages in the subtree.
getTotalPagesNumber() - Method in class org.gwt.advanced.client.datamodel.GridPagerModel
This method returns a number of existing pages.
getTotalPagesNumber() - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method returns a number of existing pages.
getTotalPagesNumber() - Method in interface org.gwt.advanced.client.datamodel.Pageable
This method returns a number of existing pages.
getTotalPagesNumber() - Method in class org.gwt.advanced.client.datamodel.SimpleGridDataModel
This method returns a number of existing pages.
getTotalPagesNumber(TreeGridRow) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method returns a number of existing pages in the subtree.
getTotalPagesNumber() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method returns a number of existing pages.
getTotalPagesNumber() - Method in class org.gwt.advanced.client.datamodel.TreeGridRow
This method returns a number of existing pages.
getTotalRowCount(TreeGridRow) - Method in interface org.gwt.advanced.client.datamodel.Composite
This method gets a total row count for the specified subtree.
getTotalRowCount() - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method is overriden to avoid possible recursions.
getTotalRowCount() - Method in interface org.gwt.advanced.client.datamodel.GridDataModel
This method returns total row count value.
getTotalRowCount() - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method returns total row count value.
getTotalRowCount() - Method in class org.gwt.advanced.client.datamodel.LazyGridDataModel
This method return the total row amount.
getTotalRowCount(TreeGridRow) - Method in class org.gwt.advanced.client.datamodel.LazyTreeGridDataModel
This method gets a total row count for the specified subtree.
getTotalRowCount() - Method in class org.gwt.advanced.client.datamodel.LazyTreeGridRow
Getter for property 'totalRowCount'.
getTotalRowCount() - Method in class org.gwt.advanced.client.datamodel.SimpleGridDataModel
This method returns total row count value.
getTotalRowCount(TreeGridRow) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method gets a total row count for the specified subtree.
getTotalRowCount() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method returns total row count value.
getTreeCell(int) - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
This renderer returns a tree cell for the specified row.
getType() - Method in class org.gwt.advanced.client.datamodel.ListModelEvent
Gets an event type that specifies what exactly happened.
getValidIndex(int) - Method in class org.gwt.advanced.client.datamodel.ComboBoxDataModel
This method calculates a valid index value taking into account the following rule: if the index < 0, it returns 0; if the index > then ComboBoxDataModel.getItemIds() size, it returns ComboBoxDataModel.getItemIds() size.
getValue() - Method in class org.gwt.advanced.client.ui.widget.cell.AbstractCell
This method gets a cell value.
getValue() - Method in interface org.gwt.advanced.client.ui.widget.cell.GridCell
This method gets a cell value.
getValue() - Method in class org.gwt.advanced.client.ui.widget.ComboBox
getValue() - Method in class org.gwt.advanced.client.ui.widget.DatePicker
getVisibleRows() - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Gets a number of visible rows.
getVisibleRows() - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
Gets a number of visible rows.
getWeekNumber() - Method in class org.gwt.advanced.client.util.DateHelper
This method gets a week number starting from the first of January (the first week).
getWidget() - Method in interface org.gwt.advanced.client.ui.widget.border.Border
 
getWidget(int, int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Overrides the super method to emulate grid cell presence.
getWidget(int, int) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGrid
This method returns a widget placed in the cell.
getWidget(int, int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
getWidget() - Method in class org.gwt.advanced.client.ui.widget.tab.ContentBorderFactory.OuterBorder
 
getWidget(int, int) - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
This method returns a widget placed in the cell.
getWidth() - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
Getter for property 'width'.
getYear() - Method in class org.gwt.advanced.client.util.DateHelper
This method gets the year.
getYearAfterButton() - Method in class org.gwt.advanced.client.ui.widget.Calendar
Getter for property 'yearAfterButton'.
getYearBeforeButton() - Method in class org.gwt.advanced.client.ui.widget.Calendar
Getter for property 'yearBeforeButton'.
GridCell - Interface in org.gwt.advanced.client.ui.widget.cell
This is a grid cell interface.
GridCellFactory - Interface in org.gwt.advanced.client.ui.widget.cell
This is a factory to create grid cells.
GridColumn - Class in org.gwt.advanced.client.datamodel
This is a grid column implementation.
GridColumn(Editable) - Constructor for class org.gwt.advanced.client.datamodel.GridColumn
Creates an instance of this class and associates it with the parent model.
GridDataModel - Interface in org.gwt.advanced.client.datamodel
This is an advanced grid data model interface.
GridDecorator - Interface in org.gwt.advanced.client.ui
This is a grid decorator interface.
GridEventManager - Interface in org.gwt.advanced.client.ui
This is an interface of grid event managers.
GridListener - Interface in org.gwt.advanced.client.ui
This interface describes grid events listeners.
GridListenerAdapter - Class in org.gwt.advanced.client.ui
Adapter class for the data model listeners.
GridListenerAdapter() - Constructor for class org.gwt.advanced.client.ui.GridListenerAdapter
 
GridPagerModel - Class in org.gwt.advanced.client.datamodel
This is a basic implementation of the grid pager model.
GridPagerModel(GridDataModel) - Constructor for class org.gwt.advanced.client.datamodel.GridPagerModel
Creates an instance of this class and assigns this model with the grid model.
GridPanel - Class in org.gwt.advanced.client.ui.widget
This is a grid panel widget.
GridPanel() - Constructor for class org.gwt.advanced.client.ui.widget.GridPanel
Constructs a new GridPanel.
GridPanel.WindowResizeHandler - Class in org.gwt.advanced.client.ui.widget
This handler is invoked every time when anything makes the window to be resized.
GridPanel.WindowResizeHandler() - Constructor for class org.gwt.advanced.client.ui.widget.GridPanel.WindowResizeHandler
 
GridPanelFactory - Interface in org.gwt.advanced.client.ui
This interface defines methods of the grid panel factory.
GridRenderer - Interface in org.gwt.advanced.client.ui
This is an interface that describes cell renderers.
GridRow - Class in org.gwt.advanced.client.datamodel
This is a list that has an unique identifier.
GridRow(int) - Constructor for class org.gwt.advanced.client.datamodel.GridRow
Constructs a new GridRow.
GridRow() - Constructor for class org.gwt.advanced.client.datamodel.GridRow
Constructs a new GridRow.
GridRow(Collection<Object>) - Constructor for class org.gwt.advanced.client.datamodel.GridRow
Constructs a new GridRow.
GridRowDrawCallbackHandler - Interface in org.gwt.advanced.client.ui
This is a callback handler to be invoked on one row draw event.
GridRowSelectDataModel - Class in org.gwt.advanced.client.datamodel
This model is defined to store selected grid rows.
GridRowSelectDataModel() - Constructor for class org.gwt.advanced.client.datamodel.GridRowSelectDataModel
 
GridRowSelectDataModel.SelectedRow - Class in org.gwt.advanced.client.datamodel
This is an internal representation of the selections.
GridRowSelectDataModel.SelectedRow(int, GridRow) - Constructor for class org.gwt.advanced.client.datamodel.GridRowSelectDataModel.SelectedRow
Creates an instance of this class and initilizes immutable fields.
GridToolbar - Class in org.gwt.advanced.client.ui.widget
This is a grid toolbar widget.
GridToolbar() - Constructor for class org.gwt.advanced.client.ui.widget.GridToolbar
Creates an instance of this class.
GridToolbarConstants - Interface in org.gwt.advanced.client.ui.resources
This is a toolbar button lebels resource.
GridToolbarListener - Interface in org.gwt.advanced.client.ui
This interface describes grid toolbar listeners.
GridToolbarListenerAdapter - Class in org.gwt.advanced.client.ui
This is an adapter class for the grid toolbar listeners.
GridToolbarListenerAdapter() - Constructor for class org.gwt.advanced.client.ui.GridToolbarListenerAdapter
 
GWTUtil - Class in org.gwt.advanced.client.util
This class contains helper methods for GWT framework.
GWTUtil() - Constructor for class org.gwt.advanced.client.util.GWTUtil
 

H

hasActiveCell() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Checks whether the grid has an activated cell.
hashCode() - Method in class org.gwt.advanced.client.datamodel.GridRow
hashCode() - Method in class org.gwt.advanced.client.datamodel.SubgridKey
hashCode() - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel.TabHolder
hasNext() - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable.AdvancedWidgetIterator
Returns true if a least one of nested iterators returns true.
HeaderCell - Interface in org.gwt.advanced.client.ui.widget.cell
This is a header cell interface.
HeaderCellImpl - Class in org.gwt.advanced.client.ui.widget.cell
This is a header cell implementation.
HeaderCellImpl() - Constructor for class org.gwt.advanced.client.ui.widget.cell.HeaderCellImpl
 
HeaderCellImpl.SortHandler - Class in org.gwt.advanced.client.ui.widget.cell
This handler is invoked on sort event.
HeaderCellImpl.SortHandler() - Constructor for class org.gwt.advanced.client.ui.widget.cell.HeaderCellImpl.SortHandler
 
hide() - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
hideList() - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Hides the drop down list.
Hierarchical - Interface in org.gwt.advanced.client.datamodel
This is a hierarchical grid data model interface.
HierarchicalGrid - Class in org.gwt.advanced.client.ui.widget
This is a hierarchical grid implementation.
HierarchicalGrid(String[], Class[]) - Constructor for class org.gwt.advanced.client.ui.widget.HierarchicalGrid
Creates a new instance of this class.
HierarchicalGrid(String[], Class[], boolean) - Constructor for class org.gwt.advanced.client.ui.widget.HierarchicalGrid
Creates a new instance of this class.
HierarchicalGridDataModel - Class in org.gwt.advanced.client.datamodel
This is a hierarchical grid data model (experimental).
HierarchicalGridDataModel(Object[][]) - Constructor for class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
Initializes the model with the preloaded piece of data set.
HierarchicalGridDataModel(DataModelCallbackHandler<Editable>) - Constructor for class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
Creates a new instnace of this class and defines the handler.
HierarchicalGridEventManager - Class in org.gwt.advanced.client.ui.widget
This is the event manager for the hierarchical grid.
HierarchicalGridEventManager(GridPanel) - Constructor for class org.gwt.advanced.client.ui.widget.HierarchicalGridEventManager
Creates an instance of the class and adds itself to the listeners list of the grid.
HierarchicalGridRenderer - Class in org.gwt.advanced.client.ui.widget
This is an extension for hierarchical grid rendering.
HierarchicalGridRenderer(EditableGrid) - Constructor for class org.gwt.advanced.client.ui.widget.HierarchicalGridRenderer
Creates an instance of this class and initializes the grid cell factory.
HierarchicalGridRenderer.DisablingEventManager - Class in org.gwt.advanced.client.ui.widget
This handler enables / disables the event manager of this grid on subgrids activation.
HierarchicalGridRenderer.DisablingEventManager() - Constructor for class org.gwt.advanced.client.ui.widget.HierarchicalGridRenderer.DisablingEventManager
 
HierarchicalModelEvent - Class in org.gwt.advanced.client.datamodel
This model event extends the super event and additionally describes evet types specific for the Hierarchical data models.
HierarchicalModelEvent(EditableModelEvent.EventType, int, int) - Constructor for class org.gwt.advanced.client.datamodel.HierarchicalModelEvent
Creates an instance of this class invoking the same constructor of the super class.
hoursCircleBasis() - Method in interface org.gwt.advanced.client.ui.resources.CalendarConstants
Returns the hours cycle basis (12 or 24).

I

IconItem - Class in org.gwt.advanced.client.datamodel
This object represents a labeled icon item for the conbo box model.
IconItem(String, String) - Constructor for class org.gwt.advanced.client.datamodel.IconItem
Creates an instance of this class and initilizes internal fields.
ImageCell - Class in org.gwt.advanced.client.ui.widget.cell
This is a cell implementation forr Image widgets.
ImageCell() - Constructor for class org.gwt.advanced.client.ui.widget.cell.ImageCell
 
increaseRowNumbers(int, int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method increases row numbers in the cells.
increaseRowNumbers(int, int) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGrid
This method increases row numbers in the cells.
increaseRowNumbers(int, int) - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
This method increases row numbers in the cells.
INDENT - Static variable in class org.gwt.advanced.client.ui.widget.cell.TreeCell
indent value in pixels
IndexedEntity - Interface in org.gwt.advanced.client.datamodel
This interface describes an indexed enity, i.e. any object that has unique numeric index.
indexOf(Widget) - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel
Gets an index of the specified tab.
insertButton(int, String, ClickHandler) - Method in class org.gwt.advanced.client.ui.widget.GridToolbar
Creates and inserts a new button into the specified position.
insertButton(int, String, String, ClickHandler) - Method in class org.gwt.advanced.client.ui.widget.GridToolbar
Creates and inserts a new button into the specified position.
insertCell(int, int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
insertCells(int, int, int) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
insertCells(int, int, int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
insertHeaderCell(int) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
Inserts a header cell element.
insertHeaderCell(int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
Inserts a header cell element.
insertRow(int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
insertTab(Widget, Widget, int) - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel
Inserts the tab before the specified tab.
INTEGER_PATTERN - Static variable in class org.gwt.advanced.client.ui.widget.cell.NumberCell
integer number pattern
INTEGER_PATTERN - Static variable in class org.gwt.advanced.client.ui.widget.Pager
integer number pattern
IntegerCell - Class in org.gwt.advanced.client.ui.widget.cell
This is a cell implementation for Integer numbers.
IntegerCell() - Constructor for class org.gwt.advanced.client.ui.widget.cell.IntegerCell
Constructs a new IntegerCell.
internalClearCell(Element, boolean) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
internalClearCell(Element, boolean) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
interruptResizing(Event) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid.ResizeListener
This method interrupts resizing.
isActive() - Method in class org.gwt.advanced.client.ui.widget.cell.AbstractCell
This method checks whether the cell is active.
isActive() - Method in interface org.gwt.advanced.client.ui.widget.cell.GridCell
This method checks whether the cell is active.
isAddButtonVisible() - Method in class org.gwt.advanced.client.ui.widget.GridToolbar
Getter for property 'addButtonVisible'.
isArrowsVisible() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Getter for property 'arrowsVisible'.
isArrowsVisible() - Method in class org.gwt.advanced.client.ui.widget.Pager
Getter for property 'arrowsVisible'.
isAscending() - Method in interface org.gwt.advanced.client.datamodel.GridDataModel
This method defines sorting direction.
isAscending() - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method defines sorting direction.
isAscending() - Method in class org.gwt.advanced.client.datamodel.SimpleGridDataModel
This method defines sorting direction.
isAscending() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method defines sorting direction.
isAscending() - Method in interface org.gwt.advanced.client.ui.widget.cell.HeaderCell
This method checks whether the column is sorted ascending.
isAscending() - Method in class org.gwt.advanced.client.ui.widget.cell.HeaderCellImpl
This method checks whether the column is sorted ascending.
isAscending(int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method checks whether the specified column is sorted asceding.
isAscending(int) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Checks whether the column is sorted ascending.
isBottomPagerVisible() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Getter for property 'bottomPagerVisible'.
isBottomToolbarVisible() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Getter for property 'bottomToolbarVisible'.
isCellPresent(int, int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
isChoiceButtonVisible() - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
Getter for property 'choiceButtonVisible'.
isClearButtonVisible() - Method in class org.gwt.advanced.client.ui.widget.GridToolbar
Getter for property 'clearButtonVisible'.
isClientSortEnabled() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method checks whether client sorting is enabled.
isColumnResizingAllowed() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
This method returns column resizability flag.
isCustomTextAllowed() - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
Getter for property 'customTextAllowed'.
isDefaultFocusListenerAdded() - Method in class org.gwt.advanced.client.ui.widget.cell.AbstractCell
Getter for property 'defaultFocusListenerAdded'.
isEmpty() - Method in class org.gwt.advanced.client.datamodel.ComboBoxDataModel
This method returns true if the list of items is empty.
isEmpty() - Method in interface org.gwt.advanced.client.datamodel.GridDataModel
This method checks whether the data model is empty.
isEmpty() - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method checks whether the data model is empty.
isEmpty() - Method in class org.gwt.advanced.client.datamodel.LazyGridDataModel
This method checks whether the data model is empty.
isEmpty() - Method in interface org.gwt.advanced.client.datamodel.ListDataModel
This method returns true if the list of items is empty.
isEmpty() - Method in class org.gwt.advanced.client.datamodel.SimpleGridDataModel
This method checks whether the data model is empty.
isEmpty() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method checks whether the data model is empty.
isEnabled() - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel.TabState
 
isEnabled() - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
Checks whether the controls palced on this panel are enabled.
isExpandable(int) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGrid
This method checks the column for expandability.
isExpanded(int, int) - Method in interface org.gwt.advanced.client.datamodel.Hierarchical
This method checks whether the specified cell is expanded.
isExpanded(int, int) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method checks whether the specified cell is expanded.
isExpanded() - Method in class org.gwt.advanced.client.datamodel.TreeGridRow
Getter for property 'expanded'.
isExpanded() - Method in interface org.gwt.advanced.client.ui.widget.cell.ExpandableCell
This method checks whether the cell is expanded.
isExpanded() - Method in class org.gwt.advanced.client.ui.widget.cell.ExpandableCellImpl
This method checks whether the cell is expanded.
isFF() - Static method in class org.gwt.advanced.client.util.GWTUtil
This method checks whether the current browser is FF.
isFocus() - Method in class org.gwt.advanced.client.ui.widget.ComboBox.DelegateHandler
Getter for property 'focus'.
isHidden() - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
Getter for property 'hidden'.
isIE() - Static method in class org.gwt.advanced.client.util.GWTUtil
This method checks whether the current browser is IE.
isIndexValid(int) - Method in class org.gwt.advanced.client.datamodel.ComboBoxDataModel
This method checks whether the specified index is valid.
isInitialized() - Method in class org.gwt.advanced.client.ui.widget.cell.HeaderCellImpl
Getter for property 'initialized'.
isItemVisible(int) - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
Checks whether the specified item is visible in the scroll area.
isKeyPressed() - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Returns true if cursor is moved by a control key.
isLazyRenderingEnabled() - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Checks whether the lazy rendering option is enabled.
isLazyRenderingEnabled() - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
Checks whether the lazy rendering option is enabled.
isLeaf() - Method in interface org.gwt.advanced.client.ui.widget.cell.ExpandableCell
This method checks whether the expanded cell is a leaf.
isLeaf() - Method in class org.gwt.advanced.client.ui.widget.cell.ExpandableCellImpl
This method checks whether the expanded cell is a leaf.
isListPanelOpened() - Method in class org.gwt.advanced.client.ui.widget.ComboBox
This method check the list panel status.
isLocked() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Getter for property 'locked'.
isLocked() - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
Getter for property 'locked'.
isMoveLeftButtonVisible() - Method in class org.gwt.advanced.client.ui.widget.GridToolbar
Getter for property 'moveLeftButtonVisible'.
isMoveRightButtonVisible() - Method in class org.gwt.advanced.client.ui.widget.GridToolbar
Getter for property 'moveRightButtonVisible'.
isMultiRowModeEnabled() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Checks whether the multi-row selection mode enabled for this grid.
isOverBorder(Event, Element) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid.ResizeListener
This method detects whether the cursor is over the border between columns.
isPageNumberBoxDisplayed() - Method in class org.gwt.advanced.client.ui.widget.Pager
Getter for property 'pageNumberBoxDisplayed'.
isPagerEnabled() - Method in class org.gwt.advanced.client.datamodel.TreeGridRow
Getter for property 'pagerEnabled'.
isReadOnly() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
Checks whether the current cell is read only.
isReadOnly(int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method checks whether the specified column is read only.
isRemoveButtonVisible() - Method in class org.gwt.advanced.client.ui.widget.GridToolbar
Getter for property 'removeButtonVisible'.
isRenderingLimitReached(int) - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
This method checks whether the limit of displayed items reached.
isResizable() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Gets a flag that is responsible for column resisability.
isResizable() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
Getter for property 'resizable'.
isSaveButtonVisible() - Method in class org.gwt.advanced.client.ui.widget.GridToolbar
Getter for property 'saveButtonVisible'.
isScrollable() - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
Getter for property 'scrollable'.
isSelected(int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method checks whether the specified row is selected.
isShadowVisibile() - Method in class org.gwt.advanced.client.ui.widget.border.AbstractBorder
Checks whether the shadow is visible.
isShadowVisibile() - Method in interface org.gwt.advanced.client.ui.widget.border.Border
Checks whether the shadow is visible.
isShowTime() - Method in class org.gwt.advanced.client.ui.widget.Calendar
Getter for property 'showTime'.
isShowWeeksColumn() - Method in class org.gwt.advanced.client.ui.widget.Calendar
Getter for property 'showWeeksColumn'.
isSkipKeyboardEnabled() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
Checks whether the current cell is enabled for activation / deactivation by keyboard events.
isSortable() - Method in interface org.gwt.advanced.client.ui.widget.cell.HeaderCell
This method checks whether the column is sortable.
isSortable() - Method in class org.gwt.advanced.client.ui.widget.cell.HeaderCellImpl
This method checks whether the column is sortable.
isSortable(int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method checks whether the specified column is sortable.
isSortable(int) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Checks whether th column in the grid is sortable.
isSorted() - Method in interface org.gwt.advanced.client.ui.widget.cell.HeaderCell
This method checks whether the column is sorted.
isSorted() - Method in class org.gwt.advanced.client.ui.widget.cell.HeaderCellImpl
This method checks whether the column is sorted.
isSorted(int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method checks whether the specified column is sorted.
isSubgridRow(int) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGridEventManager
 
isSubtreePagingEnabled(TreeGridRow) - Method in interface org.gwt.advanced.client.datamodel.Composite
Checks whether subtree paging is enabled.
isSubtreePagingEnabled(TreeGridRow) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Checks whether subtree paging is enabled.
isTimeVisible() - Method in class org.gwt.advanced.client.ui.widget.DatePicker
Getter for property 'timeVisible'.
isTopPagerVisible() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Getter for property 'topPagerVisible'.
isTopToolbarVisible() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Getter for property 'topToolbarVisible'.
isTotalCountDisplayed() - Method in class org.gwt.advanced.client.ui.widget.Pager
Method isTotalCountDisplayed returns the totalCountDisplayed of this Pager object.
isVisible(BorderLine) - Method in class org.gwt.advanced.client.ui.widget.border.AbstractBorder
Checks whether a border line is visible and returns the status of check.
isVisible(BorderLine) - Method in interface org.gwt.advanced.client.ui.widget.border.Border
Checks whether a border line is visible and returns the status of check.
isVisible(int) - Method in class org.gwt.advanced.client.ui.widget.border.BorderLine
Checks whether the line is visible by a bitmap.
isVisible(int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method detects whether the specified column is visible.
isWeekEndDay(int) - Static method in class org.gwt.advanced.client.util.DateHelper
This method defines whether the specified week day is a weekend.
isWeekEndDay() - Method in class org.gwt.advanced.client.util.DateHelper
Checks whether the date is weekend.
iterator() - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable

J

january() - Method in interface org.gwt.advanced.client.ui.resources.CalendarConstants
Returns the January word.
july() - Method in interface org.gwt.advanced.client.ui.resources.CalendarConstants
Returns the July word.
june() - Method in interface org.gwt.advanced.client.ui.resources.CalendarConstants
Returns the June word.

L

LabelCell - Class in org.gwt.advanced.client.ui.widget.cell
This is a cell implementation for textual value to be represnted as read only label.
LabelCell() - Constructor for class org.gwt.advanced.client.ui.widget.cell.LabelCell
 
LazyGridDataModel - Class in org.gwt.advanced.client.datamodel
This data model reprents lazy loading approach.
LazyGridDataModel(Object[][]) - Constructor for class org.gwt.advanced.client.datamodel.LazyGridDataModel
Initializes the model with the preloaded piece of data set.
LazyGridDataModel(DataModelCallbackHandler<Editable>) - Constructor for class org.gwt.advanced.client.datamodel.LazyGridDataModel
Initializes the model with the preloaded piece of data set.
LazyHierarchicalGridDataModel - Class in org.gwt.advanced.client.datamodel
This is a lazy loadable hierarchical data model.
LazyHierarchicalGridDataModel(Object[][]) - Constructor for class org.gwt.advanced.client.datamodel.LazyHierarchicalGridDataModel
Initializes the model with the preloaded piece of data set.
LazyHierarchicalGridDataModel(DataModelCallbackHandler<Editable>) - Constructor for class org.gwt.advanced.client.datamodel.LazyHierarchicalGridDataModel
Creates a new instnace of this class and defines the handler.
LazyLoadable - Interface in org.gwt.advanced.client.datamodel
This interface describes lazily loadable data models.
LazyLoadableComposite - Interface in org.gwt.advanced.client.datamodel
This interface describes lazy loadable composites.
LazyTreeGridDataModel - Class in org.gwt.advanced.client.datamodel
This class implements lazy loadable tree grid data model.
LazyTreeGridDataModel(Object[][]) - Constructor for class org.gwt.advanced.client.datamodel.LazyTreeGridDataModel
Creates an instance of this class and initializes data putting into lazy loadable delegate.
LazyTreeGridDataModel(TreeDataModelCallbackHandler<? extends Composite, ? extends LazyTreeGridRow>) - Constructor for class org.gwt.advanced.client.datamodel.LazyTreeGridDataModel
Creates an inistanec of this class and synchronizes data using the handler.
LazyTreeGridDataModel.DelegateLazyGridDataModel - Class in org.gwt.advanced.client.datamodel
This is a delegate class for lazy tree rows creation.
LazyTreeGridDataModel.DelegateLazyGridDataModel(Object[][], LazyTreeGridDataModel) - Constructor for class org.gwt.advanced.client.datamodel.LazyTreeGridDataModel.DelegateLazyGridDataModel
Creates a new instance of the delegate.
LazyTreeGridDataModel.DelegateLazyGridDataModel(DataModelCallbackHandler<Editable>) - Constructor for class org.gwt.advanced.client.datamodel.LazyTreeGridDataModel.DelegateLazyGridDataModel
Creates a new instance of the class.
LazyTreeGridRow - Class in org.gwt.advanced.client.datamodel
This class implements lazy loadable tree row.
LazyTreeGridRow() - Constructor for class org.gwt.advanced.client.datamodel.LazyTreeGridRow
Always throws UnsupportedOperationException.
LazyTreeGridRow(Composite) - Constructor for class org.gwt.advanced.client.datamodel.LazyTreeGridRow
Creates an instnace of this class and initilizes the internal fields.
LEFT - Static variable in class org.gwt.advanced.client.ui.widget.border.BorderLine
the left line
LEFT - Static variable in class org.gwt.advanced.client.ui.widget.tab.TabPosition
left side
LeftBandRenderer - Class in org.gwt.advanced.client.ui.widget.tab
This is implementation of the tabs band for the left position.
LeftBandRenderer() - Constructor for class org.gwt.advanced.client.ui.widget.tab.LeftBandRenderer
 
linesVisibility - Variable in class org.gwt.advanced.client.ui.widget.border.AbstractBorder
this map contains lines visibility settings
LINK_ELEMENT_ID - Static variable in class org.gwt.advanced.client.util.ThemeHelper
default name of the CSS link element
ListCallbackHandler<T extends ListDataModel> - Interface in org.gwt.advanced.client.datamodel
This handler is invoked on the suggestion box expression change.
ListCell - Class in org.gwt.advanced.client.ui.widget.cell
This is a cell implementation for List box widgets.
ListCell() - Constructor for class org.gwt.advanced.client.ui.widget.cell.ListCell
 
ListDataModel - Interface in org.gwt.advanced.client.datamodel
This interface describes a list data model.
ListItemFactory - Interface in org.gwt.advanced.client.ui.widget.combo
This is a list item factory that helps to produce items in the ListPopupPanel.
ListModelEvent - Class in org.gwt.advanced.client.datamodel
This is a model event that is sent by the ListDataModel implementations if anything is changed in encapsulated data.
ListModelEvent(ListDataModel, ListModelEvent.EventType) - Constructor for class org.gwt.advanced.client.datamodel.ListModelEvent
Creates an instance of this class.
ListModelEvent(ListDataModel, String, int, ListModelEvent.EventType) - Constructor for class org.gwt.advanced.client.datamodel.ListModelEvent
Creates an instance of this class.
ListModelEvent(ListDataModel, Map<String, Integer>, ListModelEvent.EventType) - Constructor for class org.gwt.advanced.client.datamodel.ListModelEvent
Creates an instance of this class.
ListModelEvent.EventType - Class in org.gwt.advanced.client.datamodel
Event type class

It's in use because older versions of GWT don't support enums.

ListModelEvent.EventType() - Constructor for class org.gwt.advanced.client.datamodel.ListModelEvent.EventType
See class docs
ListModelListener - Interface in org.gwt.advanced.client.datamodel
This is an interface that describes a listeners that is invoked on list data model changes.
ListPopupPanel - Class in org.gwt.advanced.client.ui.widget
This widget displays a scrollable list of items.
ListPopupPanel(ComboBox) - Constructor for class org.gwt.advanced.client.ui.widget.ListPopupPanel
Creates an instance of this class and sets the parent combo box value.
ListPopupPanel.ClickSpyHandler - Class in org.gwt.advanced.client.ui.widget
This handler spies for click events if the list is opened and hides it if there is any element clicked excepting the combo box elements and list elements.
ListPopupPanel.ClickSpyHandler() - Constructor for class org.gwt.advanced.client.ui.widget.ListPopupPanel.ClickSpyHandler
 
ListPopupPanel.ItemClickHandler - Class in org.gwt.advanced.client.ui.widget
This is a click handler required to dispatch click events.
ListPopupPanel.ItemClickHandler() - Constructor for class org.gwt.advanced.client.ui.widget.ListPopupPanel.ItemClickHandler
 
ListPopupPanel.ListMouseHandler - Class in org.gwt.advanced.client.ui.widget
This listener is required to handle mouse moving events over the list.
ListPopupPanel.ListMouseHandler() - Constructor for class org.gwt.advanced.client.ui.widget.ListPopupPanel.ListMouseHandler
 
ListPopupPanel.ListScrollHandler - Class in org.gwt.advanced.client.ui.widget
This scroll handler is invoked on any scrolling event caotured by the items list.
ListPopupPanel.ListScrollHandler() - Constructor for class org.gwt.advanced.client.ui.widget.ListPopupPanel.ListScrollHandler
 
ListPopupPanel.ListWindowResizeHandler - Class in org.gwt.advanced.client.ui.widget
This handler is invoked on window resize and changes opened list popup panel position according to new coordinates of the ComboBox.
ListPopupPanel.ListWindowResizeHandler() - Constructor for class org.gwt.advanced.client.ui.widget.ListPopupPanel.ListWindowResizeHandler
 
lock() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
This method locks the widget and refuses any user activities.
lock() - Method in class org.gwt.advanced.client.ui.widget.LockingPanel
Shows the panel.
lock() - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
This method locks the screen.
LockingPanel - Class in org.gwt.advanced.client.ui.widget
This is a panel that appears when one of components like to lock the screen.
LockingPanel() - Constructor for class org.gwt.advanced.client.ui.widget.LockingPanel
Creates an instance of this class.
LongCell - Class in org.gwt.advanced.client.ui.widget.cell
This is a cell implementation for Long numbers.
LongCell() - Constructor for class org.gwt.advanced.client.ui.widget.cell.LongCell
Constructs a new LongCell.

M

makeResizable(boolean) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
Enables or disables columns resizability.
march() - Method in interface org.gwt.advanced.client.ui.resources.CalendarConstants
Returns the March word.
MasterDetailLayout - Interface in org.gwt.advanced.client.ui
This interface describes an abstract master-detail layout where dependent grid panels must be placed in.
MasterDetailPanel - Class in org.gwt.advanced.client.ui.widget
This is a master-detail panel that can include a tree of dependent grids represented as a table of grids.
MasterDetailPanel() - Constructor for class org.gwt.advanced.client.ui.widget.MasterDetailPanel
Constructs a new MasterDetailPanel with 2 rows and 1 column.
MasterDetailPanel(int, int) - Constructor for class org.gwt.advanced.client.ui.widget.MasterDetailPanel
Constructs a master-detail panel with the specified number of rows and columns.
may() - Method in interface org.gwt.advanced.client.ui.resources.CalendarConstants
Returns the May word.
MODIFIER_ALT - Static variable in interface org.gwt.advanced.client.ui.GridEventManager
Alt key modifier code
MODIFIER_CTRL - Static variable in interface org.gwt.advanced.client.ui.GridEventManager
Ctrl key modifier code
MODIFIER_META - Static variable in interface org.gwt.advanced.client.ui.GridEventManager
Meta key modifier code
MODIFIER_SHIFT - Static variable in interface org.gwt.advanced.client.ui.GridEventManager
Shift key modifier code
mon() - Method in interface org.gwt.advanced.client.ui.resources.CalendarConstants
Returns the mon word.
MONTHS - Static variable in class org.gwt.advanced.client.ui.widget.Calendar
months names
moveByShiftTab() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
Moves a cursor to the next left cell or to the previous line if the current cell is the first in the row.
moveByTab() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
Moves a cursor to the next right cell or to the next line if the current cell is last in the row.
moveCursor(int) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Moves the cursor up or down.
moveCursorDown() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
Moves the cursor down
moveCursorLeft() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
Moves the cursor left
moveCursorRight() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
Moves the cursor right
moveCursorUp() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
Moves the cursor up
moveCursorUp() - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGridEventManager
Moves the cursor up
moveLeft() - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
This method moves the selected row to the left position decreasing its level and changing the row parent to the super parent row.
moveRight() - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
This method moves the selected row to the right position increasing its level and changing the row parent to the nearest parent row having this new level.
moveToEndPage() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
Opens the last page of the grid
moveToFirstCell() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
Moves the cursor to the first cell on this page
moveToLastCell() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
Moves the cursor to the last cell on this page
moveToNextCell() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
Moves the cursor to the next cell
moveToNextPage() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
Open the next page
moveToPreviousCell() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
Moves the cursor to the previous cell
moveToPrevPage() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
Opens the previous page
moveToStartPage() - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
Opens the first page of the grid

N

next() - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable.AdvancedWidgetIterator
Returns the next widget attached to the table.
normalizeColumnsCount(Object[]) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method normalizes a number of columns in all rows adding empty cells.
normalizeRowsCount(Object[]) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method normalizes a number of rows in all columns adding empty cells.
november() - Method in interface org.gwt.advanced.client.ui.resources.CalendarConstants
Returns the November word.
NumberCell - Class in org.gwt.advanced.client.ui.widget.cell
This is an abstract implementation for all numeric cells.
NumberCell(String, double, double) - Constructor for class org.gwt.advanced.client.ui.widget.cell.NumberCell
Creates an instance of the class.

O

october() - Method in interface org.gwt.advanced.client.ui.resources.CalendarConstants
Returns the October word.
onAddClick() - Method in interface org.gwt.advanced.client.ui.GridToolbarListener
This is an operation to be done on Add button click.
onAddClick() - Method in class org.gwt.advanced.client.ui.GridToolbarListenerAdapter
This is an operation to be done on Add button click.
onAddClick() - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This is an operation to be done on Add button click.
onBlur(BlurEvent) - Method in class org.gwt.advanced.client.ui.widget.cell.CellBlurHandler
This method validates entered value and passivate the cell or keep it activated if check fails.
onBlur(BlurEvent) - Method in class org.gwt.advanced.client.ui.widget.ComboBox.DelegateHandler
 
onBlur(BlurEvent) - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
Registers this class instance as a handler for native preview events.
onBlur(BlurEvent) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGridRenderer.DisablingEventManager
 
onBlur(BlurEvent) - Method in class org.gwt.advanced.client.ui.widget.Pager.PageBoxHandler
 
onBlur(BlurEvent) - Method in class org.gwt.advanced.client.ui.widget.SuggestionBox.ExpressionFocusHandler
onBrowserEvent(Event) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
 
onBrowserEvent(Event) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
onBrowserEvent(Event) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid.ResizeListener
This method handles all mouse events related to resizing.
onCancel(T) - Method in interface org.gwt.advanced.client.ui.CalendarListener
This method is invoked on cancel.
onCancel(Calendar) - Method in class org.gwt.advanced.client.ui.widget.DatePicker
This method is invoked on cancel.
onCellClick(ExpandableCell) - Method in interface org.gwt.advanced.client.ui.ExpandableCellListener
This method is invoked every time when a user expands or collapse the cell.
onCellDoubleClick(SourcesTableDoubleClickEvents, int, int) - Method in interface org.gwt.advanced.client.ui.TableDoubleClickListener
This method is invoked if the double click event occurs in one of sender cells.
onChange(String) - Method in class org.gwt.advanced.client.datamodel.SuggestionBoxDataModel
This method is invoked every time a user change the value in the suggestion box.
onChange(T, Date) - Method in interface org.gwt.advanced.client.ui.CalendarListener
This method is invoked when a user chooses a date.
onChange(String) - Method in interface org.gwt.advanced.client.ui.SuggestionBoxListener
This method is invoked every time a user change the value in the suggestion box.
onChange(ChangeEvent) - Method in class org.gwt.advanced.client.ui.widget.ComboBox.DelegateHandler
 
onChange(Calendar, Date) - Method in class org.gwt.advanced.client.ui.widget.DatePicker
This method is invoked when a user chooses a date.
onChange(ChangeEvent) - Method in class org.gwt.advanced.client.ui.widget.SuggestionBox.ExpressionKeyboardHandler
onClear(GridDataModel) - Method in interface org.gwt.advanced.client.ui.GridListener
This method is invoked on grid cler operation.
onClear(GridDataModel) - Method in class org.gwt.advanced.client.ui.GridListenerAdapter
This method is invoked on grid cler operation.
onClear(GridDataModel) - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This method is invoked on grid cler operation.
onClearClick() - Method in interface org.gwt.advanced.client.ui.GridToolbarListener
This is an operation to be done on Clear button click.
onClearClick() - Method in class org.gwt.advanced.client.ui.GridToolbarListenerAdapter
This is an operation to be done on Clear button click.
onClearClick() - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This is an operation to be done on Clear button click.
onClick(ClickEvent) - Method in class org.gwt.advanced.client.ui.widget.Calendar.DateChoiceHandler
 
onClick(ClickEvent) - Method in class org.gwt.advanced.client.ui.widget.Calendar.SwitchDateHandler
See class docs
onClick(ClickEvent) - Method in class org.gwt.advanced.client.ui.widget.cell.HeaderCellImpl.SortHandler
Starts column sorting.
onClick(ClickEvent) - Method in class org.gwt.advanced.client.ui.widget.ComboBox.DelegateHandler
 
onClick(ClickEvent) - Method in class org.gwt.advanced.client.ui.widget.DatePicker.OpenCalendarClickHandler
onClick(ClickEvent) - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
Sets the current position of the cursor or activates the selected cell.
onClick(ClickEvent) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGridEventManager
Sets the current position of the cursor or activates the selected cell.
onClick(ClickEvent) - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel.ItemClickHandler
onClick(ClickEvent) - Method in class org.gwt.advanced.client.ui.widget.SubtreePager.ArrowClickHandler
onClick(ClickEvent) - Method in class org.gwt.advanced.client.ui.widget.tab.TabEventHandler
See class docs.
onFinishEdit(GridCell, Object) - Method in interface org.gwt.advanced.client.ui.EditCellListener
This method is invoked on finish edit (cell passivation) event.
onFocus(FocusEvent) - Method in class org.gwt.advanced.client.ui.widget.ComboBox.DelegateHandler
 
onFocus(FocusEvent) - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
Sets a position of the cursor
onFocus(FocusEvent) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGridRenderer.DisablingEventManager
 
onFocus(FocusEvent) - Method in class org.gwt.advanced.client.ui.widget.Pager.PageBoxHandler
 
onFocus(FocusEvent) - Method in class org.gwt.advanced.client.ui.widget.SuggestionBox.ExpressionFocusHandler
onKeyDown(KeyDownEvent) - Method in class org.gwt.advanced.client.ui.widget.ComboBox.DelegateHandler
 
onKeyPress(KeyPressEvent) - Method in class org.gwt.advanced.client.ui.widget.ComboBox.DelegateHandler
 
onKeyUp(KeyUpEvent) - Method in class org.gwt.advanced.client.ui.widget.ComboBox.DelegateHandler
 
onKeyUp(KeyUpEvent) - Method in class org.gwt.advanced.client.ui.widget.SuggestionBox.ExpressionKeyboardHandler
onModelEvent(EditableModelEvent) - Method in interface org.gwt.advanced.client.datamodel.EditableModelListener
This method is invoked on any data model change event.
onModelEvent(ListModelEvent) - Method in interface org.gwt.advanced.client.datamodel.ListModelListener
This method should implement actions which related widgets must do on events.
onModelEvent(ListModelEvent) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
This method should implement actions which related widgets must do on events.
onModelEvent(EditableModelEvent) - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This method dispatches the model events and invokes appropriate methods of the related grid.
onModelEvent(ListModelEvent) - Method in class org.gwt.advanced.client.ui.widget.SuggestionBox
Additionally listens for events produced by the SuggestionBoxDataModel.
onMouseOut(MouseOutEvent) - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel.ListMouseHandler
onMouseOver(MouseOverEvent) - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel.ListMouseHandler
onMoveLeftClick() - Method in interface org.gwt.advanced.client.ui.GridToolbarListener
This is anoperation to be done on Move Left button click.
onMoveLeftClick() - Method in class org.gwt.advanced.client.ui.GridToolbarListenerAdapter
This is anoperation to be done on Move Left button click.
onMoveLeftClick() - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This is anoperation to be done on Move Left button click.
onMoveRightClick() - Method in interface org.gwt.advanced.client.ui.GridToolbarListener
This is anoperation to be done on Move Right button click.
onMoveRightClick() - Method in class org.gwt.advanced.client.ui.GridToolbarListenerAdapter
This is anoperation to be done on Move Right button click.
onMoveRightClick() - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This is anoperation to be done on Move Right button click.
onPageChange(Pager, int) - Method in interface org.gwt.advanced.client.ui.PagerListener
This method is invoked on page change event.
onPageChange(Pager, int) - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This method is invoked on page change event.
onPreviewNativeEvent(Event.NativePreviewEvent) - Method in class org.gwt.advanced.client.ui.widget.ComboBox.ComboBoxKeyboardManager
See class docs
onPreviewNativeEvent(Event.NativePreviewEvent) - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
Handles key down and key up events to dispatch key combination.
onPreviewNativeEvent(Event.NativePreviewEvent) - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel.ClickSpyHandler
See class docs
onRemoveClick() - Method in interface org.gwt.advanced.client.ui.GridToolbarListener
This is an operation to be done on Remove button click.
onRemoveClick() - Method in class org.gwt.advanced.client.ui.GridToolbarListenerAdapter
This is an operation to be done on Remove button click.
onRemoveClick() - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This is an operation to be done on Remove button click.
onResize(ResizeEvent) - Method in class org.gwt.advanced.client.ui.widget.GridPanel.WindowResizeHandler
Resizes nested components.
onResize(ResizeEvent) - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel.ListWindowResizeHandler
See class docs
onSave(GridDataModel) - Method in interface org.gwt.advanced.client.ui.GridListener
This method in invoked on save opeartion.
onSave(GridDataModel) - Method in class org.gwt.advanced.client.ui.GridListenerAdapter
This method in invoked on save opeartion.
onSave(GridDataModel) - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This method in invoked on save opeartion.
onSaveClick() - Method in interface org.gwt.advanced.client.ui.GridToolbarListener
This is an operation to be done on Save button click.
onSaveClick() - Method in class org.gwt.advanced.client.ui.GridToolbarListenerAdapter
This is an operation to be done on Save button click.
onSaveClick() - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This is an operation to be done on Save button click.
onScroll(ScrollEvent) - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel.ListScrollHandler
see class docs
onSelect(EditableGrid, int) - Method in interface org.gwt.advanced.client.ui.SelectRowListener
This method is invoked every time when row selection is done.
onSelect(EditableGrid, int) - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This method is invoked every time when row selection is done.
onSort(HeaderCell, GridDataModel) - Method in interface org.gwt.advanced.client.ui.GridListener
This method is invoked on column sort event.
onSort(HeaderCell, GridDataModel) - Method in class org.gwt.advanced.client.ui.GridListenerAdapter
This method is invoked on column sort event.
onSort(HeaderCell, GridDataModel) - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This method is invoked on column sort event.
onStartEdit(GridCell) - Method in interface org.gwt.advanced.client.ui.EditCellListener
This method is invoked on start edit (cell activation) event.
org.gwt.advanced.client.datamodel - package org.gwt.advanced.client.datamodel
 
org.gwt.advanced.client.ui - package org.gwt.advanced.client.ui
 
org.gwt.advanced.client.ui.resources - package org.gwt.advanced.client.ui.resources
 
org.gwt.advanced.client.ui.widget - package org.gwt.advanced.client.ui.widget
 
org.gwt.advanced.client.ui.widget.border - package org.gwt.advanced.client.ui.widget.border
 
org.gwt.advanced.client.ui.widget.cell - package org.gwt.advanced.client.ui.widget.cell
 
org.gwt.advanced.client.ui.widget.combo - package org.gwt.advanced.client.ui.widget.combo
 
org.gwt.advanced.client.ui.widget.tab - package org.gwt.advanced.client.ui.widget.tab
 
org.gwt.advanced.client.ui.widget.theme - package org.gwt.advanced.client.ui.widget.theme
 
org.gwt.advanced.client.util - package org.gwt.advanced.client.util
 

P

packBottomPanel() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
This method displays a bottom panel and adds a bottom pager and toolbar into it.
packGrid() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
This method adds a grid into the panel.
packTopPanel() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
This method displays a top panel and adds top pager and toolbar into it.
Pageable - Interface in org.gwt.advanced.client.datamodel
This interface describes pageable object (normally a row set of the grid).
Pager - Class in org.gwt.advanced.client.ui.widget
This is pager widget implementation.
Pager() - Constructor for class org.gwt.advanced.client.ui.widget.Pager
Creates an instance of this class and initialie core elements.
Pager.PageBoxHandler - Class in org.gwt.advanced.client.ui.widget
This handler restores the previous value in the text box if the new one doesn't match restrictions required for the page number values.
Pager.PageBoxHandler() - Constructor for class org.gwt.advanced.client.ui.widget.Pager.PageBoxHandler
 
PagerConstants - Interface in org.gwt.advanced.client.ui.resources
This is a resource bundle interface for the Pager.
PagerListener - Interface in org.gwt.advanced.client.ui
This interface describes pager listeners.
prepare(Widget) - Method in class org.gwt.advanced.client.ui.widget.cell.AbstractCell
This method prepares a cell before displaying it.
prepare(Widget) - Method in class org.gwt.advanced.client.ui.widget.cell.HeaderCellImpl
This method prepares a cell before displaying it.
prepare() - Method in class org.gwt.advanced.client.ui.widget.SubtreePager
This method prepares the pager for displaying.
prepareAmPmListBox(ListBox) - Method in class org.gwt.advanced.client.ui.widget.Calendar
This method prepares the AM / PM marker list box.
prepareCell(int, int) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
prepareCell(GridCell, int, int, Object) - Method in class org.gwt.advanced.client.ui.widget.cell.DefaultGridCellFactory
This method prepares the cell and sets initial values.
prepareCell(int, int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
prepareChoiceButton() - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
Prepares the drop down button for displaying.
prepareColumn(int) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
prepareColumn(int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
prepareData(Object[][], int, int) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method initializes the data set with the specified values.
prepareDays() - Method in class org.gwt.advanced.client.ui.widget.Calendar
This method renders the days section.
prepareEvent(EditableModelEvent) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method prepares the specified event for sending, initilizing necessary fields.
prepareEvent(EditableModelEvent) - Method in class org.gwt.advanced.client.datamodel.LazyTreeGridDataModel.DelegateLazyGridDataModel
This method prepares the specified event for sending, initilizing necessary fields.
prepareEvent(EditableModelEvent) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel.DelegateEditableGridDataModel
This method prepares the specified event for sending, initilizing necessary fields.
prepareFooterCell(int) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
This method prepares the footer cell to be used.
prepareFooterCell(int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
This method prepares the footer cell to be used.
prepareHeader() - Method in class org.gwt.advanced.client.ui.widget.Calendar
This method renders the header.
prepareHeaderCell(int) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
This method prepares the header cell to be used.
prepareHeaderCell(int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
This method prepares the header cell to be used.
prepareLayout() - Method in class org.gwt.advanced.client.ui.widget.Calendar
This method prepares the layout.
prepareList() - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
This method prepares the list of items for displaying.
preparePager(Pager, Panel) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
This method initializes a pager with common values.
prepareRow(int) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
prepareRow(int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
prepareScrolling(boolean) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
Prepares the flex table for scrolling.
prepareScrolling(boolean) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
Prepares the flex table for scrolling.
prepareSelectedValue() - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Prepares the selected value box for displaying.
prepareSelectedValue() - Method in class org.gwt.advanced.client.ui.widget.DatePicker
Prepares the selected value box for displaying.
prepareSelectedValue() - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
Prepares the selected value box for displaying.
prepareTime() - Method in class org.gwt.advanced.client.ui.widget.Calendar
This method renders the time section.
prepareTimeListBox(ListBox, String, int, int) - Method in class org.gwt.advanced.client.ui.widget.Calendar
This method fills the specified list box with integer values.
prepareToolbar(GridToolbar, Panel) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
This method initializes a toolbar with common values.
prepareValue(Object) - Method in class org.gwt.advanced.client.ui.widget.cell.DefaultCellComparator
This method prepares the specified value and replace it with the default one if it's null.
preventEvent(Event) - Static method in class org.gwt.advanced.client.util.GWTUtil
Prevents the event for all browsers.
putPager(Widget) - Method in class org.gwt.advanced.client.ui.widget.cell.TreeCell
This method adds a pager widget into the cell.

R

REAL_PATTERN - Static variable in class org.gwt.advanced.client.ui.widget.cell.NumberCell
real number pattern
refreshAll() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method refreshes all the content and headers.
refreshList() - Method in class org.gwt.advanced.client.ui.widget.SuggestionBox
Deprecated.
you don't have to invoke this method since the list is updated on data model changes.
register(ThemeApplicable) - Method in class org.gwt.advanced.client.util.ThemeHelper
Registers a new applicable widget.
remapIndexes(TreeGridRow) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method remaps indexes in the subtree.
remapIndexes(int, int) - Method in class org.gwt.advanced.client.ui.widget.TreeGridRenderer
This method remaps indexes in the rows mapping.
remove(String...) - Method in class org.gwt.advanced.client.datamodel.ComboBoxDataModel
This method removes the specified items.
remove(int...) - Method in class org.gwt.advanced.client.datamodel.ComboBoxDataModel
This method removes items specified by the indexes.
remove(int) - Method in class org.gwt.advanced.client.datamodel.GridRow
Removes specified cell.
remove(int) - Method in class org.gwt.advanced.client.datamodel.GridRowSelectDataModel
Removes selected row from the model by grid row number.
remove(String...) - Method in interface org.gwt.advanced.client.datamodel.ListDataModel
This method removes the specified items.
remove(int...) - Method in interface org.gwt.advanced.client.datamodel.ListDataModel
This method removes items specified by the indexes.
remove() - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable.AdvancedWidgetIterator
Removes a currently selected widget.
remove(ListModelEvent) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Removes a visual item from the drop down list if the remove event is received.
remove(Widget) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
remove() - Method in class org.gwt.advanced.client.util.Stack
Removes the last element of the stack.
REMOVE_COLUMN - Static variable in class org.gwt.advanced.client.datamodel.EditableModelEvent
on remove particular column
REMOVE_ITEM - Static variable in class org.gwt.advanced.client.datamodel.ListModelEvent
item removed
REMOVE_ROW - Static variable in class org.gwt.advanced.client.datamodel.EditableModelEvent
on remove particular row
REMOVE_SUBGRID - Static variable in class org.gwt.advanced.client.datamodel.HierarchicalModelEvent
on subgrid detach
removeAll(TreeGridRow) - Method in interface org.gwt.advanced.client.datamodel.Composite
Removes all the children of the specified row.
removeAll() - Method in interface org.gwt.advanced.client.datamodel.Editable
This method removes all rows from the model.
removeAll() - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method removes all rows from the model.
removeAll() - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method removes all rows from the model.
removeAll() - Method in class org.gwt.advanced.client.datamodel.LazyGridDataModel
This method removes all rows from the model.
removeAll(TreeGridRow) - Method in class org.gwt.advanced.client.datamodel.LazyTreeGridDataModel
Removes all the children of the specified row.
removeAll(TreeGridRow) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Removes all the children of the specified row.
removeAll() - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method removes all rows from the model.
removeAllRows() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
removeButton(int) - Method in class org.gwt.advanced.client.ui.widget.GridToolbar
This method removes a button from the toolbar.
removeCalendarListener(CalendarListener) - Method in class org.gwt.advanced.client.ui.widget.Calendar
This method removes a calendar listener.
removeCell(int, int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
removeCells(int, int, int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
removeChildGridPanel(GridPanel) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
This method removes a child grid panel.
removeColumn(int) - Method in interface org.gwt.advanced.client.datamodel.Editable
This method removes a column from the model.
removeColumn(String) - Method in interface org.gwt.advanced.client.datamodel.Editable
This method removes a column from the model.
removeColumn(int) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method removes a column from the model.
removeColumn(String) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method deletes the specified column in the data model.
removeColumn(int) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method removes a column from the model.
removeColumn(String) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method removes a column from the model.
removeColumn(int) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method removes a column from the model.
removeColumn(String) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method removes a column from the model.
removeColumn(int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method removes the specified column from the grid

Note that it doesn't remove the column from the data model.

removeColumn(int) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGrid
This method removes the specified column from the grid

Note that it doesn't remove the column from the data model.

removeContent() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method removes all content from the grid.
removeDoubleClickListener(TableDoubleClickListener) - Method in interface org.gwt.advanced.client.ui.SourcesTableDoubleClickEvents
Removes (unregisters) the specified listener.
removeDoubleClickListener(TableDoubleClickListener) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
Removes the double click listener.
removeDoubleClickListener(TableDoubleClickListener) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
Removes the double click listener.
removeEditCellListener(EditCellListener) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method removes the edit cell listener from the internal list.
removeExpandableCellListener(ExpandableCellListener) - Method in interface org.gwt.advanced.client.ui.ExpandCellEventProducer
Removes expandable cell listener.
removeExpandableCellListener(ExpandableCellListener) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGrid
Removes expandable cell listener.
removeExpandableCellListener(ExpandableCellListener) - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
Removes expandable cell listener.
removeFooterWidget(int) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
This method removes the header widget.
removeFooterWidget(int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
This method removes the header widget.
removeGridDecorator(GridDecorator) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method removes the grid decorator from the grid.
removeGridListener(GridListener) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method removes the specified grid listener.
removeGridListener(GridListener) - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This method removes a grid listener.
removeGridListener(GridListener) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
This method removes the specified grid listener.
removeGridPanel(GridPanel) - Method in interface org.gwt.advanced.client.ui.MasterDetailLayout
This method removes a grid panel from this master-detail panel automatically finding it in cells.
removeGridPanel(GridPanel) - Method in class org.gwt.advanced.client.ui.widget.MasterDetailPanel
This method removes a grid panel from this master-detail panel automatically finding it in cells.
removeGridPanelSubtree(GridPanel) - Method in class org.gwt.advanced.client.ui.widget.MasterDetailPanel
This method removes the subtree of panel grids specified by the root panel.
removeHeaderWidget(int) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
This method removes the header widget.
removeHeaderWidget(int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
This method removes the header widget.
removeInternally(String) - Method in class org.gwt.advanced.client.datamodel.ComboBoxDataModel
This method removes one item without sending any event.
removeInvisibleColumn(int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method removes the specified column form the list of invisible columns.
removeListener(EditableModelListener) - Method in interface org.gwt.advanced.client.datamodel.Editable
This method unregisters the specified listener to stop model events receiving.
removeListener(EditableModelListener) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method unregisters the specified listener to stop model events receiving.
removeListener(EditableModelListener) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method unregisters the specified listener to stop model events receiving.
removeListener(EditableModelListener) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method unregisters the specified listener to stop model events receiving.
removeListeners(Widget) - Method in class org.gwt.advanced.client.ui.widget.cell.AbstractCell
This method removes default listeners from the content widget.
removeListeners(Widget) - Method in class org.gwt.advanced.client.ui.widget.cell.BooleanCell
This method does nothing.
removeListeners(Widget) - Method in class org.gwt.advanced.client.ui.widget.cell.DateCell
This method removes default listeners from the content widget.
removeListModelListener(ListModelListener) - Method in class org.gwt.advanced.client.datamodel.ComboBoxDataModel
This method unregisters the specified listener.
removeListModelListener(ListModelListener) - Method in interface org.gwt.advanced.client.datamodel.ListDataModel
Removes a list model listener.
removePager() - Method in class org.gwt.advanced.client.ui.widget.cell.TreeCell
This method removes a pager.
removePagerListener(PagerListener) - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This method removes a pager listener.
removeRow(TreeGridRow, int) - Method in interface org.gwt.advanced.client.datamodel.Composite
Removes the child row.
removeRow(int) - Method in interface org.gwt.advanced.client.datamodel.Editable
This method removes a row from the model.
removeRow(int) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method removes the specified row in the data model.
removeRow(int) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method removes a row from the model.
removeRow(int) - Method in class org.gwt.advanced.client.datamodel.LazyGridDataModel
This method removes the specified row in the data model.
removeRow(TreeGridRow, int) - Method in class org.gwt.advanced.client.datamodel.LazyTreeGridDataModel
Removes the child row.
removeRow(TreeGridRow, int) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Removes the child row.
removeRow(int) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method removes a row from the model.
removeRow() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method removes the currently selected row or several rows if the multi row selection mode enabled.
removeRow() - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGrid
This method removes the currently selected row or several rows if the multi row selection mode enabled.
removeRow(int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
removeRow() - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
This method removes the currently selected row or several rows if the multi row selection mode enabled.
removeSelectRowListener(SelectRowListener) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method removes a selected row listener from the list.
removeSelectRowListener(SelectRowListener) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
This method removes the specified row selection listener.
removeSubgrid(int, int) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGridRenderer
This method collapses the cell and removes an appropriate subgrid row.
removeSubtree(EditableModelEvent) - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
This method cleans the subtree in the grid on remove subtree event received from the data model.
removeSubtree(TreeCell) - Method in class org.gwt.advanced.client.ui.widget.TreeGridRenderer
Removes a subtree that belongs to the specified parent.
removeSuggestionBoxListener(SuggestionBoxListener) - Method in class org.gwt.advanced.client.ui.widget.SuggestionBox
This method removes the suggestion box listener.
removeTab(Widget) - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel
Removes the tab from the panel.
removeToolbarListener(GridToolbarListener) - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This method removes a toolbar listener.
render() - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel
Renders the widget.
render() - Method in class org.gwt.advanced.client.ui.widget.border.AbstractBorder
Reenders the border.
render() - Method in class org.gwt.advanced.client.ui.widget.border.RoundCornerBorder
Reenders the border.
render() - Method in class org.gwt.advanced.client.ui.widget.border.SingleBorder
{@inheritDoc
render(AdvancedTabPanel) - Method in class org.gwt.advanced.client.ui.widget.tab.AbstractBandRenderer
This method build the band that is represented as a FlexTable.
render(AdvancedTabPanel) - Method in interface org.gwt.advanced.client.ui.widget.tab.TabBandRenderer
This method creates a band widget.
renderBottomShadow(Element) - Method in class org.gwt.advanced.client.ui.widget.border.SingleBorder
This method renders a bottom shadow.
renderSubgrid(int, int) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGridRenderer
This method expands the cell and adds a subgrid row below the current row.
renderTabs() - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel
This method renders tabs band widget and puts it in the current position.
replace(int, int, GridRow) - Method in class org.gwt.advanced.client.datamodel.GridRowSelectDataModel
This method relaces the specified row with the new one.
resetPosition() - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
Chooses and sets a mostly appropriate position of the drop down list
Resizable - Interface in org.gwt.advanced.client.ui
This interface describes widegts that can resize themself and nested widgets.
resize() - Method in interface org.gwt.advanced.client.ui.Resizable
This method does resizing of the widget.
resize() - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel
This method does resizing of the widget.
resize() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
This method resizes nested components to make them fix as much space as possible.
resize() - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGrid
This method resizes the grid making it fit as much space as possible.
resize() - Method in class org.gwt.advanced.client.ui.widget.MasterDetailPanel
This method is loaded required to invoke similar methods in all nested grid panels.
resize() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
This method resizes the grid making it fit as much space as possible.
resize() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid.ResizeListener
Resizes selected and sibling columns.
RIGHT - Static variable in class org.gwt.advanced.client.ui.widget.border.BorderLine
the right line
RIGHT - Static variable in class org.gwt.advanced.client.ui.widget.tab.TabPosition
right side
RightBandRenderer - Class in org.gwt.advanced.client.ui.widget.tab
This is implementation of the tabs band for the right position.
RightBandRenderer() - Constructor for class org.gwt.advanced.client.ui.widget.tab.RightBandRenderer
 
RoundCornerBorder - Class in org.gwt.advanced.client.ui.widget.border
This is a border implementation that has rounded corners.
RoundCornerBorder() - Constructor for class org.gwt.advanced.client.ui.widget.border.RoundCornerBorder
Creates an instance of this class.
RoundCornerBorder(boolean, boolean, boolean, boolean) - Constructor for class org.gwt.advanced.client.ui.widget.border.RoundCornerBorder
Creates an instance of this class and initializes border lines visibility attributes with the specified values.
run() - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable.ClickTimer
See class docs
run() - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid.ResizeTimer
See class docs.
run() - Method in class org.gwt.advanced.client.ui.widget.SuggestionBox.ExpressionTimer
runDecorators() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method runs all attached decorators in the same order they have been added.

S

sat() - Method in interface org.gwt.advanced.client.ui.resources.CalendarConstants
Returns the sat word.
select(int) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Selects the specified item in the model and in the drop down list.
select(ListModelEvent) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Highlights the visual item in the drop down list if it's selected in the model.
SELECT_ITEM - Static variable in class org.gwt.advanced.client.datamodel.ListModelEvent
item selected
selectRow(int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method marks the specified row as selected.
selectRow(int) - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
This method higlights a selected row.
SelectRowListener - Interface in org.gwt.advanced.client.ui
This interface describes a listeners that handles row selection events.
selectRows(int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method selects the rows between the currently selected row and the specified one including both of them into the selection.
selectRows(int) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGrid
This method selects the rows between the currently selected row and the specified one including both of them into the selection.
selectTab(int) - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel
Do the same things like the AdvancedTabPanel.setSelected(int) method and included into the class for changing from GWT TabPanel to this one.
september() - Method in interface org.gwt.advanced.client.ui.resources.CalendarConstants
Returns the September word.
set(int, Object) - Method in class org.gwt.advanced.client.datamodel.GridRow
Sets the specified data to the cell.
setActive(boolean) - Method in class org.gwt.advanced.client.ui.widget.cell.AbstractCell
Setter for property 'active'.
setAddButtonVisible(boolean) - Method in class org.gwt.advanced.client.ui.widget.GridToolbar
Setter for property 'addButtonVisible'.
setArrows() - Method in class org.gwt.advanced.client.ui.widget.SubtreePager
Sets correct images for the arrows taking into account the current page number.
setArrowsVisible(boolean) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Setter for property 'arrowsVisible'.
setArrowsVisible(boolean) - Method in class org.gwt.advanced.client.ui.widget.Pager
Setter for property 'arrowsVisible'.
setAscending(boolean) - Method in interface org.gwt.advanced.client.datamodel.GridDataModel
This method sets sort direction.
setAscending(boolean) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method sets sort direction.
setAscending(boolean) - Method in class org.gwt.advanced.client.datamodel.SimpleGridDataModel
This method sets sort direction.
setAscending(boolean) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method sets sort direction.
setAscending(boolean) - Method in interface org.gwt.advanced.client.ui.widget.cell.HeaderCell
This method sets asceding sort flag value.
setAscending(boolean) - Method in class org.gwt.advanced.client.ui.widget.cell.HeaderCellImpl
This method sets asceding sort flag value.
setAscending(boolean) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method sets the order of sorting and redisplays the grid.
setAscending(boolean) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Sets the acsending / descending order of sorting.
setAssociatedSubgrids(Map<SubgridKey, GridDataModel>) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
Setter for property 'associatedSubgrids'.
setBaseDirectory(String) - Method in class org.gwt.advanced.client.util.ThemeHelper
Setter for property 'baseDirectory'.
setBodyHeight(String) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
Sets body height property to the specified value.
setBodyWidth(String) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
Sets body width property to the specified value.
setBorderWidth(int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
setBottomPager(Pager) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Setter for property 'bottomPager'.
setBottomPagerVisible(boolean) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Setter for property 'bottomPagerVisible'.
setBottomPanel(Panel) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Setter for property 'bottomPanel'.
setBottomToolbar(GridToolbar) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Setter for property 'bottomToolbar'.
setBottomToolbarVisible(boolean) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Setter for property 'bottomToolbarVisible'.
setButtonEnabled(int, boolean) - Method in class org.gwt.advanced.client.ui.widget.GridToolbar
Sets a button enabled or disabled.
setButtonVisible(int, boolean) - Method in class org.gwt.advanced.client.ui.widget.GridToolbar
Sets a button visible or invisible.
setCellClicked(Element) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
 
setCellComparator(Comparator<Object>) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method sets custom cell comparator.
setCellFormatter(HTMLTable.CellFormatter) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
setCellPadding(int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
setCellSpacing(int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
setCellText(String, int, int, String) - Method in class org.gwt.advanced.client.ui.widget.DefaultGridRenderer
This method sets the cell value in textual format.
setCellWidget(Widget, int, int, String) - Method in class org.gwt.advanced.client.ui.widget.DefaultGridRenderer
Sets the widget into the specified cell and decorates this cell with the specified style.
setChoiceButtonImage(Image) - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
Setter for property 'choiceButtonImage'.
setChoiceButtonVisible(boolean) - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
Setter for property 'choiceButtonVisible'.
setClearButtonVisible(boolean) - Method in class org.gwt.advanced.client.ui.widget.GridToolbar
Setter for property 'clearButtonVisible'.
setClickCount(int) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
 
setClickTimer(Timer) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
 
setColumn(int) - Method in class org.gwt.advanced.client.datamodel.EditableModelEvent
Sets the column that produced this event.
setColumNames(String[]) - Method in interface org.gwt.advanced.client.datamodel.Editable
This method sets a list of column names

This list must be in the same order like the data array columns (see Editable.update(Object[][]) for details.

setColumNames(String[]) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method sets a list of column names

This list must be in the same order like the data array columns (see Editable.update(Object[][]) for details.

setColumNames(String[]) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method sets a list of column names

This list must be in the same order like the data array columns (see Editable.update(Object[][]) for details.

setColumNames(String[]) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method sets a list of column names

This list must be in the same order like the data array columns (see Editable.update(Object[][]) for details.

setColumnFormatter(HTMLTable.ColumnFormatter) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
setColumnResizingAllowed(boolean) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
This method switches on / off column resizability.
setColumnWidth(int, int) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGrid
This method sets column size in pixels.
setColumnWidth(int, int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
This method sets column size in pixels.
setCurrent(int) - Method in class org.gwt.advanced.client.ui.widget.DefaultGridRenderer.DrawRowCommand
Setter for property 'current'.
setCurrentCell(int, int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Sets a current column number and activates the cell that belong to this column and the current row.
setCurrentPageNumber(TreeGridRow, int) - Method in interface org.gwt.advanced.client.datamodel.Composite
This method sets the current page number in the subtree.
setCurrentPageNumber(int) - Method in class org.gwt.advanced.client.datamodel.GridPagerModel
This method sets the current page number.
setCurrentPageNumber(int) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method sets the current page number.
setCurrentPageNumber(int) - Method in interface org.gwt.advanced.client.datamodel.Pageable
This method sets the current page number.
setCurrentPageNumber(int) - Method in class org.gwt.advanced.client.datamodel.SimpleGridDataModel
This method sets the current page number.
setCurrentPageNumber(TreeGridRow, int) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method sets the current page number in the subtree.
setCurrentPageNumber(int) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method sets the current page number.
setCurrentPageNumber(int) - Method in class org.gwt.advanced.client.datamodel.TreeGridRow
This method sets the current page number.
setCurrentPageNumber(GridDataModel, Pager) - Method in class org.gwt.advanced.client.ui.widget.EventMediator
This method sets a curent page number.
setCurrentPageNumber(int) - Method in class org.gwt.advanced.client.ui.widget.Pager
Setter for property 'currentPageNumber'.
setCurrentRow(int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Setter for property 'currentRow'.
setCursor(int, int, boolean) - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
This method sets the current cell value.
setCursor(int, int, boolean) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGridEventManager
This method sets the current cell value.
setCursor(Event) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid.ResizeListener
Sets a cursor style.
setCustomTextAllowed(boolean) - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
Setter for property 'customTextAllowed'.
setData(Object[]) - Method in class org.gwt.advanced.client.datamodel.GridRow
This method sets data into the row.
setDate(Date) - Method in class org.gwt.advanced.client.ui.widget.Calendar
Setter for property 'date'.
setDate(Date) - Method in class org.gwt.advanced.client.ui.widget.DatePicker
Deprecated.
setDefaultSelectedRow(int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Setter for property 'defaultSelectedRow'.
setDelegate(EditableGridDataModel) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
Setter for property 'delegate'.
setDelegate(EditableGridDataModel) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Setter for property 'delegate'.
setDisplayedPages(TreeGridRow, int) - Method in interface org.gwt.advanced.client.datamodel.Composite
This method sets the number of pages links to be displayed in the subtree.
setDisplayedPages(int) - Method in class org.gwt.advanced.client.datamodel.GridPagerModel
This method sets the number of pages links to be displayed.
setDisplayedPages(int) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method sets the number of pages links to be displayed.
setDisplayedPages(int) - Method in interface org.gwt.advanced.client.datamodel.Pageable
This method sets the number of pages links to be displayed.
setDisplayedPages(int) - Method in class org.gwt.advanced.client.datamodel.SimpleGridDataModel
This method sets the number of pages links to be displayed.
setDisplayedPages(TreeGridRow, int) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method sets the number of pages links to be displayed in the subtree.
setDisplayedPages(int) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method sets the number of pages links to be displayed.
setDisplayedPages(int) - Method in class org.gwt.advanced.client.datamodel.TreeGridRow
This method sets the number of pages links to be displayed.
setDoubleClikcListeners(TableDoubleClickListenerCollection) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
 
setDropDownPosition(DropDownPosition) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Sets applied position of the drop down list.
setDropDownPosition(DropDownPosition) - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
Sets applied position of the drop down list.
setEnabled(boolean) - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel.TabState
 
setEnabled(boolean) - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
Enables or disables the controls inside the panel.
setEnterAction(TextButtonPanel.EnterAction) - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
 
setExpandableColumn(int) - Method in interface org.gwt.advanced.client.datamodel.Composite
Sets the expandable column using its index.
setExpandableColumn(String) - Method in interface org.gwt.advanced.client.datamodel.Composite
Sets the exapandbale column by its name.
setExpandableColumn(int) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Sets the expandable column using its index.
setExpandableColumn(String) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Sets the exapandbale column by its name.
setExpanded(int, int, boolean) - Method in interface org.gwt.advanced.client.datamodel.Hierarchical
This method sets expanded flag for the specified cell.
setExpanded(int, int, boolean) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method sets expanded flag for the specified cell.
setExpanded(boolean) - Method in class org.gwt.advanced.client.datamodel.TreeGridRow
Setter for property 'expanded'.
setExpanded(boolean) - Method in interface org.gwt.advanced.client.ui.widget.cell.ExpandableCell
This method sets an expanded flag value for the cell.
setExpanded(boolean) - Method in class org.gwt.advanced.client.ui.widget.cell.ExpandableCellImpl
This method sets an expanded flag value for the cell.
setExpandedCells(Map<SubgridKey, Boolean>) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
Setter for property 'expandedCells'.
setExpression(String) - Method in class org.gwt.advanced.client.datamodel.SuggestionBoxDataModel
Setter for property 'expression'.
setExpression(String) - Method in class org.gwt.advanced.client.ui.widget.SuggestionBox
Sets the expression value and displays it in the text box.
setExpressionLength(int) - Method in class org.gwt.advanced.client.ui.widget.SuggestionBox
Setter for property 'expressionLength'.
setFocus(boolean) - Method in class org.gwt.advanced.client.ui.widget.cell.BooleanCell
This method sets focus to the cell.
setFocus(boolean) - Method in class org.gwt.advanced.client.ui.widget.cell.ComboBoxCell
This method sets focus to the cell.
setFocus(boolean) - Method in class org.gwt.advanced.client.ui.widget.cell.DateCell
This method sets focus to the cell.
setFocus(boolean) - Method in class org.gwt.advanced.client.ui.widget.cell.ExpandableCellImpl
This method sets focus to the cell.
setFocus(boolean) - Method in interface org.gwt.advanced.client.ui.widget.cell.GridCell
This method sets focus to the cell.
setFocus(boolean) - Method in class org.gwt.advanced.client.ui.widget.cell.HeaderCellImpl
This method sets focus to the cell.
setFocus(boolean) - Method in class org.gwt.advanced.client.ui.widget.cell.ImageCell
This method sets focus to the cell.
setFocus(boolean) - Method in class org.gwt.advanced.client.ui.widget.cell.LabelCell
This method sets focus to the cell.
setFocus(boolean) - Method in class org.gwt.advanced.client.ui.widget.cell.ListCell
This method sets focus to the cell.
setFocus(boolean) - Method in class org.gwt.advanced.client.ui.widget.cell.TextBaseCell
This method sets focus to the cell.
setFocus(boolean) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
This method sets focus on this widget.
setFocus(boolean) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method sets focus to the grid.
setFooterWidget(int, Widget) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
This method sets a widget for the specified footer cell.
setFooterWidget(int, Widget) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
This method sets a widget for the specified footer cell.
setFormat(String) - Method in class org.gwt.advanced.client.ui.widget.DatePicker
Sets a format string for the displaying date and time.
setGrid(FlexTable) - Method in class org.gwt.advanced.client.ui.widget.cell.AbstractCell
This method sets the grid instance.
setGrid(FlexTable) - Method in interface org.gwt.advanced.client.ui.widget.cell.GridCell
This method sets the grid instance.
setGrid(EditableGrid) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Setter for property 'grid'.
setGridCellfactory(GridCellFactory) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Setter for property 'gridCellFactory'.
setGridEventManager(GridEventManager) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Setter for property 'gridEventManager'.
setGridFocus(boolean) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
This method sets focus to the grid.
setGridPanel(GridPanel) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Setter for property 'gridPanel'.
setGridPanel(GridPanel) - Method in class org.gwt.advanced.client.ui.widget.GridToolbar
Setter for property 'gridPanel'.
setGridPanel(int, int, GridPanel, GridPanel, String) - Method in class org.gwt.advanced.client.ui.widget.MasterDetailPanel
This method puts the specified panel into the cell.
setGridPanel(GridPanel) - Method in class org.gwt.advanced.client.ui.widget.Pager
Setter for property 'gridPanel'.
setGridRenderer(GridRenderer) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Setter for property 'gridRenderer'.
setGridRow(TreeGridRow) - Method in class org.gwt.advanced.client.ui.widget.cell.TreeCell
Setter for property 'gridRow'.
setHandler(DataModelCallbackHandler<Editable>) - Method in interface org.gwt.advanced.client.datamodel.Editable
This method sets a callback handler.
setHandler(DataModelCallbackHandler<Editable>) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method sets a callback handler.
setHandler(DataModelCallbackHandler<Editable>) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method sets a callback handler.
setHandler(ListCallbackHandler) - Method in class org.gwt.advanced.client.datamodel.SuggestionBoxDataModel
Sets the callback handler that must fill the model with the values on demand.
setHandler(DataModelCallbackHandler<Editable>) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method sets a callback handler.
setHandlerManager(HandlerManager) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
 
setHeaderHeight(String) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
Sets header height property to the specified value.
setHeaderWidget(int, Widget) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
This method sets a widget for the specified header cell.
setHeaderWidget(int, Widget) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
This method sets a widget for the specified header cell.
setHeaderWidth(String) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
Sets header width property to the specified value.
setHeight(String) - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
setHidden(boolean) - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
Setter for property 'hidden'.
setHighlightRow(int) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Sets a highlight row number and display the row as selected but not actually select it.
setHighlightRow(int) - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
Sets the highlight row number.
setHTML(int, int, String) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
setIdentifier(String) - Method in class org.gwt.advanced.client.datamodel.GridRow
Setter for property 'identifier'.
setImage(Image) - Method in class org.gwt.advanced.client.ui.widget.cell.ExpandableCellImpl
Setter for property 'image'.
setIndex(int) - Method in class org.gwt.advanced.client.datamodel.GridColumn
Sets an unique index of the object.
setIndex(int) - Method in class org.gwt.advanced.client.datamodel.GridRow
Sets an unique index of the object.
setIndex(int) - Method in interface org.gwt.advanced.client.datamodel.IndexedEntity
Sets an unique index of the object.
setIndex(int) - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel.TabState
 
setInvisibleColumn(int, boolean) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
This method sets the specified column
setKeyPressed(boolean) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Sets the value of the key pressed flag.
setLabel(Label) - Method in class org.gwt.advanced.client.ui.widget.cell.AbstractCell
Setter for property 'label'.
setLazyRenderingEnabled(boolean) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Enables or disables lazy rendering option.
setLazyRenderingEnabled(boolean) - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
Enables or disables lazy rendering option.
setLeaf(boolean) - Method in interface org.gwt.advanced.client.ui.widget.cell.ExpandableCell
This method sets a leaf flag value.
setLeaf(boolean) - Method in class org.gwt.advanced.client.ui.widget.cell.ExpandableCellImpl
This method sets a leaf flag value.
setLinkHref(String, String) - Static method in class org.gwt.advanced.client.util.StyleUtil
This method sets a href attribute of the specified link element.
setListItemFactory(ListItemFactory) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Setter for property 'listItemFactory'.
setListPopupOpened(boolean) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Opens / closes list popup panel by request.
setLocked(boolean) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Setter for property 'locked'.
setLocked(boolean) - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
Setter for property 'locked'.
setMaxLength(int) - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
This method sets a maximum length of the text box.
setModel(Composite) - Method in class org.gwt.advanced.client.datamodel.TreeGridRow
Setter for property 'model'.
setModel(T) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Setter for property 'model'.
setModel(T) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Setter for property 'model'.
setModel(Pageable) - Method in class org.gwt.advanced.client.ui.widget.Pager
Setter for property 'model'.
setModel(SuggestionBoxDataModel) - Method in class org.gwt.advanced.client.ui.widget.SuggestionBox
Setter for property 'model'.
setMoveLeftButtonVisible(boolean) - Method in class org.gwt.advanced.client.ui.widget.GridToolbar
Setter for property 'moveLeftButtonVisible'.
setMoveRightButtonVisible(boolean) - Method in class org.gwt.advanced.client.ui.widget.GridToolbar
Setter for property 'moveRightButtonVisible'.
setMultiRowModeEnabled(boolean) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Enables or disbales the multi-row selection mode.
setMultiRowModeEnabled(boolean) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Enables or disables the multi-row selection mode.
setName(String) - Method in class org.gwt.advanced.client.datamodel.GridColumn
Setter for property 'name'.
setOpposite(BorderLine) - Method in class org.gwt.advanced.client.ui.widget.border.BorderLine
Sets an opposite line to this one.
setPage(int) - Method in class org.gwt.advanced.client.ui.widget.DefaultGridEventManager
Setter for property 'page'.
setPageable(Pageable) - Method in class org.gwt.advanced.client.datamodel.SimpleGridDataModel
Setter for property 'pageable'.
setPageable(Pageable) - Method in class org.gwt.advanced.client.datamodel.TreeGridRow
Setter for property 'pageable'.
setPageNumberBoxDisplayed(boolean) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Sets the page number boxes visible.
setPageNumberBoxDisplayed(boolean) - Method in class org.gwt.advanced.client.ui.widget.Pager
Setter for property 'pageNumberBoxDisplayed'.
setPagerEnabled(boolean) - Method in class org.gwt.advanced.client.datamodel.TreeGridRow
Setter for property 'pagerEnabled'.
setPageSize(TreeGridRow, int) - Method in interface org.gwt.advanced.client.datamodel.Composite
Sets a page size value.
setPageSize(int) - Method in class org.gwt.advanced.client.datamodel.GridPagerModel
This method sets a page size.
setPageSize(int) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method sets a page size.
setPageSize(int) - Method in interface org.gwt.advanced.client.datamodel.Pageable
This method sets a page size.
setPageSize(int) - Method in class org.gwt.advanced.client.datamodel.SimpleGridDataModel
This method sets a page size.
setPageSize(TreeGridRow, int) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Sets a page size value.
setPageSize(int) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method sets a page size.
setPageSize(int) - Method in class org.gwt.advanced.client.datamodel.TreeGridRow
This method sets a page size.
setPagingFlags(Map<TreeGridRow, Boolean>) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Setter for property 'pagingFlags'.
setParent(TreeGridRow, TreeGridRow) - Method in interface org.gwt.advanced.client.datamodel.Composite
Links the child row to the parent.
setParent(TreeGridRow, TreeGridRow) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Links the child row to the parent.
setParent(TreeGridRow) - Method in class org.gwt.advanced.client.datamodel.TreeGridRow
Setter for property 'parent'.
setParent(GridPanel) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Setter for property 'parent'.
setPosition(int, int) - Method in class org.gwt.advanced.client.ui.widget.cell.AbstractCell
This method specifies position of the cell in the grid (but doen't add it!).
setPosition(int, int) - Method in interface org.gwt.advanced.client.ui.widget.cell.GridCell
This method specifies position of the cell in the grid (but doen't add it!).
setReadOnly(int, boolean) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method makes a column to be read only.
setReadonlyColumn(int, boolean) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Makes the specified column to be readonly.
setRemoveButtonVisible(boolean) - Method in class org.gwt.advanced.client.ui.widget.GridToolbar
Setter for property 'removeButtonVisible'.
setRequestTimeout(int) - Method in class org.gwt.advanced.client.ui.widget.SuggestionBox
Sets the request timeout value.
setResizable(boolean) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Sets a flag value that means whether the grid columns will be resizable.
setResizable(boolean) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
Sets the resizability of column flag.
setRow(int) - Method in class org.gwt.advanced.client.datamodel.EditableModelEvent
Sets the row that produced this event.
setRowDrawHandler(GridRowDrawCallbackHandler) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method sets a row draw handler for this grid.
setRowFormatter(HTMLTable.RowFormatter) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
setRowNumber(int) - Method in class org.gwt.advanced.client.ui.widget.TreeGridRenderer.DrawTreeRowCommand
Setter for property 'rowNumber'.
setSaveButtonVisible(boolean) - Method in class org.gwt.advanced.client.ui.widget.GridToolbar
Setter for property 'saveButtonVisible'.
setScrollable(boolean) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable
Setter for property 'scrollable'.
setSelected(int) - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel
Sets the specified tab selected.
setSelected(Widget) - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel
Sets the tab selected.
setSelectedDate(Date) - Method in class org.gwt.advanced.client.ui.widget.Calendar
Setter for property 'selectedDate'.
setSelectedId(String) - Method in class org.gwt.advanced.client.datamodel.ComboBoxDataModel
This method sets a currently selected item specifying it by ID.
setSelectedId(String) - Method in interface org.gwt.advanced.client.datamodel.ListDataModel
This method sets a currently selected item specifying it by ID.
setSelectedId(String) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
This method sets the selected item ID.
setSelectedIndex(int) - Method in class org.gwt.advanced.client.datamodel.ComboBoxDataModel
This method sets a currently selected item specifying it by the index.
setSelectedIndex(int) - Method in interface org.gwt.advanced.client.datamodel.ListDataModel
This method sets a currently selected item specifying it by the index.
setSelectedIndex(int) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
This method sets the selected item index.
setSelectionModel(GridRowSelectDataModel) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
Sets the selection model.
setShadowVisibile(boolean) - Method in class org.gwt.advanced.client.ui.widget.border.AbstractBorder
Sets the shadow visibility attribute.
setShadowVisibile(boolean) - Method in interface org.gwt.advanced.client.ui.widget.border.Border
Sets the shadow visibility attribute.
setShowTime(boolean) - Method in class org.gwt.advanced.client.ui.widget.Calendar
Setter for property 'showTime'.
setShowWeeksColumn(boolean) - Method in class org.gwt.advanced.client.ui.widget.Calendar
Setter for property 'showWeeksColumn'.
setSortable(boolean) - Method in interface org.gwt.advanced.client.ui.widget.cell.HeaderCell
This method sets sortable flag value.
setSortable(boolean) - Method in class org.gwt.advanced.client.ui.widget.cell.HeaderCellImpl
This method sets sortable flag value.
setSortable(int, boolean) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method makes a column to be sortable.
setSortableColumn(int, boolean) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Makes the specified column to be sortable.
setSortColumn(TreeGridRow, int, Comparator<Object>) - Method in interface org.gwt.advanced.client.datamodel.Composite
This method sets the sort column of the model and sorts the data in the subtree using the specified comparator.
setSortColumn(int, Comparator<Object>) - Method in interface org.gwt.advanced.client.datamodel.Editable
This method sets a sort column and uses the specified comparator.
setSortColumn(int, Comparator<Object>) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method sets a sort column and uses the specified comparator.
setSortColumn(int) - Method in interface org.gwt.advanced.client.datamodel.GridDataModel
This method sets a number of sort column.
setSortColumn(int, Comparator<Object>) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method sets a sort column and uses the specified comparator.
setSortColumn(int) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method sets a number of sort column.
setSortColumn(int, Comparator) - Method in class org.gwt.advanced.client.datamodel.LazyGridDataModel
This implemntation doesn't do client sorting.
setSortColumn(int) - Method in class org.gwt.advanced.client.datamodel.SimpleGridDataModel
This method sets a number of sort column.
setSortColumn(TreeGridRow, int, Comparator<Object>) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method sets the sort column of the model and sorts the data in the subtree using the specified comparator.
setSortColumn(int, Comparator<Object>) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method sets a sort column and uses the specified comparator.
setSortColumn(int) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method sets a number of sort column.
setSortColumn(int) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method sets the sort column and redisplays the grid.
setSortColumn(int) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Sets the sort column.
setSorted(boolean) - Method in interface org.gwt.advanced.client.ui.widget.cell.HeaderCell
This method sets sorted flag value.
setSorted(boolean) - Method in class org.gwt.advanced.client.ui.widget.cell.HeaderCellImpl
This method sets sorted flag value.
setSource(Editable) - Method in class org.gwt.advanced.client.datamodel.EditableModelEvent
Sets the source model.
setStartItemIndex(int) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Sets an item index that must be displayed on top.
setStartItemIndex(int) - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
Sets an item index that must be displayed on top.
setStyleAttribute(String, String) - Method in class org.gwt.advanced.client.ui.widget.AdvancedFlexTable.RowsScrollPanel
This method sets the specified style attribute to all the header rows.
setSubRows(Map<TreeGridRow, List<TreeGridRow>>) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Setter for property 'subRows'.
setSubtreePagingEnabled(TreeGridRow, boolean) - Method in interface org.gwt.advanced.client.datamodel.Composite
Sets subtree paging enabled or disabled.
setSubtreePagingEnabled(TreeGridRow, boolean) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Sets subtree paging enabled or disabled.
setTab(Widget) - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel.TabState
 
setTabEnabled(int, boolean) - Method in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel
Sets the specified tab enabled or disabled.
setTabIndex(int) - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
This method sets a tab index for this component.
setText(String) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Deprecated.
setText(int, int, String) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
setThemeName(String) - Method in class org.gwt.advanced.client.util.ThemeHelper
Sets current theme name and changes it.
setTimeVisible(boolean) - Method in class org.gwt.advanced.client.ui.widget.DatePicker
Setter for property 'timeVisible'.
setTopPager(Pager) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Setter for property 'topPager'.
setTopPagerVisible(boolean) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Setter for property 'topPagerVisible'.
setTopPanel(Panel) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Setter for property 'topPanel'.
setTopToolbar(GridToolbar) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Setter for property 'topToolbar'.
setTopToolbarVisible(boolean) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Setter for property 'topToolbarVisible'.
setTotalCountDisplayed(boolean) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
Sets the page count label visible.
setTotalCountDisplayed(boolean) - Method in class org.gwt.advanced.client.ui.widget.Pager
Method setTotalCountDisplayed sets the totalCountDisplayed of this Pager object.
setTotalRowCount(int) - Method in class org.gwt.advanced.client.datamodel.LazyGridDataModel
Sets the total row count value.
setTotalRowCount(int) - Method in class org.gwt.advanced.client.datamodel.LazyHierarchicalGridDataModel
This method sets a total row count for a lazy loadable model.
setTotalRowCount(int) - Method in interface org.gwt.advanced.client.datamodel.LazyLoadable
This method sets a total row count for a lazy loadable model.
setTotalRowCount(TreeGridRow, int) - Method in interface org.gwt.advanced.client.datamodel.LazyLoadableComposite
Sets a total gridRow count of the subtree rows.
setTotalRowCount(int) - Method in class org.gwt.advanced.client.datamodel.LazyTreeGridDataModel
This method sets a total row count for a lazy loadable model.
setTotalRowCount(TreeGridRow, int) - Method in class org.gwt.advanced.client.datamodel.LazyTreeGridDataModel
Sets a total gridRow count of the subtree rows.
setTotalRowCount(int) - Method in class org.gwt.advanced.client.datamodel.LazyTreeGridRow
This method sets a total row count for a lazy loadable model.
setUrl(String) - Method in class org.gwt.advanced.client.ui.widget.theme.ThemeImage
Sets the URL of the image.
setValue(Object) - Method in class org.gwt.advanced.client.ui.widget.cell.AbstractCell
This method sets a cell value.
setValue(Object) - Method in class org.gwt.advanced.client.ui.widget.cell.BooleanCell
This method sets a cell value.
setValue(Object) - Method in class org.gwt.advanced.client.ui.widget.cell.ComboBoxCell
This method sets a cell value.
setValue(Object) - Method in class org.gwt.advanced.client.ui.widget.cell.DateCell
This method sets a cell value.
setValue(Object) - Method in interface org.gwt.advanced.client.ui.widget.cell.GridCell
This method sets a cell value.
setValue(Object) - Method in class org.gwt.advanced.client.ui.widget.cell.NumberCell
This method sets a cell value.
setValue(Object) - Method in class org.gwt.advanced.client.ui.widget.cell.TextBaseCell
This method sets a cell value.
setValue(String) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Similar to ComboBox.setText(String) and doesn't send any event
setValue(String, boolean) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Similar to ComboBox.setText(String) and sends ValueChangeEvent if fireEvents = true
setValue(Date) - Method in class org.gwt.advanced.client.ui.widget.DatePicker
Similar to DatePicker.setDate(Date) and doesn't send any event
setValue(Date, boolean) - Method in class org.gwt.advanced.client.ui.widget.DatePicker
Similar to DatePicker.setDate(Date) and sends ValueChangeEvent if fireEvents = true
setVisible(boolean, BorderLine) - Method in class org.gwt.advanced.client.ui.widget.border.AbstractBorder
Sets border a line to be visible or invisible.
setVisible(boolean, BorderLine) - Method in interface org.gwt.advanced.client.ui.widget.border.Border
Sets border a line to be visible or invisible.
setVisibleRows(int) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
Sets visible rows number.
setVisibleRows(int) - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
Sets visible rows number.
setWidget(Widget) - Method in interface org.gwt.advanced.client.ui.widget.border.Border
Sets a nested widget for this border.
setWidget(int, int, Widget) - Method in class org.gwt.advanced.client.ui.widget.HierarchicalGrid
This method sets a widget for the cell If the cell already contains an expandable cell widget, it adds it into this widget.
setWidget(int, int, Widget) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
setWidget(Widget) - Method in class org.gwt.advanced.client.ui.widget.tab.ContentBorderFactory.OuterBorder
 
setWidth(String) - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
SHORT_DAY_NAMES - Static variable in class org.gwt.advanced.client.ui.widget.Calendar
short week day names
ShortCell - Class in org.gwt.advanced.client.ui.widget.cell
This is a cell implementation for Short numbers.
ShortCell() - Constructor for class org.gwt.advanced.client.ui.widget.cell.ShortCell
Constructs a new ShortCell.
show() - Method in class org.gwt.advanced.client.ui.widget.ListPopupPanel
showList(boolean) - Method in class org.gwt.advanced.client.ui.widget.ComboBox
This method shows the drop down list.
showList(boolean) - Method in class org.gwt.advanced.client.ui.widget.SuggestionBox
This method shows the drop down list.
SimpleGrid - Class in org.gwt.advanced.client.ui.widget
This is a super class for all advanced grids.
SimpleGrid() - Constructor for class org.gwt.advanced.client.ui.widget.SimpleGrid
Constructs a new SimpleGrid.
SimpleGrid(boolean) - Constructor for class org.gwt.advanced.client.ui.widget.SimpleGrid
Creates an instance of this class and does nothing else.
SimpleGrid.ResizeListener - Class in org.gwt.advanced.client.ui.widget
This listener is invoked on different column resizing events.
SimpleGrid.ResizeListener(SimpleGrid) - Constructor for class org.gwt.advanced.client.ui.widget.SimpleGrid.ResizeListener
Creates an instance of this class and saves the grid into the internal field.
SimpleGrid.ResizeTimer - Class in org.gwt.advanced.client.ui.widget
This timer is invoked every time when column resizing might happen.
SimpleGrid.ResizeTimer(SimpleGrid.ResizeListener) - Constructor for class org.gwt.advanced.client.ui.widget.SimpleGrid.ResizeTimer
Creates the timer.
SimpleGridDataModel - Class in org.gwt.advanced.client.datamodel
This is a simple not-editable data model.
SimpleGridDataModel(Object[][]) - Constructor for class org.gwt.advanced.client.datamodel.SimpleGridDataModel
Creates an instance of this class and initializes it with the specified data set.
SINGLE_IMAGE - Static variable in class org.gwt.advanced.client.ui.widget.cell.HeaderCellImpl
one pixel image name
SINGLE_IMAGE - Static variable in class org.gwt.advanced.client.ui.widget.cell.ImageCell
one pixel image name
SingleBorder - Class in org.gwt.advanced.client.ui.widget.border
This is a simple but very useful border that allows rendering single lines around a custom widget.
SingleBorder() - Constructor for class org.gwt.advanced.client.ui.widget.border.SingleBorder
Creates an instance of this class and sets the table element of the panel.
SingleBorder(boolean, boolean, boolean, boolean) - Constructor for class org.gwt.advanced.client.ui.widget.border.SingleBorder
 
size() - Method in class org.gwt.advanced.client.datamodel.GridRowSelectDataModel
Gets the number of selected rows.
size() - Method in class org.gwt.advanced.client.util.Stack
Returns stack size value.
sort() - Method in interface org.gwt.advanced.client.ui.widget.cell.HeaderCell
This method changes the current sort order or sets the current column as sorted.
sort() - Method in class org.gwt.advanced.client.ui.widget.cell.HeaderCellImpl
This method changes the current sort order or sets the current column as sorted.
SORT_ALL - Static variable in class org.gwt.advanced.client.datamodel.EditableModelEvent
on sort rows
sortOnClient() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method performs client sorting.
sortOnClient(TreeGridRow) - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
This method performs client sorting of the subtree.
SourcesTableDoubleClickEvents - Interface in org.gwt.advanced.client.ui
This is an inteface that must be implements by any table that is able to handle double click events.
Stack<T> - Class in org.gwt.advanced.client.util
This is a stack data structure implementation for GWT.
Stack() - Constructor for class org.gwt.advanced.client.util.Stack
 
startResizing(Event) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid.ResizeListener
This method starts column resizing.
stopResizing(Event) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid.ResizeListener
This method normally stops resizing and changes column width.
StyleUtil - Class in org.gwt.advanced.client.util
This is a CSS manipulation util.
StyleUtil() - Constructor for class org.gwt.advanced.client.util.StyleUtil
 
SUBGRID_ROW_STYLE - Static variable in class org.gwt.advanced.client.ui.widget.HierarchicalGrid
subgrid row style name
SubgridKey - Class in org.gwt.advanced.client.datamodel
This class is a subgrid key.
SubgridKey(String, int) - Constructor for class org.gwt.advanced.client.datamodel.SubgridKey
Creates an instance of this class.
SubtreePager - Class in org.gwt.advanced.client.ui.widget
This is a pager implementation for the subtree rows.
SubtreePager(TreeGrid, TreeGridRow, String) - Constructor for class org.gwt.advanced.client.ui.widget.SubtreePager
This constructor draws a pager for the specified subtree.
SubtreePager.ArrowClickHandler - Class in org.gwt.advanced.client.ui.widget
This is an arrow click handler implementation that sets a current page number and redraws images.
SubtreePager.ArrowClickHandler() - Constructor for class org.gwt.advanced.client.ui.widget.SubtreePager.ArrowClickHandler
 
SuggestionBox - Class in org.gwt.advanced.client.ui.widget
This class implements suggestion box logic.
SuggestionBox() - Constructor for class org.gwt.advanced.client.ui.widget.SuggestionBox
Constructs a new SuggestionBox.
SuggestionBox(int) - Constructor for class org.gwt.advanced.client.ui.widget.SuggestionBox
Constructs an instance of this class and allows specifying the minimal length of the expression.
SuggestionBox.ExpressionFocusHandler - Class in org.gwt.advanced.client.ui.widget
This is a focus listener that starts / cancels the timer.
SuggestionBox.ExpressionFocusHandler() - Constructor for class org.gwt.advanced.client.ui.widget.SuggestionBox.ExpressionFocusHandler
 
SuggestionBox.ExpressionKeyboardHandler - Class in org.gwt.advanced.client.ui.widget
This handler is invoked when a user types any text and sets focus
SuggestionBox.ExpressionKeyboardHandler() - Constructor for class org.gwt.advanced.client.ui.widget.SuggestionBox.ExpressionKeyboardHandler
 
SuggestionBox.ExpressionTimer - Class in org.gwt.advanced.client.ui.widget
This is a timer that displays the list of items.
SuggestionBox.ExpressionTimer() - Constructor for class org.gwt.advanced.client.ui.widget.SuggestionBox.ExpressionTimer
 
SuggestionBoxDataModel - Class in org.gwt.advanced.client.datamodel
This is an implementation designed especially for the suggestion box widget.
SuggestionBoxDataModel(ListCallbackHandler) - Constructor for class org.gwt.advanced.client.datamodel.SuggestionBoxDataModel
Constructs the class and sets the expression value to null.
SuggestionBoxDataModel(String, ListCallbackHandler) - Constructor for class org.gwt.advanced.client.datamodel.SuggestionBoxDataModel
Constructs the class and performs filling via the handler.
SuggestionBoxListener - Interface in org.gwt.advanced.client.ui
This is a suggestion box events listener.
SuggestionModelEvent - Class in org.gwt.advanced.client.datamodel
This is a list data model extention that is used by the SuggestionBoxDataModel for the same purposes but proides additional event types.
SuggestionModelEvent(ListDataModel, ListModelEvent.EventType, String) - Constructor for class org.gwt.advanced.client.datamodel.SuggestionModelEvent
Creates an instance of this class.
sun() - Method in interface org.gwt.advanced.client.ui.resources.CalendarConstants
Returns the sun word.
synchronize(T) - Method in interface org.gwt.advanced.client.datamodel.DataModelCallbackHandler
This method should synchronize the data saved in the model with the persistent storage repository.
synchronize(R, T) - Method in interface org.gwt.advanced.client.datamodel.TreeDataModelCallbackHandler
This method synchronizes the subtree rows (but not the parent row!)
synchronizeDataModel() - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method invokes the data model handler to synchronize the model and persistence storage or redraws content if the model is not lazily loadable.
synchronizeDataModel() - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
This method invokes the data model handler to synchronize the model and persistence storage or redraws content if the model is not lazily loadable.
synchronizeView(EditableModelEvent) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method draws a content on the specified model event.
synchronizeView(EditableModelEvent) - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
This method draws a content on the specified model event.

T

tab - Variable in class org.gwt.advanced.client.ui.widget.AdvancedTabPanel.TabState
tab header
TabBandRenderer - Interface in org.gwt.advanced.client.ui.widget.tab
This is a basic interface for all tab band renderers.
TabBorderFactory - Class in org.gwt.advanced.client.ui.widget.tab
This is a default factory for the tab borders.
TabBorderFactory() - Constructor for class org.gwt.advanced.client.ui.widget.tab.TabBorderFactory
 
TabEventHandler - Class in org.gwt.advanced.client.ui.widget.tab
This handler changes the currently selected tab when a user clicks on it.
TabEventHandler(AdvancedTabPanel) - Constructor for class org.gwt.advanced.client.ui.widget.tab.TabEventHandler
Creates an instance of this class and initializes internal variables.
TableDoubleClickListener - Interface in org.gwt.advanced.client.ui
This interface describes listeners which must be invoked on double click event.
TableDoubleClickListenerCollection - Class in org.gwt.advanced.client.ui
This collection assumes that it contains the TableDoubleClickListeners only.
TableDoubleClickListenerCollection() - Constructor for class org.gwt.advanced.client.ui.TableDoubleClickListenerCollection
 
TabPosition - Class in org.gwt.advanced.client.ui.widget.tab
This enumeration describes possible tabs band positions.
TabPosition(String, TabBandRenderer, TabPosition.LayoutPosition) - Constructor for class org.gwt.advanced.client.ui.widget.tab.TabPosition
Creates an instance of this class and initializes internal fields.
TabPosition.LayoutPosition - Enum in org.gwt.advanced.client.ui.widget.tab
This enum contains layout positions of the tabs in the AdvancedTabPanel
TextAreaCell - Class in org.gwt.advanced.client.ui.widget.cell
This is a multiline text cell implementation.
TextAreaCell() - Constructor for class org.gwt.advanced.client.ui.widget.cell.TextAreaCell
 
TextBaseCell - Class in org.gwt.advanced.client.ui.widget.cell
This is an abstract cell implementation, common for all cells which display components extended from the TextBoxBase on edit event.
TextBaseCell() - Constructor for class org.gwt.advanced.client.ui.widget.cell.TextBaseCell
 
textBox - Variable in class org.gwt.advanced.client.ui.widget.cell.TextBaseCell
a text box base widget
TextBoxCell - Class in org.gwt.advanced.client.ui.widget.cell
This is a text cell implementation.
TextBoxCell() - Constructor for class org.gwt.advanced.client.ui.widget.cell.TextBoxCell
 
TextButtonPanel<TypeOfSelectedValue> - Class in org.gwt.advanced.client.ui.widget
This is a basic class for all text boxs with a button.
TextButtonPanel() - Constructor for class org.gwt.advanced.client.ui.widget.TextButtonPanel
 
TextButtonPanel.EnterAction - Enum in org.gwt.advanced.client.ui.widget
 
ThemeApplicable - Interface in org.gwt.advanced.client.ui.widget.theme
This interface should be implemented by any widget that must do anything on theme change.
ThemeHelper - Class in org.gwt.advanced.client.util
This sigleton is used to centrilize and simplify theme management.
ThemeImage - Class in org.gwt.advanced.client.ui.widget.theme
This is a theme applicable image widget.
ThemeImage() - Constructor for class org.gwt.advanced.client.ui.widget.theme.ThemeImage
Creates an instance of this class and registers the widget to make it theme applicable.
ThemeImage(String) - Constructor for class org.gwt.advanced.client.ui.widget.theme.ThemeImage
Creates an instance of this class and initializes the internal fields and widget attributes.
thu() - Method in interface org.gwt.advanced.client.ui.resources.CalendarConstants
Returns the thu word.
today() - Method in interface org.gwt.advanced.client.ui.resources.CalendarConstants
Returns today word.
TOP - Static variable in class org.gwt.advanced.client.ui.widget.border.BorderLine
the top line
TOP - Static variable in class org.gwt.advanced.client.ui.widget.tab.TabPosition
above the content
TopBandRenderer - Class in org.gwt.advanced.client.ui.widget.tab
This is implementation of the tabs band renderer for the top position.
TopBandRenderer() - Constructor for class org.gwt.advanced.client.ui.widget.tab.TopBandRenderer
 
toString() - Method in class org.gwt.advanced.client.datamodel.SimpleGridDataModel
toString() - Method in class org.gwt.advanced.client.ui.widget.border.BorderLine
Gets a string representation of the line.
toString() - Method in class org.gwt.advanced.client.ui.widget.tab.TabPosition
Always gets a name.
TreeCell - Class in org.gwt.advanced.client.ui.widget.cell
This is a tree cell implementation that renders an expand / collapse image and makes indents.
TreeCell() - Constructor for class org.gwt.advanced.client.ui.widget.cell.TreeCell
 
TreeCellFactory - Class in org.gwt.advanced.client.ui.widget.cell
This factory extends the dfeault one and creates the tree cell if data has the type GridCell.
TreeCellFactory(EditableGrid) - Constructor for class org.gwt.advanced.client.ui.widget.cell.TreeCellFactory
Creates an instance of the factory.
TreeDataModelCallbackHandler<T extends Composite,R extends LazyTreeGridRow> - Interface in org.gwt.advanced.client.datamodel
This is an interface descrining callback handlers for the tree grid data model.
TreeGrid - Class in org.gwt.advanced.client.ui.widget
This class is a tree grid widget implentation that is able to display composite data models as a tree of rows.
TreeGrid(String[], Class[]) - Constructor for class org.gwt.advanced.client.ui.widget.TreeGrid
Creates a tree grid with resizable columns by default.
TreeGrid(String[], Class[], boolean) - Constructor for class org.gwt.advanced.client.ui.widget.TreeGrid
Creates a tree grid with resizable columns.
TreeGridDataModel - Class in org.gwt.advanced.client.datamodel
This is a data model for the tree grid.
TreeGridDataModel(Object[][]) - Constructor for class org.gwt.advanced.client.datamodel.TreeGridDataModel
Creates an instance of this class and initializes internal fields.
TreeGridDataModel(DataModelCallbackHandler<Editable>) - Constructor for class org.gwt.advanced.client.datamodel.TreeGridDataModel
Creates an instance of this class and loads data using the specified handler.
TreeGridDataModel.DelegateEditableGridDataModel - Class in org.gwt.advanced.client.datamodel
This class extends original editable model to support TreeGridRows creation.
TreeGridDataModel.DelegateEditableGridDataModel(Object[][], TreeGridDataModel) - Constructor for class org.gwt.advanced.client.datamodel.TreeGridDataModel.DelegateEditableGridDataModel
Creates an instance of this class and saves a link to a parent composite.
TreeGridDataModel.DelegateEditableGridDataModel(DataModelCallbackHandler<Editable>) - Constructor for class org.gwt.advanced.client.datamodel.TreeGridDataModel.DelegateEditableGridDataModel
Creates an instance of this class and saves a link to a parent composite.
TreeGridRenderer - Class in org.gwt.advanced.client.ui.widget
This class renders tree grid content.
TreeGridRenderer(EditableGrid) - Constructor for class org.gwt.advanced.client.ui.widget.TreeGridRenderer
Creates an instance of this class and initializes the grid cell factory.
TreeGridRenderer.DrawTreeRowCommand - Class in org.gwt.advanced.client.ui.widget
This is a draw command that is used to draw one or more tree rows.
TreeGridRenderer.DrawTreeRowCommand(int, int) - Constructor for class org.gwt.advanced.client.ui.widget.TreeGridRenderer.DrawTreeRowCommand
Creates an instance of this class and initilizes internal variables.
TreeGridRow - Class in org.gwt.advanced.client.datamodel
This is a tree index implementation for the tree grid data models.
TreeGridRow() - Constructor for class org.gwt.advanced.client.datamodel.TreeGridRow
Always throws UnsupportedOperationException.
TreeGridRow(Composite) - Constructor for class org.gwt.advanced.client.datamodel.TreeGridRow
Creates an instnace of this class and initilizes the internal fields.
trim() - Method in class org.gwt.advanced.client.util.DateHelper
This method cuts time data from the date.
tue() - Method in interface org.gwt.advanced.client.ui.resources.CalendarConstants
Returns the tue word.

U

unlock() - Method in class org.gwt.advanced.client.ui.widget.GridPanel
This method unlocks the widget and repaints it.
unlock(TreeGridRow) - Method in class org.gwt.advanced.client.ui.widget.GridPanel
This method unlocks the subtree and repaints it.
unlock() - Method in class org.gwt.advanced.client.ui.widget.LockingPanel
Hides the panel.
unlock() - Method in class org.gwt.advanced.client.ui.widget.TextButtonPanel
This method unlocks the screen and redisplays the widget.
unregister(ThemeApplicable) - Method in class org.gwt.advanced.client.util.ThemeHelper
Unregisters the specified applicable widget if it was registered.
update(TreeGridRow, Object[][]) - Method in interface org.gwt.advanced.client.datamodel.Composite
Adds a list of child rows.
update(TreeGridRow, int, int, Object) - Method in interface org.gwt.advanced.client.datamodel.Composite
Updates the specified cell of the subtree with a new value.
update(int, int, Object) - Method in interface org.gwt.advanced.client.datamodel.Editable
This method updates the specified cell with the value.
update(Object[][]) - Method in interface org.gwt.advanced.client.datamodel.Editable
This method updates data in the model using the specified value.
update(int, int, Object) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method updates the specified cell with the value.
update(Object[][]) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
Use this method to update the model with a new value.
update(int, int, Object) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method updates the specified cell with the value.
update(Object[][]) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method updates data in the model using the specified value.
update(int, int, Object) - Method in class org.gwt.advanced.client.datamodel.LazyGridDataModel
This method updates the specified cell with the value.
update(TreeGridRow, Object[][]) - Method in class org.gwt.advanced.client.datamodel.LazyTreeGridDataModel
Adds a list of child rows.
update(TreeGridRow, Object[][]) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Adds a list of child rows.
update(TreeGridRow, int, int, Object) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
Updates the specified cell of the subtree with a new value.
update(int, int, Object) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method updates the specified cell with the value.
update(Object[][]) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method updates data in the model using the specified value.
UPDATE_ALL - Static variable in class org.gwt.advanced.client.datamodel.EditableModelEvent
on update content
UPDATE_CELL - Static variable in class org.gwt.advanced.client.datamodel.EditableModelEvent
on update paticular cell
UPDATE_COLUMN - Static variable in class org.gwt.advanced.client.datamodel.EditableModelEvent
on update particular column
UPDATE_ROW - Static variable in class org.gwt.advanced.client.datamodel.EditableModelEvent
on update particular row
updateColumn(int, Object[]) - Method in interface org.gwt.advanced.client.datamodel.Editable
This method updates a column with the specified data set.
updateColumn(String, Object[]) - Method in interface org.gwt.advanced.client.datamodel.Editable
This method updates a column with the specified data set.
updateColumn(int, Object[]) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method updates the specified column in the data model.
updateColumn(String, Object[]) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method updates the specified column in the data model.
updateColumn(int, Object[]) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method updates a column with the specified data set.
updateColumn(String, Object[]) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method updates a column with the specified data set.
updateColumn(int, Object[]) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method updates a column with the specified data set.
updateColumn(String, Object[]) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method updates a column with the specified data set.
updateModel(GridCell, Object) - Method in class org.gwt.advanced.client.ui.widget.EditableGrid
This method updates the model with the new value of the cell on finish edit event.
updateModel(GridCell, Object) - Method in class org.gwt.advanced.client.ui.widget.TreeGrid
This method updates the model with the new value of the cell on finish edit event.
updateRow(TreeGridRow, int, Object[]) - Method in interface org.gwt.advanced.client.datamodel.Composite
This method updates a row with the specified data set.
updateRow(int, Object[]) - Method in interface org.gwt.advanced.client.datamodel.Editable
This method updates a row with the specified data set.
updateRow(int, Object[]) - Method in class org.gwt.advanced.client.datamodel.EditableGridDataModel
This method updates the specified row in the data model.
updateRow(int, Object[]) - Method in class org.gwt.advanced.client.datamodel.HierarchicalGridDataModel
This method updates a row with the specified data set.
updateRow(int, Object[]) - Method in class org.gwt.advanced.client.datamodel.LazyGridDataModel
This method updates the specified row in the data model.
updateRow(TreeGridRow, int, Object[]) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method updates a row with the specified data set.
updateRow(int, Object[]) - Method in class org.gwt.advanced.client.datamodel.TreeGridDataModel
This method updates a row with the specified data set.

V

valueEqual(Object) - Method in class org.gwt.advanced.client.ui.widget.cell.AbstractCell
This method compares values in this cell and in the specified cell.
valueEqual(Object) - Method in class org.gwt.advanced.client.ui.widget.cell.ComboBoxCell
This method compares values in this cell and in the specified cell.
valueEqual(Object) - Method in interface org.gwt.advanced.client.ui.widget.cell.GridCell
This method compares values in this cell and in the specified cell.
valueEqual(Object) - Method in class org.gwt.advanced.client.ui.widget.cell.ImageCell
This method compares values in this cell and in the specified cell.
valueEqual(Object) - Method in class org.gwt.advanced.client.ui.widget.cell.ListCell
This method compares values in this cell and in the specified cell.
valueOf(String) - Static method in enum org.gwt.advanced.client.ui.widget.combo.ComboBoxChangeEvent.ChangeEventInputDevice
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gwt.advanced.client.ui.widget.combo.DropDownPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gwt.advanced.client.ui.widget.tab.TabPosition.LayoutPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.gwt.advanced.client.ui.widget.TextButtonPanel.EnterAction
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.gwt.advanced.client.ui.widget.combo.ComboBoxChangeEvent.ChangeEventInputDevice
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gwt.advanced.client.ui.widget.combo.DropDownPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gwt.advanced.client.ui.widget.tab.TabPosition.LayoutPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.gwt.advanced.client.ui.widget.TextButtonPanel.EnterAction
Returns an array containing the constants of this enum type, in the order they are declared.

W

wed() - Method in interface org.gwt.advanced.client.ui.resources.CalendarConstants
Returns the wed word.
WEEK_END_DAYS - Static variable in class org.gwt.advanced.client.util.DateHelper
weekedn days (Sunday and Saturday)
wrapContent(int, int) - Method in class org.gwt.advanced.client.ui.widget.SimpleGrid
This method wraps cell content into the special styles which are responsible for cell clipping.
A B C D E F G H I J L M N O P R S T U V W 

Copyright © 2008–2013. All rights reserved.