Uses of Class
org.gcube.portlets.widgets.dataminermanagerwidget.client.type.SessionExpiredEventType
-
Packages that use SessionExpiredEventType Package Description org.gcube.portlets.widgets.dataminermanagerwidget.client.events org.gcube.portlets.widgets.dataminermanagerwidget.client.type -
-
Uses of SessionExpiredEventType in org.gcube.portlets.widgets.dataminermanagerwidget.client.events
Methods in org.gcube.portlets.widgets.dataminermanagerwidget.client.events that return SessionExpiredEventType Modifier and Type Method Description SessionExpiredEventTypeSessionExpiredEvent. getSessionExpiredEventType()Constructors in org.gcube.portlets.widgets.dataminermanagerwidget.client.events with parameters of type SessionExpiredEventType Constructor Description SessionExpiredEvent(SessionExpiredEventType sessionExpiredEventType) -
Uses of SessionExpiredEventType in org.gcube.portlets.widgets.dataminermanagerwidget.client.type
Methods in org.gcube.portlets.widgets.dataminermanagerwidget.client.type that return SessionExpiredEventType Modifier and Type Method Description static SessionExpiredEventTypeSessionExpiredEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static SessionExpiredEventType[]SessionExpiredEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-