Uses of Class
org.gcube.portlets.widgets.dataminermanagerwidget.client.type.DataMinerWorkAreaElementType
-
Packages that use DataMinerWorkAreaElementType Package Description org.gcube.portlets.widgets.dataminermanagerwidget.client.events org.gcube.portlets.widgets.dataminermanagerwidget.client.type -
-
Uses of DataMinerWorkAreaElementType in org.gcube.portlets.widgets.dataminermanagerwidget.client.events
Methods in org.gcube.portlets.widgets.dataminermanagerwidget.client.events that return DataMinerWorkAreaElementType Modifier and Type Method Description DataMinerWorkAreaElementTypeDeleteItemRequestEvent. getDataMinerWorkAreaElementType()DataMinerWorkAreaElementTypeRefreshDataMinerWorkAreaEvent. getDataMinerWorkAreaElementType()Constructors in org.gcube.portlets.widgets.dataminermanagerwidget.client.events with parameters of type DataMinerWorkAreaElementType Constructor Description DeleteItemRequestEvent(DataMinerWorkAreaElementType dataMinerWorkAreaElementType, org.gcube.data.analysis.dataminermanagercl.shared.workspace.ItemDescription itemDescription)RefreshDataMinerWorkAreaEvent(DataMinerWorkAreaElementType dataMinerWorkAreaElementType) -
Uses of DataMinerWorkAreaElementType in org.gcube.portlets.widgets.dataminermanagerwidget.client.type
Methods in org.gcube.portlets.widgets.dataminermanagerwidget.client.type that return DataMinerWorkAreaElementType Modifier and Type Method Description static DataMinerWorkAreaElementTypeDataMinerWorkAreaElementType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataMinerWorkAreaElementType[]DataMinerWorkAreaElementType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-