A B C D F G H I L M N O R S T U 

A

AbstractGWTTableModel - Class in org.nuiton.web.gwt.table
 
AbstractGWTTableModel() - Constructor for class org.nuiton.web.gwt.table.AbstractGWTTableModel
Creates a default instance.
addColumn(Object) - Method in class org.nuiton.web.gwt.table.DefaultTableModel
Adds a column with the specified name to the table.
addColumn(Object, Vector) - Method in class org.nuiton.web.gwt.table.DefaultTableModel
Adds a column with the specified name and data values to the table.
addColumn(Object, Object[]) - Method in class org.nuiton.web.gwt.table.DefaultTableModel
Adds a column with the specified name and data values to the table.
addExtraRows(int, int) - Method in class org.nuiton.web.gwt.table.DefaultTableModel
This method adds some rows to dataVector.
addRow(Vector) - Method in class org.nuiton.web.gwt.table.DefaultTableModel
Adds a new row containing the specified data to the table and sends a TableModelEvent to all registered listeners.
addRow(Object[]) - Method in class org.nuiton.web.gwt.table.DefaultTableModel
Adds a new row containing the specified data to the table and sends a TableModelEvent to all registered listeners.
addTableModelListener(TableModelListener) - Method in class org.nuiton.web.gwt.table.AbstractGWTTableModel
Adds a listener to the table model.
addTableModelListener(TableModelListener) - Method in interface org.nuiton.web.gwt.table.GWTTableModel
 
ALL_COLUMNS - Static variable in class org.nuiton.web.gwt.table.TableModelEvent
Specifies all columns in a row or rows.
ASC - Static variable in class org.nuiton.web.gwt.table.SortableTableModel
 

B

BlindedPopup - Class in org.nuiton.web.gwt.misc
This class provides a popup with a glasspanel behind so that users can't interact with things that are behind.
BlindedPopup(Widget) - Constructor for class org.nuiton.web.gwt.misc.BlindedPopup
 

C

checkSize() - Method in class org.nuiton.web.gwt.table.DefaultTableModel
Checks the real columns/rows sizes against the ones returned by getColumnCount() and getRowCount().
closeLoader() - Static method in class org.nuiton.web.gwt.misc.LoaderNotification
 
column - Variable in class org.nuiton.web.gwt.table.TableModelEvent
 
columnIdentifiers - Variable in class org.nuiton.web.gwt.table.DefaultTableModel
Storage for the column identifiers.
ComparableAnchor - Class in org.nuiton.web.gwt.comparable
Anchor that implements Comparable to be used in SortableTables.
ComparableAnchor(String) - Constructor for class org.nuiton.web.gwt.comparable.ComparableAnchor
 
ComparableButton - Class in org.nuiton.web.gwt.comparable
Button that implements Comparable to be used in SortableTables.
ComparableButton() - Constructor for class org.nuiton.web.gwt.comparable.ComparableButton
 
ComparableListBox - Class in org.nuiton.web.gwt.comparable
ListBox that implements Comaprable to be used in SortableTables.
ComparableListBox() - Constructor for class org.nuiton.web.gwt.comparable.ComparableListBox
 
compareTo(Anchor) - Method in class org.nuiton.web.gwt.comparable.ComparableAnchor
 
compareTo(Button) - Method in class org.nuiton.web.gwt.comparable.ComparableButton
 
compareTo(ListBox) - Method in class org.nuiton.web.gwt.comparable.ComparableListBox
 
convertToVector(Object[]) - Static method in class org.nuiton.web.gwt.table.DefaultTableModel
Converts the data array to a Vector.
convertToVector(Object[][]) - Static method in class org.nuiton.web.gwt.table.DefaultTableModel
Converts the data array to a Vector of rows.

D

dataVector - Variable in class org.nuiton.web.gwt.table.DefaultTableModel
Storage for the rows in the table (each row is itself a Vector).
DefaultTableModel - Class in org.nuiton.web.gwt.table
A two dimensional data structure used to store Object instances, usually for display in a JTable component.
DefaultTableModel() - Constructor for class org.nuiton.web.gwt.table.DefaultTableModel
Creates an empty table with zero rows and zero columns.
DefaultTableModel(int, int) - Constructor for class org.nuiton.web.gwt.table.DefaultTableModel
Creates a new table with the specified number of rows and columns.
DefaultTableModel(Vector, int) - Constructor for class org.nuiton.web.gwt.table.DefaultTableModel
Creates a new table with the specified column names and number of rows.
DefaultTableModel(Object[], int) - Constructor for class org.nuiton.web.gwt.table.DefaultTableModel
Creates a new table with the specified column names and row count.
DefaultTableModel(Vector, Vector) - Constructor for class org.nuiton.web.gwt.table.DefaultTableModel
Creates a new table with the specified data values and column names.
DefaultTableModel(Object[][], Object[]) - Constructor for class org.nuiton.web.gwt.table.DefaultTableModel
Creates a new table with the specified data values and column names.
DELETE - Static variable in class org.nuiton.web.gwt.table.TableModelEvent
Identifies the removal of rows or columns.
DSC - Static variable in class org.nuiton.web.gwt.table.SortableTableModel
 

F

findColumn(String) - Method in class org.nuiton.web.gwt.table.AbstractGWTTableModel
Return the index of the specified column, or -1 if there is no column with the specified name.
fireTableCellUpdated(int, int) - Method in class org.nuiton.web.gwt.table.AbstractGWTTableModel
Sends a TableModelEvent to all registered listeners to inform them that a single cell has been updated.
fireTableChanged(TableModelEvent) - Method in class org.nuiton.web.gwt.table.AbstractGWTTableModel
Sends the specified event to all registered listeners.
fireTableDataChanged() - Method in class org.nuiton.web.gwt.table.AbstractGWTTableModel
Sends a TableModelEvent to all registered listeners to inform them that the table data has changed.
fireTableRowsDeleted(int, int) - Method in class org.nuiton.web.gwt.table.AbstractGWTTableModel
Sends a TableModelEvent to all registered listeners to inform them that some rows have been deleted from the model.
fireTableRowsInserted(int, int) - Method in class org.nuiton.web.gwt.table.AbstractGWTTableModel
Sends a TableModelEvent to all registered listeners to inform them that some rows have been inserted into the model.
fireTableRowsUpdated(int, int) - Method in class org.nuiton.web.gwt.table.AbstractGWTTableModel
Sends a TableModelEvent to all registered listeners to inform them that some rows have been updated.
fireTableStructureChanged() - Method in class org.nuiton.web.gwt.table.AbstractGWTTableModel
Sends a TableModelEvent to all registered listeners to inform them that the table structure has changed.
firstRow - Variable in class org.nuiton.web.gwt.table.TableModelEvent
 
FlexTableWithModel - Class in org.nuiton.web.gwt.table
 
FlexTableWithModel() - Constructor for class org.nuiton.web.gwt.table.FlexTableWithModel
 
FlexTableWithModel(GWTTableModel) - Constructor for class org.nuiton.web.gwt.table.FlexTableWithModel
 

G

getColumn() - Method in class org.nuiton.web.gwt.table.TableModelEvent
 
getColumnClass(int) - Method in class org.nuiton.web.gwt.table.AbstractGWTTableModel
Returns the Class for all Object instances in the specified column.
getColumnClass(int) - Method in interface org.nuiton.web.gwt.table.GWTTableModel
 
getColumnCount() - Method in class org.nuiton.web.gwt.table.DefaultTableModel
Returns the number of columns in the model.
getColumnCount() - Method in class org.nuiton.web.gwt.table.FlexTableWithModel
 
getColumnCount() - Method in interface org.nuiton.web.gwt.table.GWTTableModel
 
getColumnCount() - Method in class org.nuiton.web.gwt.table.SortableFlexTableWithModel
 
getColumnCount() - Method in class org.nuiton.web.gwt.table.SortableTableModel
 
getColumnName(int) - Method in class org.nuiton.web.gwt.table.AbstractGWTTableModel
Returns the name of the specified column.
getColumnName(int) - Method in class org.nuiton.web.gwt.table.DefaultTableModel
Get the name of the column.
getColumnName(int) - Method in interface org.nuiton.web.gwt.table.GWTTableModel
 
getDataVector() - Method in class org.nuiton.web.gwt.table.DefaultTableModel
Returns the vector containing the row data for the table.
getFirstRow() - Method in class org.nuiton.web.gwt.table.TableModelEvent
 
getLastRow() - Method in class org.nuiton.web.gwt.table.TableModelEvent
 
getListeners(Class<T>) - Method in class org.nuiton.web.gwt.table.AbstractGWTTableModel
Returns an array of listeners of the given type that are registered with this model.
getModel() - Method in class org.nuiton.web.gwt.table.FlexTableWithModel
 
getModel() - Method in class org.nuiton.web.gwt.table.SortableFlexTableWithModel
 
getRowCount() - Method in class org.nuiton.web.gwt.table.DefaultTableModel
Returns the number of rows in the model.
getRowCount() - Method in interface org.nuiton.web.gwt.table.GWTTableModel
 
getRowCount() - Method in class org.nuiton.web.gwt.table.SortableTableModel
 
getSortedColumn() - Method in class org.nuiton.web.gwt.table.SortableTableModel
 
getSortingOrder() - Method in class org.nuiton.web.gwt.table.SortableTableModel
 
getTableModelListeners() - Method in class org.nuiton.web.gwt.table.AbstractGWTTableModel
Returns an array containing the listeners that have been added to the table model.
getType() - Method in class org.nuiton.web.gwt.table.TableModelEvent
 
getValueAt(int, int) - Method in class org.nuiton.web.gwt.table.DefaultTableModel
Returns the value at the specified cell in the table.
getValueAt(int, int) - Method in interface org.nuiton.web.gwt.table.GWTTableModel
 
getValueAt(int, int) - Method in class org.nuiton.web.gwt.table.SortableTableModel
 
glassPanel - Static variable in class org.nuiton.web.gwt.misc.LoaderNotification
 
GWTTableModel - Interface in org.nuiton.web.gwt.table
 

H

HEADER_ROW - Static variable in class org.nuiton.web.gwt.table.TableModelEvent
Identifies the header row.
hide() - Method in class org.nuiton.web.gwt.misc.BlindedPopup
 

I

initRowsOrder() - Method in class org.nuiton.web.gwt.table.SortableTableModel
 
INSERT - Static variable in class org.nuiton.web.gwt.table.TableModelEvent
Identifies the addtion of new rows or columns.
insertRow(int, Vector) - Method in class org.nuiton.web.gwt.table.DefaultTableModel
Inserts a new row into the table.
insertRow(int, Object[]) - Method in class org.nuiton.web.gwt.table.DefaultTableModel
Inserts a new row into the table.
isCellEditable(int, int) - Method in class org.nuiton.web.gwt.table.AbstractGWTTableModel
Returns true if the specified cell is editable, and false if it is not.
isCellEditable(int, int) - Method in class org.nuiton.web.gwt.table.DefaultTableModel
Returns true if the specified cell can be modified, and false otherwise.
isCellEditable(int, int) - Method in interface org.nuiton.web.gwt.table.GWTTableModel
 
isSortable(int) - Method in class org.nuiton.web.gwt.table.SortableTableModel
 

L

lastRow - Variable in class org.nuiton.web.gwt.table.TableModelEvent
 
listenerList - Variable in class org.nuiton.web.gwt.table.AbstractGWTTableModel
Storage for the listeners registered with this model.
LoaderNotification - Class in org.nuiton.web.gwt.misc
Waiting screen that blocks the user so that he can wait during long operations.
LoaderNotification() - Constructor for class org.nuiton.web.gwt.misc.LoaderNotification
 
loading() - Method in interface org.nuiton.web.gwt.messages.UIMessages
 

M

model - Variable in class org.nuiton.web.gwt.table.SortableTableModel
 
moveRow(int, int, int) - Method in class org.nuiton.web.gwt.table.DefaultTableModel
Moves the rows from startIndex to endIndex (inclusive) to the specified row.

N

newDataAvailable(TableModelEvent) - Method in class org.nuiton.web.gwt.table.DefaultTableModel
Sends the specified event to all registered listeners.
newRowsAdded(TableModelEvent) - Method in class org.nuiton.web.gwt.table.DefaultTableModel
Sends the specified event to all registered listeners.
NO_SORTING - Static variable in class org.nuiton.web.gwt.table.SortableTableModel
 

O

onClick(ClickEvent) - Method in class org.nuiton.web.gwt.misc.BlindedPopup
 
onClick(ClickEvent) - Method in class org.nuiton.web.gwt.table.SortableFlexTableWithModel
 
openLoaderPanel() - Static method in class org.nuiton.web.gwt.misc.LoaderNotification
 
org.nuiton.web.gwt.comparable - package org.nuiton.web.gwt.comparable
 
org.nuiton.web.gwt.messages - package org.nuiton.web.gwt.messages
 
org.nuiton.web.gwt.misc - package org.nuiton.web.gwt.misc
 
org.nuiton.web.gwt.table - package org.nuiton.web.gwt.table
 

R

removeRow(int) - Method in class org.nuiton.web.gwt.table.DefaultTableModel
Removes a row from the table and sends a TableModelEvent to all registered listeners.
removeTableModelListener(TableModelListener) - Method in class org.nuiton.web.gwt.table.AbstractGWTTableModel
Removes a listener from the table model so that it will no longer receive notification of changes to the table model.
removeTableModelListener(TableModelListener) - Method in interface org.nuiton.web.gwt.table.GWTTableModel
 
rowsOrder - Variable in class org.nuiton.web.gwt.table.SortableTableModel
 
rowsRemoved(TableModelEvent) - Method in class org.nuiton.web.gwt.table.DefaultTableModel
Sends the specified event to all registered listeners.

S

setColumnCount(int) - Method in class org.nuiton.web.gwt.table.DefaultTableModel
Sets the number of columns in the table.
setColumnIdentifiers(Vector) - Method in class org.nuiton.web.gwt.table.DefaultTableModel
Sets the column identifiers, updates the data rows (truncating or padding each row with null values) to match the number of columns, and sends a TableModelEvent to all registered listeners.
setColumnIdentifiers(Object[]) - Method in class org.nuiton.web.gwt.table.DefaultTableModel
Sets the column identifiers, updates the data rows (truncating or padding each row with null values) to match the number of columns, and sends a TableModelEvent to all registered listeners.
setColumnVisible(int, boolean) - Method in class org.nuiton.web.gwt.table.SortableFlexTableWithModel
 
setDataVector(Vector, Vector) - Method in class org.nuiton.web.gwt.table.DefaultTableModel
Sets the data and column identifiers for the table.
setDataVector(Object[][], Object[]) - Method in class org.nuiton.web.gwt.table.DefaultTableModel
Sets the data and column identifiers for the table.
setModel(GWTTableModel) - Method in class org.nuiton.web.gwt.table.FlexTableWithModel
 
setModel(SortableTableModel) - Method in class org.nuiton.web.gwt.table.SortableFlexTableWithModel
 
setNumRows(int) - Method in class org.nuiton.web.gwt.table.DefaultTableModel
This method is obsolete, use DefaultTableModel.setRowCount(int) instead.
setRowCount(int) - Method in class org.nuiton.web.gwt.table.DefaultTableModel
Sets the number of rows in the table.
setSortedColumn(int) - Method in class org.nuiton.web.gwt.table.SortableTableModel
 
setSortedColumn(int, int) - Method in class org.nuiton.web.gwt.table.SortableTableModel
 
setSortingOrder(int) - Method in class org.nuiton.web.gwt.table.SortableTableModel
 
setValueAt(Object, int, int) - Method in class org.nuiton.web.gwt.table.AbstractGWTTableModel
Sets the value of the given cell.
setValueAt(Object, int, int) - Method in class org.nuiton.web.gwt.table.DefaultTableModel
Sets the value for the specified cell in the table and sends a TableModelEvent to all registered listeners.
setValueAt(Object, int, int) - Method in class org.nuiton.web.gwt.table.FlexTableWithModel
 
setValueAt(Object, int, int) - Method in interface org.nuiton.web.gwt.table.GWTTableModel
 
setValueAt(Object, int, int) - Method in class org.nuiton.web.gwt.table.SortableFlexTableWithModel
 
SortableFlexTableWithModel - Class in org.nuiton.web.gwt.table
 
SortableFlexTableWithModel() - Constructor for class org.nuiton.web.gwt.table.SortableFlexTableWithModel
 
SortableFlexTableWithModel(SortableTableModel) - Constructor for class org.nuiton.web.gwt.table.SortableFlexTableWithModel
 
SortableTableModel - Class in org.nuiton.web.gwt.table
This class is used to provide sorting functionnalities when clicking on table columns.
SortableTableModel(GWTTableModel) - Constructor for class org.nuiton.web.gwt.table.SortableTableModel
 
sortedColumn - Variable in class org.nuiton.web.gwt.table.SortableTableModel
The sorted column, -1 means no sorting
sortingOrder - Variable in class org.nuiton.web.gwt.table.SortableTableModel
The sorting order, -1 means no sorting

T

tableChanged(TableModelEvent) - Method in class org.nuiton.web.gwt.table.FlexTableWithModel
 
tableChanged(TableModelEvent) - Method in class org.nuiton.web.gwt.table.SortableFlexTableWithModel
 
tableChanged(TableModelEvent) - Method in class org.nuiton.web.gwt.table.SortableTableModel
 
tableChanged(TableModelEvent) - Method in interface org.nuiton.web.gwt.table.TableModelListener
 
TableModelEvent - Class in org.nuiton.web.gwt.table
Copy of javax.swing.event.TableModelEvent
TableModelEvent(GWTTableModel) - Constructor for class org.nuiton.web.gwt.table.TableModelEvent
 
TableModelEvent(GWTTableModel, int) - Constructor for class org.nuiton.web.gwt.table.TableModelEvent
 
TableModelEvent(GWTTableModel, int, int) - Constructor for class org.nuiton.web.gwt.table.TableModelEvent
 
TableModelEvent(GWTTableModel, int, int, int) - Constructor for class org.nuiton.web.gwt.table.TableModelEvent
 
TableModelEvent(GWTTableModel, int, int, int, int) - Constructor for class org.nuiton.web.gwt.table.TableModelEvent
 
TableModelListener - Interface in org.nuiton.web.gwt.table
 
type - Variable in class org.nuiton.web.gwt.table.TableModelEvent
 

U

UIMessages - Interface in org.nuiton.web.gwt.messages
User: couteau Date: 31/12/10
UPDATE - Static variable in class org.nuiton.web.gwt.table.TableModelEvent
Identifies a change to existing data.
A B C D F G H I L M N O R S T U 

Copyright © 2010-2013 CodeLutin. All Rights Reserved.