Errai 3.0.1-SNAPSHOT

Uses of Class
org.jboss.errai.common.client.api.annotations.MapsTo

Packages that use MapsTo
org.jboss.errai.bus.client.api.base   
org.jboss.errai.common.client Parent package for all API shared by all modules of the Errai framework. 
org.jboss.errai.jpa.sync.client.shared   
org.jboss.errai.location.client.shared   
org.jboss.errai.orientation.client.shared   
org.jboss.errai.otec.client   
org.jboss.errai.otec.client.mutation   
org.jboss.errai.security.shared.api   
org.jboss.errai.security.shared.api.identity   
org.jboss.errai.security.shared.event   
org.jboss.errai.ui.cordova.events   
org.jboss.errai.ui.cordova.geofencing   
org.jboss.errai.ui.nav.client.shared   
org.jboss.errai.ui.shared.api   
 

Uses of MapsTo in org.jboss.errai.bus.client.api.base
 

Constructor parameters in org.jboss.errai.bus.client.api.base with annotations of type MapsTo
TransportIOException(String message, int errorCode, String errorMessage)
           
TransportIOException(String message, int errorCode, String errorMessage)
           
TransportIOException(String message, int errorCode, String errorMessage)
           
 

Uses of MapsTo in org.jboss.errai.common.client
 

Constructor parameters in org.jboss.errai.common.client with annotations of type MapsTo
PageRequest(String pageName, Map<String,Object> state)
           
PageRequest(String pageName, Map<String,Object> state)
           
 

Uses of MapsTo in org.jboss.errai.jpa.sync.client.shared
 

Constructor parameters in org.jboss.errai.jpa.sync.client.shared with annotations of type MapsTo
ConflictResponse(X expected, X actualNew, X requestedNew)
           
ConflictResponse(X expected, X actualNew, X requestedNew)
           
ConflictResponse(X expected, X actualNew, X requestedNew)
           
DeleteResponse(X entity)
           
IdChangeResponse(Object oldId, X entity)
           
IdChangeResponse(Object oldId, X entity)
           
NewRemoteEntityResponse(X entity)
           
SyncRequestOperation(SyncRequestOperation.Type type, X newState, X expectedState)
           
SyncRequestOperation(SyncRequestOperation.Type type, X newState, X expectedState)
           
SyncRequestOperation(SyncRequestOperation.Type type, X newState, X expectedState)
           
UpdateResponse(X entity)
           
 

Uses of MapsTo in org.jboss.errai.location.client.shared
 

Constructor parameters in org.jboss.errai.location.client.shared with annotations of type MapsTo
GeoLocationEvent(double latitude, double longitude, double accuracy)
           
GeoLocationEvent(double latitude, double longitude, double accuracy)
           
GeoLocationEvent(double latitude, double longitude, double accuracy)
           
 

Uses of MapsTo in org.jboss.errai.orientation.client.shared
 

Constructor parameters in org.jboss.errai.orientation.client.shared with annotations of type MapsTo
OrientationEvent(double x, double y, double z)
           
OrientationEvent(double x, double y, double z)
           
OrientationEvent(double x, double y, double z)
           
 

Uses of MapsTo in org.jboss.errai.otec.client
 

Constructor parameters in org.jboss.errai.otec.client with annotations of type MapsTo
OpPairDto(OpDto remoteOp, OpDto localOp)
           
OpPairDto(OpDto remoteOp, OpDto localOp)
           
 

Uses of MapsTo in org.jboss.errai.otec.client.mutation
 

Method parameters in org.jboss.errai.otec.client.mutation with annotations of type MapsTo
static StringMutation StringMutation.of(MutationType type, int position, String data)
           
static StringMutation StringMutation.of(MutationType type, int position, String data)
           
static StringMutation StringMutation.of(MutationType type, int position, String data)
           
 

Uses of MapsTo in org.jboss.errai.security.shared.api
 

Constructor parameters in org.jboss.errai.security.shared.api with annotations of type MapsTo
RoleImpl(String name)
           
 

Uses of MapsTo in org.jboss.errai.security.shared.api.identity
 

Constructor parameters in org.jboss.errai.security.shared.api.identity with annotations of type MapsTo
UserImpl(String name, Collection<? extends Role> roles, Map<String,String> properties)
           
UserImpl(String name, Collection<? extends Role> roles, Map<String,String> properties)
           
UserImpl(String name, Collection<? extends Role> roles, Map<String,String> properties)
           
 

Uses of MapsTo in org.jboss.errai.security.shared.event
 

Constructor parameters in org.jboss.errai.security.shared.event with annotations of type MapsTo
LoggedInEvent(User user)
           
 

Uses of MapsTo in org.jboss.errai.ui.cordova.events
 

Constructor parameters in org.jboss.errai.ui.cordova.events with annotations of type MapsTo
BatteryCriticalEvent(int level, boolean plugged)
           
BatteryCriticalEvent(int level, boolean plugged)
           
BatteryLowEvent(int level, boolean plugged)
           
BatteryLowEvent(int level, boolean plugged)
           
BatteryStatusEvent(int level, boolean plugged)
           
BatteryStatusEvent(int level, boolean plugged)
           
 

Uses of MapsTo in org.jboss.errai.ui.cordova.geofencing
 

Constructor parameters in org.jboss.errai.ui.cordova.geofencing with annotations of type MapsTo
GeoFencingEvent(int regionId)
           
 

Uses of MapsTo in org.jboss.errai.ui.nav.client.shared
 

Constructor parameters in org.jboss.errai.ui.nav.client.shared with annotations of type MapsTo
NavigationEvent(PageRequest pageRequest)
           
 

Uses of MapsTo in org.jboss.errai.ui.shared.api
 

Constructor parameters in org.jboss.errai.ui.shared.api with annotations of type MapsTo
Locale(String locale, String label)
           
Locale(String locale, String label)
           
 


Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.