Serialized Form


Package fr.inra.refcomp.client.table

Class fr.inra.refcomp.client.table.AbstractGWTTableModel extends Object implements Serializable

serialVersionUID: -5798593159423650347L

Serialized Fields

listenerList

List<E> listenerList
Storage for the listeners registered with this model.

Class fr.inra.refcomp.client.table.DefaultTableModel extends AbstractGWTTableModel implements Serializable

serialVersionUID: 6680042567037222321L

Serialized Fields

dataVector

Vector<E> dataVector
Storage for the rows in the table (each row is itself a Vector).


columnIdentifiers

Vector<E> columnIdentifiers
Storage for the column identifiers.

Class fr.inra.refcomp.client.table.TableModelEvent extends EventObject implements Serializable

Serialized Fields

column

int column

firstRow

int firstRow

lastRow

int lastRow

type

int type

Package fr.inra.refcomp.server

Class fr.inra.refcomp.server.FileUpload extends javax.servlet.http.HttpServlet implements Serializable

Class fr.inra.refcomp.server.StorageServiceImpl extends com.google.gwt.user.server.rpc.RemoteServiceServlet implements Serializable



Copyright © 2010-2011 Code Lutin. All Rights Reserved.