git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-widget-common-event@99596 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
ee928cdab5
commit
8728649e83
|
@ -12,7 +12,7 @@ import com.google.gwt.event.shared.HasHandlers;
|
|||
/**
|
||||
*
|
||||
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
|
||||
* @Dec 9, 2013
|
||||
* Dec 9, 2013
|
||||
*
|
||||
*/
|
||||
public class TasksMonitorEvent extends GwtEvent<TasksMonitorEvent.TasksMonitorEventHandler> {
|
||||
|
|
|
@ -5,7 +5,7 @@ package org.gcube.portlets.user.td.widgetcommonevent.client.type;
|
|||
|
||||
/**
|
||||
* @author Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
|
||||
* @Dec 9, 2013
|
||||
* Dec 9, 2013
|
||||
*
|
||||
*/
|
||||
public enum TaskType {
|
||||
|
|
|
@ -18,7 +18,7 @@ public class RowRaw implements Serializable {
|
|||
protected String rowId;
|
||||
protected Map<String, String> map;
|
||||
|
||||
public RowRaw() {
|
||||
public RowRaw() {
|
||||
|
||||
}
|
||||
|
||||
|
@ -26,7 +26,7 @@ public class RowRaw implements Serializable {
|
|||
*
|
||||
* @param rowId
|
||||
* row identify
|
||||
* @param rowRaw
|
||||
* @param map
|
||||
* A map from columnLocalId to value as String
|
||||
*/
|
||||
public RowRaw(String rowId, Map<String, String> map) {
|
||||
|
|
Loading…
Reference in New Issue