Back to GWTP Home
A B C D E F G H I J L M N O P Q R S T U V W X 

A

AbstractActionHandler<A extends Action<R>,R extends Result> - Class in com.gwtplatform.dispatch.rpc.server.actionhandler
Simple abstract super-class for ActionHandler implementations that forces the Action class to be passed in as a constructor to the handler.
AbstractActionHandler(Class<A>) - Constructor for class com.gwtplatform.dispatch.rpc.server.actionhandler.AbstractActionHandler
 
AbstractActionHandler<A extends Action<R>,R extends Result> - Class in com.gwtplatform.dispatch.server.actionhandler
Deprecated.
AbstractActionHandler(Class<A>) - Constructor for class com.gwtplatform.dispatch.server.actionhandler.AbstractActionHandler
Deprecated.
 
AbstractActionMetadataProvider - Class in com.gwtplatform.dispatch.rest.client
This class offers helper methods to help the generated implementation of ActionMetadataProvider register metadata in an HashMap.
AbstractActionMetadataProvider() - Constructor for class com.gwtplatform.dispatch.rest.client.AbstractActionMetadataProvider
 
AbstractAsyncCallback<T> - Class in com.gwtplatform.carstore.client.util
 
AbstractAsyncCallback() - Constructor for class com.gwtplatform.carstore.client.util.AbstractAsyncCallback
 
AbstractCachingClientActionHandler<A,R> - Class in com.gwtplatform.dispatch.client.actionhandler.caching
Abstract base class for client-side action handlers with caching support.
AbstractCachingClientActionHandler(Class<A>, Cache) - Constructor for class com.gwtplatform.dispatch.client.actionhandler.caching.AbstractCachingClientActionHandler
 
AbstractClientActionHandler<A,R> - Class in com.gwtplatform.dispatch.client.actionhandler
Simple abstract super-class for ClientActionHandler implementations that forces the action class to be passed in as a constructor to the handler.
AbstractClientActionHandler(Class<A>) - Constructor for class com.gwtplatform.dispatch.client.actionhandler.AbstractClientActionHandler
 
AbstractDefaultActionValidator - Class in com.gwtplatform.dispatch.rpc.server.actionvalidator
The default ActionValidator implementation.
AbstractDefaultActionValidator() - Constructor for class com.gwtplatform.dispatch.rpc.server.actionvalidator.AbstractDefaultActionValidator
 
AbstractDefaultActionValidator - Class in com.gwtplatform.dispatch.server.actionvalidator
Deprecated.
AbstractDefaultActionValidator() - Constructor for class com.gwtplatform.dispatch.server.actionvalidator.AbstractDefaultActionValidator
Deprecated.
 
AbstractDispatchAsync - Class in com.gwtplatform.dispatch.client
Deprecated.
This class will be removed.
AbstractDispatchAsync(ExceptionHandler, SecurityCookieAccessor, ClientActionHandlerRegistry) - Constructor for class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 
AbstractDispatchAsyncModule - Class in com.gwtplatform.dispatch.client.gin
This gin module provides provides access to the dispatcher singleton, which is used to make calls to the server.
AbstractDispatchAsyncModule(AbstractDispatchAsyncModule.Builder) - Constructor for class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule
 
AbstractDispatchAsyncModule.Builder - Class in com.gwtplatform.dispatch.client.gin
AbstractDispatchAsyncModule.Builder() - Constructor for class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule.Builder
Constructs AbstractDispatchAsyncModule builder.
AbstractDispatchImpl - Class in com.gwtplatform.dispatch.rpc.server
This is the server-side implementation of the Dispatch service with an arbitrary action type, for which the client-side async service is DispatchAsync.
AbstractDispatchImpl(ActionHandlerValidatorRegistry) - Constructor for class com.gwtplatform.dispatch.rpc.server.AbstractDispatchImpl
 
AbstractDispatchImpl - Class in com.gwtplatform.dispatch.server
Deprecated.
AbstractDispatchImpl(ActionHandlerValidatorRegistry) - Constructor for class com.gwtplatform.dispatch.server.AbstractDispatchImpl
Deprecated.
 
AbstractDispatchServiceImpl - Class in com.gwtplatform.dispatch.rpc.server
This is the server-side implementation of the DispatchService, for which the client-side async service is DispatchServiceAsync.
AbstractDispatchServiceImpl(Logger, Dispatch, RequestProvider) - Constructor for class com.gwtplatform.dispatch.rpc.server.AbstractDispatchServiceImpl
 
AbstractDispatchServiceImpl - Class in com.gwtplatform.dispatch.server
Deprecated.
AbstractDispatchServiceImpl(Logger, Dispatch, RequestProvider) - Constructor for class com.gwtplatform.dispatch.server.AbstractDispatchServiceImpl
Deprecated.
 
AbstractEagerActionHandlerValidatorRegistryImpl - Class in com.gwtplatform.dispatch.rpc.server.actionhandlervalidator
This is a eager-loading implementation of the registry.
AbstractEagerActionHandlerValidatorRegistryImpl() - Constructor for class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.AbstractEagerActionHandlerValidatorRegistryImpl
 
AbstractEagerActionHandlerValidatorRegistryImpl - Class in com.gwtplatform.dispatch.server.actionhandlervalidator
AbstractEagerActionHandlerValidatorRegistryImpl() - Constructor for class com.gwtplatform.dispatch.server.actionhandlervalidator.AbstractEagerActionHandlerValidatorRegistryImpl
Deprecated.
 
AbstractGenerator - Class in com.gwtplatform.mvp.rebind
Base generator.
AbstractGenerator() - Constructor for class com.gwtplatform.mvp.rebind.AbstractGenerator
 
AbstractHttpSessionSecurityCookieFilter - Class in com.gwtplatform.dispatch.rpc.server
This filter will automatically inject a security cookie inside the request the first time the page is loaded.
AbstractHttpSessionSecurityCookieFilter(String) - Constructor for class com.gwtplatform.dispatch.rpc.server.AbstractHttpSessionSecurityCookieFilter
 
AbstractHttpSessionSecurityCookieFilter - Class in com.gwtplatform.dispatch.server
AbstractHttpSessionSecurityCookieFilter(String) - Constructor for class com.gwtplatform.dispatch.server.AbstractHttpSessionSecurityCookieFilter
Deprecated.
 
AbstractJacksonMapperProvider - Class in com.gwtplatform.dispatch.rest.client.serialization
Abstract class providing utility methods to reduce the code generation complexity of JacksonMapperProvider.
AbstractJacksonMapperProvider() - Constructor for class com.gwtplatform.dispatch.rest.client.serialization.AbstractJacksonMapperProvider
 
AbstractPresenterModule - Class in com.gwtplatform.mvp.client.gin
 
AbstractPresenterModule() - Constructor for class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
 
AbstractRandomSecurityCookieFilter - Class in com.gwtplatform.dispatch.rpc.server
This filter will automatically inject a security cookie inside the request the first time the page is loaded.
AbstractRandomSecurityCookieFilter(String, SecureRandom) - Constructor for class com.gwtplatform.dispatch.rpc.server.AbstractRandomSecurityCookieFilter
 
AbstractRandomSecurityCookieFilter - Class in com.gwtplatform.dispatch.server
Deprecated.
AbstractRandomSecurityCookieFilter(String, SecureRandom) - Constructor for class com.gwtplatform.dispatch.server.AbstractRandomSecurityCookieFilter
Deprecated.
 
AbstractRestAction<R> - Class in com.gwtplatform.dispatch.rest.client
Provides a basic implementation of RestAction to inheritors.
AbstractRestAction() - Constructor for class com.gwtplatform.dispatch.rest.client.AbstractRestAction
 
AbstractRestAction(HttpMethod, String, String) - Constructor for class com.gwtplatform.dispatch.rest.client.AbstractRestAction
 
AbstractRestDispatcherController - Class in com.gwtplatform.dispatch.rest.client
Abstract implementation extended by the generated implementation of RestDispatcherController.
AbstractRestDispatcherController() - Constructor for class com.gwtplatform.dispatch.rest.client.AbstractRestDispatcherController
 
AbstractServiceGenerator - Class in com.gwtplatform.dispatch.rest.rebind
 
AbstractServiceGenerator(TypeOracle, Logger, Provider<VelocityContext>, VelocityEngine, GeneratorUtil, ServiceDefinitions, GeneratorFactory, JClassType) - Constructor for class com.gwtplatform.dispatch.rest.rebind.AbstractServiceGenerator
 
AbstractSimpleResult<T> - Class in com.gwtplatform.dispatch.rpc.shared
A common use-case is returning a single value from an action.
AbstractSimpleResult(T) - Constructor for class com.gwtplatform.dispatch.rpc.shared.AbstractSimpleResult
 
AbstractSimpleResult() - Constructor for class com.gwtplatform.dispatch.rpc.shared.AbstractSimpleResult
 
AbstractSimpleResult<T> - Class in com.gwtplatform.dispatch.shared
Deprecated.
AbstractSimpleResult(T) - Constructor for class com.gwtplatform.dispatch.shared.AbstractSimpleResult
Deprecated.
 
AbstractSimpleResult() - Constructor for class com.gwtplatform.dispatch.shared.AbstractSimpleResult
Deprecated.
 
AbstractUpdateResult<T> - Class in com.gwtplatform.dispatch.rpc.shared
Provides support for simple update response which contain both the old value and new value.
AbstractUpdateResult(T, T) - Constructor for class com.gwtplatform.dispatch.rpc.shared.AbstractUpdateResult
 
AbstractUpdateResult() - Constructor for class com.gwtplatform.dispatch.rpc.shared.AbstractUpdateResult
For serialization support only.
AbstractUpdateResult<T> - Class in com.gwtplatform.dispatch.shared
Deprecated.
AbstractUpdateResult(T, T) - Constructor for class com.gwtplatform.dispatch.shared.AbstractUpdateResult
Deprecated.
 
AbstractUpdateResult() - Constructor for class com.gwtplatform.dispatch.shared.AbstractUpdateResult
Deprecated.
For serialization support only.
AbstractVelocityGenerator - Class in com.gwtplatform.carstore.rebind
 
AbstractVelocityGenerator(Provider<VelocityContext>, VelocityEngine, GeneratorUtil) - Constructor for class com.gwtplatform.carstore.rebind.AbstractVelocityGenerator
 
AbstractVelocityGenerator - Class in com.gwtplatform.dispatch.rest.rebind
 
AbstractVelocityGenerator(TypeOracle, Logger, Provider<VelocityContext>, VelocityEngine, GeneratorUtil) - Constructor for class com.gwtplatform.dispatch.rest.rebind.AbstractVelocityGenerator
 
AbstractVelocityGenerator - Class in com.gwtplatform.mvp.rebind.velocity
 
AbstractVelocityGenerator(Provider<VelocityContext>, VelocityEngine, GeneratorUtil) - Constructor for class com.gwtplatform.mvp.rebind.velocity.AbstractVelocityGenerator
 
Action<R extends Result> - Interface in com.gwtplatform.dispatch.rpc.shared
An action represents a command sent to the Dispatch.
Action<R extends Result> - Interface in com.gwtplatform.dispatch.shared
Deprecated.
Please use Action.
ActionBarEvent - Class in com.gwtplatform.carstore.client.application.event
 
ActionBarEvent(ChangeActionBarEvent.ActionType, String) - Constructor for class com.gwtplatform.carstore.client.application.event.ActionBarEvent
 
ActionBarEvent.ActionBarHandler - Interface in com.gwtplatform.carstore.client.application.event
 
ActionBarVisibilityEvent - Class in com.gwtplatform.carstore.client.application.event
 
ActionBarVisibilityEvent(Boolean) - Constructor for class com.gwtplatform.carstore.client.application.event.ActionBarVisibilityEvent
 
ActionBarVisibilityEvent.ActionBarVisibilityHandler - Interface in com.gwtplatform.carstore.client.application.event
 
ActionBinding - Class in com.gwtplatform.dispatch.rest.rebind.type
 
ActionBinding(String, String, String, String, String, List<JParameter>) - Constructor for class com.gwtplatform.dispatch.rest.rebind.type.ActionBinding
 
ActionCachingHandler<A,R> - Class in com.gwtplatform.dispatch.client.actionhandler.caching
Default implementation of AbstractCachingClientActionHandler.
ActionCachingHandler(Class<A>, Cache) - Constructor for class com.gwtplatform.dispatch.client.actionhandler.caching.ActionCachingHandler
 
ActionException - Exception in com.gwtplatform.dispatch.shared
These are thrown by Dispatch.execute(Action) if there is a problem executing a particular Action.
ActionException() - Constructor for exception com.gwtplatform.dispatch.shared.ActionException
 
ActionException(String) - Constructor for exception com.gwtplatform.dispatch.shared.ActionException
 
ActionException(String, Throwable) - Constructor for exception com.gwtplatform.dispatch.shared.ActionException
 
ActionException(Throwable) - Constructor for exception com.gwtplatform.dispatch.shared.ActionException
 
ActionGenerator - Class in com.gwtplatform.dispatch.rest.rebind
 
ActionHandler<A extends Action<R>,R extends Result> - Interface in com.gwtplatform.dispatch.rpc.server.actionhandler
Instances of this interface will handle specific types of Action classes.
ActionHandler<A extends Action<R>,R extends Result> - Interface in com.gwtplatform.dispatch.server.actionhandler
Deprecated.
Please use ActionHandler.
ActionHandlerValidatorClass<A extends Action<R>,R extends Result> - Class in com.gwtplatform.dispatch.rpc.server.actionhandlervalidator
Convenience class to store ActionHandler and ActionValidator class definitions.
ActionHandlerValidatorClass(Class<? extends ActionHandler<A, R>>, Class<? extends ActionValidator>) - Constructor for class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorClass
 
ActionHandlerValidatorClass<A extends Action<R>,R extends Result> - Class in com.gwtplatform.dispatch.server.actionhandlervalidator
Deprecated.
ActionHandlerValidatorClass(Class<? extends ActionHandler<A, R>>, Class<? extends ActionValidator>) - Constructor for class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorClass
Deprecated.
 
ActionHandlerValidatorInstance - Class in com.gwtplatform.dispatch.rpc.server.actionhandlervalidator
Convenience class to store ActionHandler and ActionValidator instance definitions.
ActionHandlerValidatorInstance(ActionValidator, ActionHandler<?, ?>) - Constructor for class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorInstance
 
ActionHandlerValidatorInstance - Class in com.gwtplatform.dispatch.server.actionhandlervalidator
Deprecated.
ActionHandlerValidatorInstance(ActionValidator, ActionHandler<?, ?>) - Constructor for class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorInstance
Deprecated.
 
ActionHandlerValidatorLinker - Class in com.gwtplatform.dispatch.rpc.server.guice.actionhandlervalidator
This class links any registered ActionHandler and ActionValidator instances with the default ActionHandlerValidatorRegistry.
ActionHandlerValidatorLinker - Class in com.gwtplatform.dispatch.rpc.server.spring.actionhandlervalidator
This class links any registered ActionHandler and ActionValidator instances with the default ActionHandlerValidatorRegistry.
ActionHandlerValidatorLinker - Class in com.gwtplatform.dispatch.server.guice.actionhandlervalidator
Deprecated.
ActionHandlerValidatorLinker - Class in com.gwtplatform.dispatch.server.spring.actionhandlervalidator
Deprecated.
ActionHandlerValidatorLinkerHelper - Class in com.gwtplatform.dispatch.rpc.server.actionhandlervalidator
 
ActionHandlerValidatorLinkerHelper() - Constructor for class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper
 
ActionHandlerValidatorLinkerHelper - Class in com.gwtplatform.dispatch.server.actionhandlervalidator
Deprecated.
ActionHandlerValidatorLinkerHelper() - Constructor for class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper
Deprecated.
 
ActionHandlerValidatorLinkerHelper.BeanProvider - Interface in com.gwtplatform.dispatch.rpc.server.actionhandlervalidator
 
ActionHandlerValidatorLinkerHelper.BeanProvider - Interface in com.gwtplatform.dispatch.server.actionhandlervalidator
Deprecated.
 
ActionHandlerValidatorLinkerHelper.BeanProvider.BindingDescriptor<B> - Interface in com.gwtplatform.dispatch.rpc.server.actionhandlervalidator
 
ActionHandlerValidatorLinkerHelper.BeanProvider.BindingDescriptor<B> - Interface in com.gwtplatform.dispatch.server.actionhandlervalidator
Deprecated.
 
ActionHandlerValidatorLinkerHelper.CommonBindingDescriptor<B> - Class in com.gwtplatform.dispatch.rpc.server.actionhandlervalidator
BingingDescriptor implementation for the Guice/Spring.
ActionHandlerValidatorLinkerHelper.CommonBindingDescriptor(B, String) - Constructor for class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.CommonBindingDescriptor
 
ActionHandlerValidatorLinkerHelper.CommonBindingDescriptor<B> - Class in com.gwtplatform.dispatch.server.actionhandlervalidator
Deprecated.
BingingDescriptor implementation for the Guice/Spring.
ActionHandlerValidatorLinkerHelper.CommonBindingDescriptor(B, String) - Constructor for class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.CommonBindingDescriptor
Deprecated.
 
ActionHandlerValidatorMap<A extends Action<R>,R extends Result> - Interface in com.gwtplatform.dispatch.rpc.server.actionhandlervalidator
This is the interface that define the map of ActionHandlerValidatorInstance.
ActionHandlerValidatorMap<A extends Action<R>,R extends Result> - Interface in com.gwtplatform.dispatch.server.actionhandlervalidator
Deprecated.
ActionHandlerValidatorMapImpl<A extends Action<R>,R extends Result> - Class in com.gwtplatform.dispatch.rpc.server.actionhandlervalidator
ActionHandlerValidatorMapImpl(Class<A>, ActionHandlerValidatorClass<A, R>) - Constructor for class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorMapImpl
 
ActionHandlerValidatorMapImpl<A extends Action<R>,R extends Result> - Class in com.gwtplatform.dispatch.server.actionhandlervalidator
Deprecated.
ActionHandlerValidatorMapImpl(Class<A>, ActionHandlerValidatorClass<A, R>) - Constructor for class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorMapImpl
Deprecated.
 
ActionHandlerValidatorRegistry - Interface in com.gwtplatform.dispatch.rpc.server.actionhandlervalidator
Registry definition for ActionValidator.
actionHandlerValidatorRegistry(Class<? extends ActionHandlerValidatorRegistry>) - Method in class com.gwtplatform.dispatch.rpc.server.guice.DispatchModule.Builder
 
actionHandlerValidatorRegistry - Variable in class com.gwtplatform.dispatch.rpc.server.spring.AnnotatedActionBeandHandlerRegistrator
 
ActionHandlerValidatorRegistry - Interface in com.gwtplatform.dispatch.server.actionhandlervalidator
Deprecated.
actionHandlerValidatorRegistry(Class<? extends ActionHandlerValidatorRegistry>) - Method in class com.gwtplatform.dispatch.server.guice.DispatchModule.Builder
Deprecated.
 
actionHandlerValidatorRegistry - Variable in class com.gwtplatform.dispatch.server.spring.AnnotatedActionBeandHandlerRegistrator
Deprecated.
 
ActionImpl<R extends Result> - Class in com.gwtplatform.dispatch.rpc.shared
Default Action using the base path as dispatch/className.
ActionImpl() - Constructor for class com.gwtplatform.dispatch.rpc.shared.ActionImpl
 
ActionImpl<R extends Result> - Class in com.gwtplatform.dispatch.shared
Deprecated.
Please use ActionImpl.
ActionImpl() - Constructor for class com.gwtplatform.dispatch.shared.ActionImpl
Deprecated.
 
ActionMetadataProvider - Interface in com.gwtplatform.dispatch.rest.client
An implementation of this class is generated at compile-time to provide additional information about generated RestActions.
ActionMetadataProvider.MetadataKey - Class in com.gwtplatform.dispatch.rest.client
A key composed of RestAction and a MetadataType.
ActionMetadataProviderGenerator - Class in com.gwtplatform.dispatch.rest.rebind
 
ActionResult<A extends Action<R>,R extends Result> - Class in com.gwtplatform.dispatch.rpc.server.actionhandler
This contains both the original Action and the Result of that action.
ActionResult(A, R, boolean) - Constructor for class com.gwtplatform.dispatch.rpc.server.actionhandler.ActionResult
Creates a new action/result pair.
ActionResult<A extends Action<R>,R extends Result> - Class in com.gwtplatform.dispatch.server.actionhandler
Deprecated.
Please use ActionResult.
ActionResult(A, R, boolean) - Constructor for class com.gwtplatform.dispatch.server.actionhandler.ActionResult
Deprecated.
Creates a new action/result pair.
ActionTestBase - Class in com.gwtplatform.dispatch.rpc.server
 
ActionTestBase() - Constructor for class com.gwtplatform.dispatch.rpc.server.ActionTestBase
 
ActionType - Enum in com.gwtplatform.carstore.shared.dto
 
ActionValidator - Interface in com.gwtplatform.dispatch.rpc.server.actionvalidator
Implementers must provide an implementation of this interface and provide it to the DispatchService implementation so that it can check whether or not the action can be executed.
ActionValidator - Interface in com.gwtplatform.dispatch.server.actionvalidator
Deprecated.
Please use ActionValidator.
activate() - Method in interface com.gwtplatform.mvp.client.Tab
Should not be called directly.
addAccount(String, String) - Method in interface com.gwtplatform.mvp.client.googleanalytics.GoogleAnalytics
Given that you already have initialized your default Google account with GoogleAnalytics.init(String), this function will add a new account on which you'll be able to track events and pages.
addAccount(String, String) - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
 
addAction() - Method in interface com.gwtplatform.carstore.client.resources.AppResources.Styles
 
addActionHandlerValidator(Class<A>, ActionHandlerValidatorInstance) - Method in class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.AbstractEagerActionHandlerValidatorRegistryImpl
 
addActionHandlerValidator(Class<A>, ActionHandlerValidatorInstance) - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.EagerActionHandlerValidatorRegistry
 
addActionHandlerValidator(Class<A>, ActionHandlerValidatorInstance) - Method in class com.gwtplatform.dispatch.server.actionhandlervalidator.AbstractEagerActionHandlerValidatorRegistryImpl
Deprecated.
 
addActionHandlerValidator(Class<A>, ActionHandlerValidatorInstance) - Method in interface com.gwtplatform.dispatch.server.actionhandlervalidator.EagerActionHandlerValidatorRegistry
Deprecated.
 
addActionHandlerValidatorClass(Class<A>, ActionHandlerValidatorClass<A, R>) - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.LazyActionHandlerValidatorRegistry
Registers the specified ActionValidator class with the registry.
addActionHandlerValidatorClass(Class<A>, ActionHandlerValidatorClass<A, R>) - Method in class com.gwtplatform.dispatch.rpc.server.guice.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
 
addActionHandlerValidatorClass(Class<A>, ActionHandlerValidatorClass<A, R>) - Method in class com.gwtplatform.dispatch.rpc.server.spring.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
 
addActionHandlerValidatorClass(Class<A>, ActionHandlerValidatorClass<A, R>) - Method in interface com.gwtplatform.dispatch.server.actionhandlervalidator.LazyActionHandlerValidatorRegistry
Deprecated.
Registers the specified ActionValidator class with the registry.
addActionHandlerValidatorClass(Class<A>, ActionHandlerValidatorClass<A, R>) - Method in class com.gwtplatform.dispatch.server.guice.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
Deprecated.
 
addActionHandlerValidatorClass(Class<A>, ActionHandlerValidatorClass<A, R>) - Method in class com.gwtplatform.dispatch.server.spring.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
Deprecated.
 
addCloseTabHandler(CloseTabEvent.CloseTabHandler) - Method in interface com.gwtplatform.carstore.client.application.cars.car.navigation.CloseTabEvent.HasCloseTabHandlers
 
addCloseTabHandler(CloseTabEvent.CloseTabHandler) - Method in class com.gwtplatform.carstore.client.application.cars.car.navigation.Tab
 
addCodeSplitBundlePresenter(String, JClassType) - Method in class com.gwtplatform.mvp.rebind.PresenterDefinitions
 
addCodeSplitPresenter(JClassType) - Method in class com.gwtplatform.mvp.rebind.PresenterDefinitions
 
addCommand(Command) - Method in class com.gwtplatform.tester.DeferredCommandManager
 
addFormParam(String, Object) - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
 
addFormParam(String, Date) - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
 
addFormParam(String, Date, String) - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
 
addGatekeeper(JClassType) - Method in class com.gwtplatform.mvp.rebind.PresenterDefinitions
 
addGlobalHeaderParam(String) - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
Initiate the creation of a global header parameter that will be attached to all requests.
addGlobalQueryParam(String) - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
Initiate the creation of a global query parameter that will be attached to all requests.
addHandler(GwtEvent.Type<H>, H) - Method in class com.gwtplatform.mvp.client.PresenterWidget
Registers an event handler towards the EventBus.
addHeaderParam(String, Object) - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
 
addHeaderParam(String, Date) - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
 
addHeaderParam(String, Date, String) - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
 
addImplementedInterface(ClassSourceFileComposerFactory) - Method in class com.gwtplatform.mvp.rebind.ProxyEventMethod
Ensures the class being built by the ClassSourceFileComposerFactory implements the interface required to handle this event.
addManufacturer(ManufacturerDto) - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerMobileView
 
addManufacturer(ManufacturerDto) - Method in interface com.gwtplatform.carstore.client.application.manufacturer.ManufacturerPresenter.MyView
 
addManufacturer(ManufacturerDto) - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerView
 
addMessage(Message) - Method in interface com.gwtplatform.carstore.client.application.widget.message.MessagesPresenter.MyView
 
addMessage(Message) - Method in class com.gwtplatform.carstore.client.application.widget.message.MessagesView
 
addPathParam(String, Object) - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
 
addPathParam(String, Date) - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
 
addPathParam(String, Date, String) - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
 
addProvider(String, Provider<? extends ObjectMapper<?>>) - Method in class com.gwtplatform.dispatch.rest.client.serialization.AbstractJacksonMapperProvider
 
addQueryParam(String, Object) - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
 
addQueryParam(String, Date) - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
 
addQueryParam(String, Date, String) - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
 
addRating(RatingDto) - Method in class com.gwtplatform.carstore.client.application.rating.RatingMobileView
 
addRating(RatingDto) - Method in interface com.gwtplatform.carstore.client.application.rating.RatingPresenter.MyView
 
addRating(RatingDto) - Method in class com.gwtplatform.carstore.client.application.rating.RatingView
 
addRegisteredHandler(GwtEvent.Type<H>, H) - Method in class com.gwtplatform.mvp.client.PresenterWidget
Registers an event handler towards the EventBus and registers it to be automatically removed when HandlerContainerImpl.unbind() is called.
addRegisteredHandler(GwtEvent.Type<H>, H) - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
Register an event to be automatically removed when this proxy will be released.
addRequestTabsHandler() - Method in class com.gwtplatform.mvp.client.proxy.NonLeafTabContentProxyImpl
 
addStandardPresenter(JClassType) - Method in class com.gwtplatform.mvp.rebind.PresenterDefinitions
 
addTab(TabContentProxy<?>) - Method in class com.gwtplatform.mvp.client.TabContainerPresenter
Adds a new tab to this presenter.
addTab(TabData, String) - Method in interface com.gwtplatform.mvp.client.TabPanel
Adds a new tab to the widget.
addToPopupSlot(PresenterWidget<? extends PopupView>) - Method in interface com.gwtplatform.mvp.client.HasPopupSlot
This method sets some popup content within the Presenter and centers it.
addToPopupSlot(PresenterWidget<? extends PopupView>, boolean) - Method in interface com.gwtplatform.mvp.client.HasPopupSlot
This method sets some popup content within the Presenter.
addToPopupSlot(PresenterWidget<? extends PopupView>) - Method in class com.gwtplatform.mvp.client.PresenterWidget
 
addToPopupSlot(PresenterWidget<? extends PopupView>, boolean) - Method in class com.gwtplatform.mvp.client.PresenterWidget
 
addToSlot(Object, PresenterWidget<?>) - Method in interface com.gwtplatform.mvp.client.HasSlots
This method adds some content in a specific slot of the Presenter.
addToSlot(Object, PresenterWidget<?>) - Method in class com.gwtplatform.mvp.client.PresenterWidget
 
addToSlot(Object, IsWidget) - Method in interface com.gwtplatform.mvp.client.View
Requests the view to add content within a specific slot.
addToSlot(Object, IsWidget) - Method in class com.gwtplatform.mvp.client.ViewImpl
 
addVisibleHandler(GwtEvent.Type<H>, H) - Method in class com.gwtplatform.mvp.client.PresenterWidget
Registers an event handler towards the EventBus and registers it to be only active when the presenter is visible is called.
adjustActionBar(Boolean) - Method in class com.gwtplatform.carstore.client.application.ApplicationMobileView
 
adjustActionBar(Boolean) - Method in interface com.gwtplatform.carstore.client.application.ApplicationPresenter.MyView
 
adjustActionBar(Boolean) - Method in class com.gwtplatform.carstore.client.application.ApplicationView
 
adjustLayout(Boolean) - Method in class com.gwtplatform.carstore.client.application.ApplicationMobileView
 
adjustLayout(Boolean) - Method in interface com.gwtplatform.carstore.client.application.ApplicationPresenter.MyView
 
adjustLayout(Boolean) - Method in class com.gwtplatform.carstore.client.application.ApplicationView
 
AnnotatedActionBeandHandlerRegistrator - Class in com.gwtplatform.dispatch.rpc.server.spring
Annotation bean post processing to register ActionHandlers annotated with RegisterActionHandler.
AnnotatedActionBeandHandlerRegistrator() - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.AnnotatedActionBeandHandlerRegistrator
 
AnnotatedActionBeandHandlerRegistrator - Class in com.gwtplatform.dispatch.server.spring
AnnotatedActionBeandHandlerRegistrator() - Constructor for class com.gwtplatform.dispatch.server.spring.AnnotatedActionBeandHandlerRegistrator
Deprecated.
 
AnnotationValueResolver<T extends Annotation> - Interface in com.gwtplatform.dispatch.rest.rebind.util
 
applicationContext - Variable in class com.gwtplatform.dispatch.rpc.server.spring.AnnotatedActionBeandHandlerRegistrator
 
applicationContext - Variable in class com.gwtplatform.dispatch.rpc.server.spring.HandlerModule
 
applicationContext - Variable in class com.gwtplatform.dispatch.server.spring.AnnotatedActionBeandHandlerRegistrator
Deprecated.
 
applicationContext - Variable in class com.gwtplatform.dispatch.server.spring.HandlerModule
Deprecated.
 
ApplicationController - Interface in com.gwtplatform.mvp.client
ApplicationController will trigger the generation of your Ginjector.
ApplicationControllerGenerator - Class in com.gwtplatform.mvp.rebind
Will generate a ApplicationController.
ApplicationControllerGenerator() - Constructor for class com.gwtplatform.mvp.rebind.ApplicationControllerGenerator
 
ApplicationDesktopModule - Class in com.gwtplatform.carstore.client.application
 
ApplicationDesktopModule() - Constructor for class com.gwtplatform.carstore.client.application.ApplicationDesktopModule
 
ApplicationMobileModule - Class in com.gwtplatform.carstore.client.application
 
ApplicationMobileModule() - Constructor for class com.gwtplatform.carstore.client.application.ApplicationMobileModule
 
ApplicationMobileView - Class in com.gwtplatform.carstore.client.application
 
ApplicationMobileView.Binder - Interface in com.gwtplatform.carstore.client.application
 
ApplicationPresenter - Class in com.gwtplatform.carstore.client.application
 
ApplicationPresenter.MyProxy - Interface in com.gwtplatform.carstore.client.application
 
ApplicationPresenter.MyView - Interface in com.gwtplatform.carstore.client.application
 
ApplicationTabletModule - Class in com.gwtplatform.carstore.client.application
 
ApplicationTabletModule() - Constructor for class com.gwtplatform.carstore.client.application.ApplicationTabletModule
 
ApplicationView - Class in com.gwtplatform.carstore.client.application
 
apply(Ref<T>) - Method in class com.gwtplatform.carstore.server.dao.objectify.Deref.Func
 
AppResources - Interface in com.gwtplatform.carstore.client.resources
 
AppResources.Styles - Interface in com.gwtplatform.carstore.client.resources
 
asPopupPanel() - Method in class com.gwtplatform.mvp.client.PopupViewImpl
Retrieves this view as a PopupPanel.
asWidget() - Method in class com.gwtplatform.mvp.client.PresenterWidget
 
asWidget() - Method in class com.gwtplatform.mvp.client.RootPresenter.RootView
 
asWidget() - Method in interface com.gwtplatform.mvp.client.Tab
Every tab should be able to return itself as an instance of a widget class.
asWidget() - Method in class com.gwtplatform.mvp.client.ViewImpl
 
AsyncCallFailEvent - Class in com.gwtplatform.mvp.client.proxy
Event fired after any asynchronous call to the server performed by GWTP MVP returns with Such asynchronous calls only occur when using code splitting.
AsyncCallFailHandler - Interface in com.gwtplatform.mvp.client.proxy
Handler for AsyncCallFailEvent.
AsyncCallStartEvent - Class in com.gwtplatform.mvp.client.proxy
Event fired right before any asynchronous call to the server is performed by GWTP MVP.
AsyncCallStartHandler - Interface in com.gwtplatform.mvp.client.proxy
Handler for AsyncCallStartEvent.
AsyncCallSucceedEvent - Class in com.gwtplatform.mvp.client.proxy
Event fired after any asynchronous call to the server performed by GWTP MVP has succeeded.
AsyncCallSucceedHandler - Interface in com.gwtplatform.mvp.client.proxy
AsyncMockProvider<T> - Class in com.gwtplatform.tester
For use in test cases where an AsyncProvider is required to provide an object and the test case needs to provide a mock of the object.
AsyncMockProvider(T) - Constructor for class com.gwtplatform.tester.AsyncMockProvider
Construct a AsyncProvider that will provide the mock object.
AsyncMockProvider(Throwable) - Constructor for class com.gwtplatform.tester.AsyncMockProvider
Construct a AsyncProvider that will fail to provide the mock object, and will fail with the specified error.
authenticatCookie(String) - Method in class com.gwtplatform.carstore.server.authentication.Authenticator
 
authenticateCredentials(String, String) - Method in class com.gwtplatform.carstore.server.authentication.Authenticator
 
AuthenticationException - Exception in com.gwtplatform.carstore.server.authentication
 
AuthenticationException() - Constructor for exception com.gwtplatform.carstore.server.authentication.AuthenticationException
 
Authenticator - Class in com.gwtplatform.carstore.server.authentication
 
AutobindDisable - Class in com.gwtplatform.mvp.client
Bind this class to indicate that you wish to globally disable automatic binding in classes derived from HandlerContainerImpl, such as PresenterWidget or Presenter.
AutobindDisable(boolean) - Constructor for class com.gwtplatform.mvp.client.AutobindDisable
 

B

BaseDao<T extends Dto> - Class in com.gwtplatform.carstore.server.dao
 
BaseDao(Class<T>) - Constructor for class com.gwtplatform.carstore.server.dao.BaseDao
 
BaseEntity - Class in com.gwtplatform.carstore.shared.dto
 
BaseEntity() - Constructor for class com.gwtplatform.carstore.shared.dto.BaseEntity
 
BasicProxyOutputter - Class in com.gwtplatform.mvp.rebind
Proxy outputter for a basic, non-place, non-tab-container proxy.
BasicProxyOutputter(TypeOracle, TreeLogger, ClassCollection, GinjectorInspector, PresenterInspector) - Constructor for class com.gwtplatform.mvp.rebind.BasicProxyOutputter
 
BatchAction - Class in com.gwtplatform.dispatch.rpc.shared
This provides a simple way to send multiple actions to be executed in sequence.
BatchAction(BatchAction.OnException, Action<?>...) - Constructor for class com.gwtplatform.dispatch.rpc.shared.BatchAction
Constructs a new batch action, which will attempt to execute the provided list of actions in order.
BatchAction - Class in com.gwtplatform.dispatch.shared
Deprecated.
Please use BatchAction.
BatchAction(BatchAction.OnException, Action<?>...) - Constructor for class com.gwtplatform.dispatch.shared.BatchAction
Deprecated.
Constructs a new batch action, which will attempt to execute the provided list of actions in order.
BatchAction.OnException - Enum in com.gwtplatform.dispatch.rpc.shared
BatchAction's enumeration of possible outcomes when there is an exception.
BatchAction.OnException - Enum in com.gwtplatform.dispatch.shared
Deprecated.
BatchAction's OnException enumeration.
BatchActionHandler - Class in com.gwtplatform.dispatch.rpc.server.actionhandler
This handles BatchAction requests, which are a set of multiple actions that need to all be executed successfully in sequence for the whole action to succeed.
BatchActionHandler() - Constructor for class com.gwtplatform.dispatch.rpc.server.actionhandler.BatchActionHandler
 
BatchActionHandler - Class in com.gwtplatform.dispatch.server.actionhandler
Deprecated.
Please use BatchActionHandler.
BatchActionHandler() - Constructor for class com.gwtplatform.dispatch.server.actionhandler.BatchActionHandler
Deprecated.
 
BatchResult - Class in com.gwtplatform.dispatch.rpc.shared
Contains the list of Results from successful actions in the BatchAction.
BatchResult(List<Result>) - Constructor for class com.gwtplatform.dispatch.rpc.shared.BatchResult
Creates a new result with the list of results from the batch action, in order.
BatchResult - Class in com.gwtplatform.dispatch.shared
Deprecated.
Please use BatchResult.
BatchResult(List<Result>) - Constructor for class com.gwtplatform.dispatch.shared.BatchResult
Deprecated.
Creates a new result with the list of results from the batch action, in order.
BCryptPasswordSecurity - Class in com.gwtplatform.carstore.server.authentication
 
BCryptPasswordSecurity() - Constructor for class com.gwtplatform.carstore.server.authentication.BCryptPasswordSecurity
 
begin() - Method in class com.gwtplatform.carstore.server.dao.objectify.OfyFactory
 
beginWrappedProxy(SourceWriter, String) - Method in class com.gwtplatform.mvp.rebind.ProxyPlaceOutputter
 
bigLogo() - Method in interface com.gwtplatform.carstore.client.resources.AppResources
 
bigTitle() - Method in interface com.gwtplatform.carstore.client.resources.AppResources.Styles
 
bind(PlaceManager, EventBus) - Method in class com.gwtplatform.carstore.client.application.cars.car.CarProxyImpl
 
bind(Ginjector) - Static method in class com.gwtplatform.mvp.client.DelayedBindRegistry
Bind all the registered classes, by calling their DelayedBind.delayedBind(Ginjector) method.
bind() - Method in interface com.gwtplatform.mvp.client.HandlerContainer
Call this method after the object is constructed in order to bind all its handlers.
bind() - Method in class com.gwtplatform.mvp.client.HandlerContainerImpl
 
bind() - Method in class com.gwtplatform.mvp.client.Presenter
 
bind(PlaceManager, EventBus) - Method in class com.gwtplatform.mvp.client.proxy.ProxyImpl
Injects the various resources and performs other bindings.
bind(PlaceManager, EventBus) - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
Injects the various resources and performs other bindings.
bindHandler(Class<A>, Class<? extends ActionHandler<A, R>>) - Method in class com.gwtplatform.dispatch.rpc.server.guice.HandlerModule
 
bindHandler(Class<A>, Class<? extends ActionHandler<A, R>>, Class<? extends ActionValidator>) - Method in class com.gwtplatform.dispatch.rpc.server.guice.HandlerModule
 
bindHandler(Class<A>, Class<? extends ActionHandler<A, R>>) - Method in class com.gwtplatform.dispatch.rpc.server.spring.HandlerModule
 
bindHandler(Class<A>, Class<? extends ActionHandler<A, R>>, Class<? extends ActionValidator>) - Method in class com.gwtplatform.dispatch.rpc.server.spring.HandlerModule
 
bindHandler(Class<A>, Class<? extends ActionHandler<A, R>>) - Method in class com.gwtplatform.dispatch.server.guice.HandlerModule
Deprecated.
 
bindHandler(Class<A>, Class<? extends ActionHandler<A, R>>, Class<? extends ActionValidator>) - Method in class com.gwtplatform.dispatch.server.guice.HandlerModule
Deprecated.
 
bindHandler(Class<A>, Class<? extends ActionHandler<A, R>>) - Method in class com.gwtplatform.dispatch.server.spring.HandlerModule
Deprecated.
 
bindHandler(Class<A>, Class<? extends ActionHandler<A, R>>, Class<? extends ActionValidator>) - Method in class com.gwtplatform.dispatch.server.spring.HandlerModule
Deprecated.
 
bindMockActionHandler(Class<H>, H) - Method in class com.gwtplatform.tester.MockHandlerModule
Registers a mock server-side action handlers.
bindMockClientActionHandler(Class<A>, H) - Method in class com.gwtplatform.tester.MockHandlerModule
Registers a mock client-side action handlers.
bindMockHandler(Class<H>, H) - Method in class com.gwtplatform.tester.MockHandlerModule
Deprecated.
bindPresenter(Class<P>, Class<? extends P>, Class<Proxy_>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
Convenience method for binding a singleton presenter with its proxy, when using automatically generated proxy classes and non-singleton views.
bindPresenter(Class<P>, Class<? extends P>, Class<V>, Class<? extends V>, Class<Proxy_>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
Convenience method for binding a singleton presenter with its view and its proxy, when using automatically generated proxy classes.
bindPresenter(Class<P>, Class<Proxy_>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
Convenience method for binding a singleton presenter with its proxy, when using automatically generated proxy classes and non-singleton views.
bindPresenter(Class<P>, Class<V>, Class<? extends V>, Class<Proxy_>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
Convenience method for binding a singleton presenter with its view and its proxy, when using automatically generated proxy classes.
bindPresenterCustomProxy(Class<P>, Class<? extends P>, Class<Proxy_>, Class<? extends Proxy_>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
Convenience method for binding a singleton presenter with its proxy, when using custom-made proxy classes and non-singleton views.
bindPresenterCustomProxy(Class<P>, Class<? extends P>, Class<V>, Class<? extends V>, Class<Proxy_>, Class<? extends Proxy_>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
Convenience method for binding a singleton presenter with its view and its proxy, when using custom-made proxy classes.
bindPresenterCustomProxy(Class<P>, Class<Proxy_>, Class<? extends Proxy_>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
Convenience method for binding a singleton presenter with its proxy, when using custom-made proxy classes and non-singleton views.
bindPresenterCustomProxy(Class<P>, Class<V>, Class<? extends V>, Class<Proxy_>, Class<? extends Proxy_>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
Convenience method for binding a singleton presenter with its view and its proxy, when using custom-made proxy classes.
bindPresenterWidget(Class<P>, Class<? extends P>, Class<V>, Class<? extends V>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
Convenience method for binding a non-singleton PresenterWidget with its View.
bindPresenterWidget(Class<P>, Class<V>, Class<? extends V>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
Convenience method for binding a non-singleton PresenterWidget with its View.
bindPresenterWidgetFactory(Class<P>, Class<? extends P>, Class<V>, Class<? extends V>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
Convenience method for binding a non-singleton PresenterWidget that is created via a factory to its View, which is also created via a factory.
bindSharedView(Class<V>, Class<? extends V>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
Bind a view interface to its implementation in a non-singleton manner.
bindSingletonPresenterWidget(Class<P>, Class<? extends P>, Class<V>, Class<? extends V>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
Convenience method for binding a singleton PresenterWidget with its View.
bindSingletonPresenterWidget(Class<P>, Class<V>, Class<? extends V>) - Method in class com.gwtplatform.mvp.client.gin.AbstractPresenterModule
Convenience method for binding a singleton PresenterWidget with its View.
Bootstrapper - Interface in com.gwtplatform.mvp.client
When a class implementing the Bootstrapper interface and annotated with com.gwtplatform.mvp.client.annotations.Bootstrap is found, GWTP will call onBootstrap() of the bootstapper instead of revealCurrentPlace.
build() - Method in class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule.Builder
build() - Method in class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule.Builder
Deprecated.
 
build(A, String) - Method in class com.gwtplatform.dispatch.rest.client.DefaultRestRequestBuilderFactory
 
build() - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
 
build(A, String) - Method in interface com.gwtplatform.dispatch.rest.client.RestRequestBuilderFactory
Build a RequestBuilder object for the given action.
build() - Method in class com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule.Builder
 
build() - Method in class com.gwtplatform.dispatch.rpc.server.guice.DispatchModule.Builder
 
build() - Method in class com.gwtplatform.dispatch.server.guice.DispatchModule.Builder
Deprecated.
 
build() - Method in class com.gwtplatform.mvp.shared.proxy.PlaceRequest.Builder
 
BuilderGenerationHelper - Class in com.gwtplatform.dispatch.annotation.helper
You should consider to use a builder when you are faced with many constructor parameters.
BuilderGenerationHelper(Writer) - Constructor for class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
 
buildHistoryToken(PlaceRequest) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
Builds a string corresponding to the history token to reveal the specified PlaceRequest.
buildHistoryToken(PlaceRequest) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 
buildRelativeHistoryToken(int) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
Builds a string corresponding to the history token to reveal the specified place from the current place hierarchy.
buildRelativeHistoryToken(PlaceRequest) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
Builds a string corresponding to the history token to reveal the specified PlaceRequest as a child of the current place hierarchy.
buildRelativeHistoryToken(PlaceRequest, int) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
Builds a string corresponding to the history token to reveal the specified PlaceRequest relative to the other places in the current place hierarchy.
buildRelativeHistoryToken(int) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 
buildRelativeHistoryToken(PlaceRequest) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 
buildRelativeHistoryToken(PlaceRequest, int) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 

C

Cache - Interface in com.gwtplatform.dispatch.client.actionhandler.caching
Interface for client side caching.
CachedPage - Class in com.gwtplatform.crawlerservice.server.domain
Stores a cached version of a page.
CachedPage() - Constructor for class com.gwtplatform.crawlerservice.server.domain.CachedPage
 
CachedPageDao - Class in com.gwtplatform.crawlerservice.server.service
The DAO for a CachedPage.
CachedPageDao() - Constructor for class com.gwtplatform.crawlerservice.server.service.CachedPageDao
 
CachedPageTimeoutSec - Annotation Type in com.gwtplatform.crawlerservice.server
Use this annotation to indicate how long HtmlUnit should pump the javascript event loop before timing out.
CallbackDispatchRequest<R> - Interface in com.gwtplatform.dispatch.client
An implementation of DispatchRequest that should be used by ClientActionHandlers that make asynchronous calls.
cancel() - Method in class com.gwtplatform.dispatch.client.CompletedDispatchRequest
 
cancel() - Method in class com.gwtplatform.dispatch.client.DefaultCallbackDispatchRequest
 
cancel() - Method in class com.gwtplatform.dispatch.client.DelagatingCallbackDispatchRequest
 
cancel() - Method in class com.gwtplatform.dispatch.client.DelegatingDispatchRequest
 
cancel() - Method in class com.gwtplatform.dispatch.client.GwtHttpDispatchRequest
 
cancel() - Method in interface com.gwtplatform.dispatch.shared.DispatchRequest
 
canDeserialize(String) - Method in class com.gwtplatform.dispatch.rest.client.DefaultRestResponseDeserializer
Verify if the provided resultType can be deserialized.
canDeserialize(String) - Method in class com.gwtplatform.dispatch.rest.client.serialization.JsonSerialization
 
canDeserialize(String) - Method in interface com.gwtplatform.dispatch.rest.client.serialization.Serialization
Verify if the given parameterized type can be deserialized.
canReveal() - Method in class com.gwtplatform.carstore.client.security.LoggedInGatekeeper
 
canReveal() - Method in interface com.gwtplatform.mvp.client.proxy.Gatekeeper
Checks whether or not the Place controlled by this gatekeeper can be revealed.
canReveal() - Method in interface com.gwtplatform.mvp.client.proxy.Place
Checks if the associated presenter can be revealed.
canReveal() - Method in class com.gwtplatform.mvp.client.proxy.PlaceImpl
 
canReveal() - Method in class com.gwtplatform.mvp.client.proxy.PlaceWithGatekeeper
 
canReveal() - Method in class com.gwtplatform.mvp.client.proxy.PlaceWithGatekeeperWithParams
 
canReveal() - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
 
canSerialize(String) - Method in class com.gwtplatform.dispatch.rest.client.DefaultRestRequestBuilderFactory
Verify if the provided bodyType can be serialized.
canSerialize(String) - Method in class com.gwtplatform.dispatch.rest.client.serialization.JsonSerialization
 
canSerialize(String) - Method in interface com.gwtplatform.dispatch.rest.client.serialization.Serialization
Verify if the given parameterized type can be serialized.
car(Long) - Method in interface com.gwtplatform.carstore.client.rest.CarsService
 
Car - Class in com.gwtplatform.carstore.server.dao.domain
 
Car() - Constructor for class com.gwtplatform.carstore.server.dao.domain.Car
 
CarAddedEvent - Class in com.gwtplatform.carstore.client.application.cars.event
 
CarAddedEvent(CarDto) - Constructor for class com.gwtplatform.carstore.client.application.cars.event.CarAddedEvent
 
CarAddedEvent(CarDto, Boolean) - Constructor for class com.gwtplatform.carstore.client.application.cars.event.CarAddedEvent
 
CarAddedEvent.CarAddedHandler - Interface in com.gwtplatform.carstore.client.application.cars.event
 
CarCell - Class in com.gwtplatform.carstore.client.application.cars.renderer
 
CarDao - Class in com.gwtplatform.carstore.server.dao
 
CarDao() - Constructor for class com.gwtplatform.carstore.server.dao.CarDao
 
CarDto - Class in com.gwtplatform.carstore.shared.dto
 
CarDto() - Constructor for class com.gwtplatform.carstore.shared.dto.CarDto
 
CarDto(String, ManufacturerDto, CarPropertiesDto) - Constructor for class com.gwtplatform.carstore.shared.dto.CarDto
 
CarMessages - Interface in com.gwtplatform.carstore.client.resources
 
CarMobileView - Class in com.gwtplatform.carstore.client.application.cars.car
 
CarPresenter - Class in com.gwtplatform.carstore.client.application.cars.car
 
CarPresenter(EventBus, CarPresenter.MyView, RestDispatch, CarsService, ManufacturerService, PlaceManager, CarProxyFactory, CarMessages, CarPresenter.MyProxy, CarDto) - Constructor for class com.gwtplatform.carstore.client.application.cars.car.CarPresenter
 
CarPresenter.MyProxy - Interface in com.gwtplatform.carstore.client.application.cars.car
 
CarPresenter.MyView - Interface in com.gwtplatform.carstore.client.application.cars.car
 
CarPresenterFactory - Interface in com.gwtplatform.carstore.client.application.cars.car
 
CarPresenterProvider - Class in com.gwtplatform.carstore.client.application.cars.car
 
CarProperties - Class in com.gwtplatform.carstore.server.dao.domain
 
CarProperties() - Constructor for class com.gwtplatform.carstore.server.dao.domain.CarProperties
 
CarProperties(String, Integer, Date) - Constructor for class com.gwtplatform.carstore.server.dao.domain.CarProperties
 
CarPropertiesDao - Class in com.gwtplatform.carstore.server.dao
 
CarPropertiesDao() - Constructor for class com.gwtplatform.carstore.server.dao.CarPropertiesDao
 
CarPropertiesDto - Class in com.gwtplatform.carstore.shared.dto
 
CarPropertiesDto() - Constructor for class com.gwtplatform.carstore.shared.dto.CarPropertiesDto
 
CarPropertiesDto(String, Integer, Date) - Constructor for class com.gwtplatform.carstore.shared.dto.CarPropertiesDto
 
CarPropertiesEditor - Class in com.gwtplatform.carstore.client.application.cars.car.widget
 
CarProxyFactory - Class in com.gwtplatform.carstore.client.application.cars.car
 
CarProxyImpl - Class in com.gwtplatform.carstore.client.application.cars.car
 
CarProxyImpl.WrappedProxy - Class in com.gwtplatform.carstore.client.application.cars.car
 
CarProxyImpl.WrappedProxy(Provider<CarPresenter>) - Constructor for class com.gwtplatform.carstore.client.application.cars.car.CarProxyImpl.WrappedProxy
 
CarProxyImplFactory - Interface in com.gwtplatform.carstore.client.application.cars.car
 
CarRenderer - Class in com.gwtplatform.carstore.client.application.cars.car
 
CarRenderer() - Constructor for class com.gwtplatform.carstore.client.application.cars.car.CarRenderer
 
CarResource - Class in com.gwtplatform.carstore.server.rest
 
cars - Static variable in class com.gwtplatform.carstore.client.place.NameTokens
 
CARS - Static variable in class com.gwtplatform.carstore.shared.rest.ResourcesPath
 
carSaved() - Method in interface com.gwtplatform.carstore.client.resources.CarMessages
 
CarsDesktopModule - Class in com.gwtplatform.carstore.client.application.cars
 
CarsDesktopModule() - Constructor for class com.gwtplatform.carstore.client.application.cars.CarsDesktopModule
 
CarService - Interface in com.gwtplatform.carstore.client.rest
 
CarsMobileModule - Class in com.gwtplatform.carstore.client.application.cars
 
CarsMobileModule() - Constructor for class com.gwtplatform.carstore.client.application.cars.CarsMobileModule
 
CarsMobileView - Class in com.gwtplatform.carstore.client.application.cars
 
CarsModule - Class in com.gwtplatform.carstore.client.application.cars
 
CarsModule() - Constructor for class com.gwtplatform.carstore.client.application.cars.CarsModule
 
CarsPresenter - Class in com.gwtplatform.carstore.client.application.cars
 
CarsPresenter.MyProxy - Interface in com.gwtplatform.carstore.client.application.cars
 
CarsPresenter.MyView - Interface in com.gwtplatform.carstore.client.application.cars
 
CarsService - Interface in com.gwtplatform.carstore.client.rest
 
CarStoreModule - Class in com.gwtplatform.carstore.client.gin
 
CarStoreModule() - Constructor for class com.gwtplatform.carstore.client.gin.CarStoreModule
 
CarsUiHandlers - Interface in com.gwtplatform.carstore.client.application.cars
 
CarsView - Class in com.gwtplatform.carstore.client.application.cars
 
CarUiHandlers - Interface in com.gwtplatform.carstore.client.application.cars.car
 
CarView - Class in com.gwtplatform.carstore.client.application.cars.car
 
cellListStyle() - Method in interface com.gwtplatform.carstore.client.resources.MobileDataListStyle
 
cellListStyle() - Method in interface com.gwtplatform.carstore.client.resources.MobileNavigationListStyle
 
cellListStyle() - Method in interface com.gwtplatform.carstore.client.resources.NavigationListStyle
 
center() - Method in interface com.gwtplatform.mvp.client.PopupView
Make sure the PopupView is centered in the browser's client area.
center() - Method in class com.gwtplatform.mvp.client.PopupViewImpl
 
ChangeActionBarEvent - Class in com.gwtplatform.carstore.client.application.event
 
ChangeActionBarEvent(List<ChangeActionBarEvent.ActionType>, Boolean) - Constructor for class com.gwtplatform.carstore.client.application.event.ChangeActionBarEvent
 
ChangeActionBarEvent.ActionType - Enum in com.gwtplatform.carstore.client.application.event
 
ChangeActionBarEvent.ChangeActionBarHandler - Interface in com.gwtplatform.carstore.client.application.event
 
ChangeTab - Annotation Type in com.gwtplatform.mvp.client.annotations
Use this annotation in classes implementing TabContainerPresenter.
changeTab(TabData, String) - Method in interface com.gwtplatform.mvp.client.proxy.NonLeafTabContentProxy
Changes the data and target history token associated with this tab.
changeTab(TabData) - Method in class com.gwtplatform.mvp.client.proxy.NonLeafTabContentProxyImpl
 
changeTab(TabData, String) - Method in class com.gwtplatform.mvp.client.proxy.NonLeafTabContentProxyImpl
 
changeTab(TabData) - Method in interface com.gwtplatform.mvp.client.proxy.TabContentProxy
Changes the data associated with this tab.
changeTab(TabData) - Method in class com.gwtplatform.mvp.client.proxy.TabContentProxyPlaceImpl
 
changeTab(Tab, TabData, String) - Method in interface com.gwtplatform.mvp.client.TabPanel
Change the data or history token associated with a tab.
ChangeTabEvent - Class in com.gwtplatform.mvp.client
This event is fired whenever a tab contained in a TabContainerPresenter wants to change its information.
ChangeTabEvent(GwtEvent.Type<ChangeTabHandler>, TabContentProxy<?>) - Constructor for class com.gwtplatform.mvp.client.ChangeTabEvent
Creates an event for requesting the modification to a tab displayed in a TabContainerPresenter.
changeTabEventType - Variable in class com.gwtplatform.mvp.client.proxy.NonLeafTabContentProxyImpl
 
ChangeTabHandler - Interface in com.gwtplatform.mvp.client
 
check(String, String) - Method in class com.gwtplatform.carstore.server.authentication.BCryptPasswordSecurity
 
check(String, String) - Method in interface com.gwtplatform.carstore.server.authentication.PasswordSecurity
 
checkLoading() - Method in class com.gwtplatform.mvp.client.proxy.NotifyingAsyncCallback
This method is used to indicate that the async callback is currently loading.
ChildServiceBinding - Class in com.gwtplatform.dispatch.rest.rebind.type
 
ChildServiceBinding(String, String, String, String, String, List<JParameter>) - Constructor for class com.gwtplatform.dispatch.rest.rebind.type.ChildServiceBinding
 
ChildServiceGenerator - Class in com.gwtplatform.dispatch.rest.rebind
 
ClassCollection - Class in com.gwtplatform.mvp.rebind
Contains all the classes that are useful to various generators.
ClassCollection(TypeOracle) - Constructor for class com.gwtplatform.mvp.rebind.ClassCollection
 
classCollection - Variable in class com.gwtplatform.mvp.rebind.ProxyOutputterBase
 
ClassGenerationHelper - Class in com.gwtplatform.dispatch.annotation.helper
ClassGenerationHelper is an internal class that provides common routines only used by the annotation processors.
ClassGenerationHelper(Writer) - Constructor for class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
 
ClassInspector - Class in com.gwtplatform.mvp.rebind
A helper class that can be used to inspect a class for methods having specific signatures.
clazz - Variable in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
 
clear() - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
Clears the entire cache.
clear() - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
 
clearActionHandlerValidators() - Method in class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.AbstractEagerActionHandlerValidatorRegistryImpl
 
clearActionHandlerValidators() - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorRegistry
Clears all registered ActionValidator from the registry.
clearActionHandlerValidators() - Method in class com.gwtplatform.dispatch.rpc.server.guice.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
 
clearActionHandlerValidators() - Method in class com.gwtplatform.dispatch.rpc.server.spring.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
 
clearActionHandlerValidators() - Method in class com.gwtplatform.dispatch.server.actionhandlervalidator.AbstractEagerActionHandlerValidatorRegistryImpl
Deprecated.
 
clearActionHandlerValidators() - Method in interface com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorRegistry
Deprecated.
Clears all registered ActionValidator from the registry.
clearActionHandlerValidators() - Method in class com.gwtplatform.dispatch.server.guice.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
Deprecated.
 
clearActionHandlerValidators() - Method in class com.gwtplatform.dispatch.server.spring.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
Deprecated.
 
clearSlot(Object) - Method in interface com.gwtplatform.mvp.client.HasSlots
This method clears the content in a specific slot.
clearSlot(Object) - Method in class com.gwtplatform.mvp.client.PresenterWidget
 
CLIENT_PACKAGE - Static variable in class com.gwtplatform.dispatch.rest.rebind.AbstractVelocityGenerator
 
ClientActionHandler<A,R> - Interface in com.gwtplatform.dispatch.client.actionhandler
Instances of this interface will handle specific types of action classes on the client.
ClientActionHandlerMismatchException - Exception in com.gwtplatform.dispatch.client.actionhandler
ClientActionHandlerMismatchException(Class<?>, Class<?>) - Constructor for exception com.gwtplatform.dispatch.client.actionhandler.ClientActionHandlerMismatchException
 
ClientActionHandlerRegistry - Interface in com.gwtplatform.dispatch.client.actionhandler
Implementations of this interface will be used by DispatchAsync or RestDispatch implementation to find client-side action handlers.
clientActionHandlerRegistry(Class<? extends ClientActionHandlerRegistry>) - Method in class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule.Builder
Specify an alternate client action handler registry.
clientActionHandlerRegistryType - Variable in class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule.Builder
 
ClientUrlUtils - Class in com.gwtplatform.common.client
Helper implementation which wraps calls to code which require a running GWT environment and make testing slow.
ClientUrlUtils() - Constructor for class com.gwtplatform.common.client.ClientUrlUtils
 
close() - Method in interface com.gwtplatform.carstore.client.resources.AppResources.Styles
 
close() - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
closeButton() - Method in interface com.gwtplatform.carstore.client.resources.AppResources.Styles
 
closeDefinition(PrintWriter) - Method in class com.gwtplatform.carstore.rebind.GeneratorUtil
 
closeDefinition(PrintWriter) - Method in class com.gwtplatform.dispatch.rest.rebind.util.GeneratorUtil
 
closeDefinition(SourceWriter) - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
 
closeDefinition(PrintWriter) - Method in class com.gwtplatform.mvp.rebind.velocity.GeneratorUtil
 
CloseTabEvent - Class in com.gwtplatform.carstore.client.application.cars.car.navigation
 
CloseTabEvent() - Constructor for class com.gwtplatform.carstore.client.application.cars.car.navigation.CloseTabEvent
 
CloseTabEvent.CloseTabHandler - Interface in com.gwtplatform.carstore.client.application.cars.car.navigation
 
CloseTabEvent.HasCloseTabHandlers - Interface in com.gwtplatform.carstore.client.application.cars.car.navigation
 
CodeSplitBundleProvider<T,B extends ProviderBundle> - Class in com.gwtplatform.common.client
Implements a IndirectProvider that uses code splitting for a specific type.
CodeSplitBundleProvider(AsyncProvider<B>, int) - Constructor for class com.gwtplatform.common.client.CodeSplitBundleProvider
Construct a IndirectProvider that implements code splitting for a specific type.
CodeSplitProvider<T> - Class in com.gwtplatform.common.client
An IndirectProvider that gets the object using code splitting and invokes the callback once the code is loaded.
CodeSplitProvider(AsyncProvider<T>) - Constructor for class com.gwtplatform.common.client.CodeSplitProvider
Construct an IndirectProvider that gets the object using code splitting and invokes the callback once the code is loaded.
collectAnnotatedMethods(Class<? extends Annotation>, List<JMethod>) - Method in class com.gwtplatform.mvp.rebind.ClassInspector
Collects the methods to find one annotated with the specified annotation.
collectProxyEvents(List<ProxyEventMethod>) - Method in class com.gwtplatform.mvp.rebind.PresenterInspector
Collect all the ProxyEventMethod of methods annotated with @ProxyEvent and contained in the presenter or its super classes.
collectStaticAnnotatedFields(JClassType, JClassType, Class<? extends Annotation>, List<JField>) - Method in class com.gwtplatform.mvp.rebind.ClassInspector
Inspects the fields to collect the ones of the specified parameterized type with the specified type as a parameter annotated with the specified annotation.
Column - Annotation Type in com.gwtplatform.carstore.client.columninitializer
 
ColumnInitializer<T> - Interface in com.gwtplatform.carstore.client.columninitializer
 
ColumnsDefinition - Annotation Type in com.gwtplatform.carstore.client.columninitializer
 
ColumnsInitializerDefinitions - Class in com.gwtplatform.carstore.rebind
 
ColumnsInitializerDefinitions() - Constructor for class com.gwtplatform.carstore.rebind.ColumnsInitializerDefinitions
 
ColumnsInitializerGenerator - Class in com.gwtplatform.carstore.rebind
 
ColumnsInitializerGenerator() - Constructor for class com.gwtplatform.carstore.rebind.ColumnsInitializerGenerator
 
ColumnTuple - Class in com.gwtplatform.carstore.rebind
 
ColumnTuple() - Constructor for class com.gwtplatform.carstore.rebind.ColumnTuple
 
com.google.gwt.uibinder.rebind - package com.google.gwt.uibinder.rebind
 
com.gwtplatform.carstore.client.application - package com.gwtplatform.carstore.client.application
 
com.gwtplatform.carstore.client.application.cars - package com.gwtplatform.carstore.client.application.cars
 
com.gwtplatform.carstore.client.application.cars.car - package com.gwtplatform.carstore.client.application.cars.car
 
com.gwtplatform.carstore.client.application.cars.car.navigation - package com.gwtplatform.carstore.client.application.cars.car.navigation
 
com.gwtplatform.carstore.client.application.cars.car.widget - package com.gwtplatform.carstore.client.application.cars.car.widget
 
com.gwtplatform.carstore.client.application.cars.event - package com.gwtplatform.carstore.client.application.cars.event
 
com.gwtplatform.carstore.client.application.cars.renderer - package com.gwtplatform.carstore.client.application.cars.renderer
 
com.gwtplatform.carstore.client.application.event - package com.gwtplatform.carstore.client.application.event
 
com.gwtplatform.carstore.client.application.login - package com.gwtplatform.carstore.client.application.login
 
com.gwtplatform.carstore.client.application.manufacturer - package com.gwtplatform.carstore.client.application.manufacturer
 
com.gwtplatform.carstore.client.application.manufacturer.event - package com.gwtplatform.carstore.client.application.manufacturer.event
 
com.gwtplatform.carstore.client.application.manufacturer.renderer - package com.gwtplatform.carstore.client.application.manufacturer.renderer
 
com.gwtplatform.carstore.client.application.manufacturer.ui - package com.gwtplatform.carstore.client.application.manufacturer.ui
 
com.gwtplatform.carstore.client.application.rating - package com.gwtplatform.carstore.client.application.rating
 
com.gwtplatform.carstore.client.application.rating.event - package com.gwtplatform.carstore.client.application.rating.event
 
com.gwtplatform.carstore.client.application.rating.renderer - package com.gwtplatform.carstore.client.application.rating.renderer
 
com.gwtplatform.carstore.client.application.rating.ui - package com.gwtplatform.carstore.client.application.rating.ui
 
com.gwtplatform.carstore.client.application.renderer - package com.gwtplatform.carstore.client.application.renderer
 
com.gwtplatform.carstore.client.application.report - package com.gwtplatform.carstore.client.application.report
 
com.gwtplatform.carstore.client.application.report.renderer - package com.gwtplatform.carstore.client.application.report.renderer
 
com.gwtplatform.carstore.client.application.stats - package com.gwtplatform.carstore.client.application.stats
 
com.gwtplatform.carstore.client.application.ui - package com.gwtplatform.carstore.client.application.ui
 
com.gwtplatform.carstore.client.application.widget - package com.gwtplatform.carstore.client.application.widget
 
com.gwtplatform.carstore.client.application.widget.header - package com.gwtplatform.carstore.client.application.widget.header
 
com.gwtplatform.carstore.client.application.widget.message - package com.gwtplatform.carstore.client.application.widget.message
 
com.gwtplatform.carstore.client.application.widget.message.ui - package com.gwtplatform.carstore.client.application.widget.message.ui
 
com.gwtplatform.carstore.client.columninitializer - package com.gwtplatform.carstore.client.columninitializer
 
com.gwtplatform.carstore.client.gin - package com.gwtplatform.carstore.client.gin
 
com.gwtplatform.carstore.client.place - package com.gwtplatform.carstore.client.place
 
com.gwtplatform.carstore.client.resources - package com.gwtplatform.carstore.client.resources
 
com.gwtplatform.carstore.client.rest - package com.gwtplatform.carstore.client.rest
 
com.gwtplatform.carstore.client.security - package com.gwtplatform.carstore.client.security
 
com.gwtplatform.carstore.client.util - package com.gwtplatform.carstore.client.util
 
com.gwtplatform.carstore.client.util.exceptiontranslators - package com.gwtplatform.carstore.client.util.exceptiontranslators
 
com.gwtplatform.carstore.rebind - package com.gwtplatform.carstore.rebind
 
com.gwtplatform.carstore.server - package com.gwtplatform.carstore.server
 
com.gwtplatform.carstore.server.authentication - package com.gwtplatform.carstore.server.authentication
 
com.gwtplatform.carstore.server.dao - package com.gwtplatform.carstore.server.dao
 
com.gwtplatform.carstore.server.dao.domain - package com.gwtplatform.carstore.server.dao.domain
 
com.gwtplatform.carstore.server.dao.objectify - package com.gwtplatform.carstore.server.dao.objectify
 
com.gwtplatform.carstore.server.guice - package com.gwtplatform.carstore.server.guice
 
com.gwtplatform.carstore.server.rest - package com.gwtplatform.carstore.server.rest
 
com.gwtplatform.carstore.server.service - package com.gwtplatform.carstore.server.service
 
com.gwtplatform.carstore.shared.dispatch - package com.gwtplatform.carstore.shared.dispatch
 
com.gwtplatform.carstore.shared.dto - package com.gwtplatform.carstore.shared.dto
 
com.gwtplatform.carstore.shared.rest - package com.gwtplatform.carstore.shared.rest
 
com.gwtplatform.common.client - package com.gwtplatform.common.client
 
com.gwtplatform.common.rebind - package com.gwtplatform.common.rebind
 
com.gwtplatform.common.shared - package com.gwtplatform.common.shared
 
com.gwtplatform.crawler.server - package com.gwtplatform.crawler.server
 
com.gwtplatform.crawlerservice.server - package com.gwtplatform.crawlerservice.server
 
com.gwtplatform.crawlerservice.server.domain - package com.gwtplatform.crawlerservice.server.domain
 
com.gwtplatform.crawlerservice.server.guice - package com.gwtplatform.crawlerservice.server.guice
 
com.gwtplatform.crawlerservice.server.objectify - package com.gwtplatform.crawlerservice.server.objectify
 
com.gwtplatform.crawlerservice.server.service - package com.gwtplatform.crawlerservice.server.service
 
com.gwtplatform.dispatch.annotation - package com.gwtplatform.dispatch.annotation
 
com.gwtplatform.dispatch.annotation.helper - package com.gwtplatform.dispatch.annotation.helper
 
com.gwtplatform.dispatch.annotation.processor - package com.gwtplatform.dispatch.annotation.processor
 
com.gwtplatform.dispatch.client - package com.gwtplatform.dispatch.client
 
com.gwtplatform.dispatch.client.actionhandler - package com.gwtplatform.dispatch.client.actionhandler
 
com.gwtplatform.dispatch.client.actionhandler.caching - package com.gwtplatform.dispatch.client.actionhandler.caching
 
com.gwtplatform.dispatch.client.gin - package com.gwtplatform.dispatch.client.gin
 
com.gwtplatform.dispatch.rest.client - package com.gwtplatform.dispatch.rest.client
 
com.gwtplatform.dispatch.rest.client.gin - package com.gwtplatform.dispatch.rest.client.gin
 
com.gwtplatform.dispatch.rest.client.serialization - package com.gwtplatform.dispatch.rest.client.serialization
 
com.gwtplatform.dispatch.rest.rebind - package com.gwtplatform.dispatch.rest.rebind
 
com.gwtplatform.dispatch.rest.rebind.event - package com.gwtplatform.dispatch.rest.rebind.event
 
com.gwtplatform.dispatch.rest.rebind.type - package com.gwtplatform.dispatch.rest.rebind.type
 
com.gwtplatform.dispatch.rest.rebind.util - package com.gwtplatform.dispatch.rest.rebind.util
 
com.gwtplatform.dispatch.rest.shared - package com.gwtplatform.dispatch.rest.shared
 
com.gwtplatform.dispatch.rpc.client - package com.gwtplatform.dispatch.rpc.client
 
com.gwtplatform.dispatch.rpc.client.gin - package com.gwtplatform.dispatch.rpc.client.gin
 
com.gwtplatform.dispatch.rpc.server - package com.gwtplatform.dispatch.rpc.server
 
com.gwtplatform.dispatch.rpc.server.actionhandler - package com.gwtplatform.dispatch.rpc.server.actionhandler
 
com.gwtplatform.dispatch.rpc.server.actionhandlervalidator - package com.gwtplatform.dispatch.rpc.server.actionhandlervalidator
 
com.gwtplatform.dispatch.rpc.server.actionvalidator - package com.gwtplatform.dispatch.rpc.server.actionvalidator
 
com.gwtplatform.dispatch.rpc.server.guice - package com.gwtplatform.dispatch.rpc.server.guice
 
com.gwtplatform.dispatch.rpc.server.guice.actionhandlervalidator - package com.gwtplatform.dispatch.rpc.server.guice.actionhandlervalidator
 
com.gwtplatform.dispatch.rpc.server.guice.actionvalidator - package com.gwtplatform.dispatch.rpc.server.guice.actionvalidator
 
com.gwtplatform.dispatch.rpc.server.guice.request - package com.gwtplatform.dispatch.rpc.server.guice.request
 
com.gwtplatform.dispatch.rpc.server.spring - package com.gwtplatform.dispatch.rpc.server.spring
 
com.gwtplatform.dispatch.rpc.server.spring.actionhandlervalidator - package com.gwtplatform.dispatch.rpc.server.spring.actionhandlervalidator
 
com.gwtplatform.dispatch.rpc.server.spring.actionvalidator - package com.gwtplatform.dispatch.rpc.server.spring.actionvalidator
 
com.gwtplatform.dispatch.rpc.server.spring.annotation - package com.gwtplatform.dispatch.rpc.server.spring.annotation
 
com.gwtplatform.dispatch.rpc.server.spring.configuration - package com.gwtplatform.dispatch.rpc.server.spring.configuration
 
com.gwtplatform.dispatch.rpc.server.spring.request - package com.gwtplatform.dispatch.rpc.server.spring.request
 
com.gwtplatform.dispatch.rpc.server.spring.utils - package com.gwtplatform.dispatch.rpc.server.spring.utils
 
com.gwtplatform.dispatch.rpc.shared - package com.gwtplatform.dispatch.rpc.shared
 
com.gwtplatform.dispatch.rpc.shared.action - package com.gwtplatform.dispatch.rpc.shared.action
 
com.gwtplatform.dispatch.server - package com.gwtplatform.dispatch.server
 
com.gwtplatform.dispatch.server.actionhandler - package com.gwtplatform.dispatch.server.actionhandler
 
com.gwtplatform.dispatch.server.actionhandlervalidator - package com.gwtplatform.dispatch.server.actionhandlervalidator
 
com.gwtplatform.dispatch.server.actionvalidator - package com.gwtplatform.dispatch.server.actionvalidator
 
com.gwtplatform.dispatch.server.guice - package com.gwtplatform.dispatch.server.guice
 
com.gwtplatform.dispatch.server.guice.actionhandlervalidator - package com.gwtplatform.dispatch.server.guice.actionhandlervalidator
 
com.gwtplatform.dispatch.server.guice.actionvalidator - package com.gwtplatform.dispatch.server.guice.actionvalidator
 
com.gwtplatform.dispatch.server.guice.request - package com.gwtplatform.dispatch.server.guice.request
 
com.gwtplatform.dispatch.server.spring - package com.gwtplatform.dispatch.server.spring
 
com.gwtplatform.dispatch.server.spring.actionhandlervalidator - package com.gwtplatform.dispatch.server.spring.actionhandlervalidator
 
com.gwtplatform.dispatch.server.spring.actionvalidator - package com.gwtplatform.dispatch.server.spring.actionvalidator
 
com.gwtplatform.dispatch.server.spring.annotation - package com.gwtplatform.dispatch.server.spring.annotation
 
com.gwtplatform.dispatch.server.spring.configuration - package com.gwtplatform.dispatch.server.spring.configuration
 
com.gwtplatform.dispatch.server.spring.request - package com.gwtplatform.dispatch.server.spring.request
 
com.gwtplatform.dispatch.server.spring.utils - package com.gwtplatform.dispatch.server.spring.utils
 
com.gwtplatform.dispatch.shared - package com.gwtplatform.dispatch.shared
 
com.gwtplatform.mvp.client - package com.gwtplatform.mvp.client
 
com.gwtplatform.mvp.client.annotations - package com.gwtplatform.mvp.client.annotations
 
com.gwtplatform.mvp.client.gin - package com.gwtplatform.mvp.client.gin
 
com.gwtplatform.mvp.client.googleanalytics - package com.gwtplatform.mvp.client.googleanalytics
 
com.gwtplatform.mvp.client.proxy - package com.gwtplatform.mvp.client.proxy
 
com.gwtplatform.mvp.rebind - package com.gwtplatform.mvp.rebind
 
com.gwtplatform.mvp.rebind.velocity - package com.gwtplatform.mvp.rebind.velocity
 
com.gwtplatform.mvp.rebind.velocity.ginjectors - package com.gwtplatform.mvp.rebind.velocity.ginjectors
 
com.gwtplatform.mvp.rebind.velocity.proxy - package com.gwtplatform.mvp.rebind.velocity.proxy
 
com.gwtplatform.mvp.shared.proxy - package com.gwtplatform.mvp.shared.proxy
 
com.gwtplatform.tester - package com.gwtplatform.tester
 
CommonGinModule - Class in com.gwtplatform.common.client
Common client bindings.
CommonGinModule() - Constructor for class com.gwtplatform.common.client.CommonGinModule
 
CompletedDispatchRequest - Class in com.gwtplatform.dispatch.client
An implementation of DispatchRequest that is always completed.
CompletedDispatchRequest() - Constructor for class com.gwtplatform.dispatch.client.CompletedDispatchRequest
 
concatenatePath(String, String) - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractVelocityGenerator
 
configure() - Method in class com.gwtplatform.carstore.client.application.ApplicationDesktopModule
 
configure() - Method in class com.gwtplatform.carstore.client.application.ApplicationMobileModule
 
configure() - Method in class com.gwtplatform.carstore.client.application.ApplicationTabletModule
 
configure() - Method in class com.gwtplatform.carstore.client.application.cars.CarsDesktopModule
 
configure() - Method in class com.gwtplatform.carstore.client.application.cars.CarsMobileModule
 
configure() - Method in class com.gwtplatform.carstore.client.application.cars.CarsModule
 
configure() - Method in class com.gwtplatform.carstore.client.application.login.LoginMobileModule
 
configure() - Method in class com.gwtplatform.carstore.client.application.login.LoginModule
 
configure() - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerMobileModule
 
configure() - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerModule
 
configure() - Method in class com.gwtplatform.carstore.client.application.rating.RatingMobileModule
 
configure() - Method in class com.gwtplatform.carstore.client.application.rating.RatingModule
 
configure() - Method in class com.gwtplatform.carstore.client.application.report.ReportMobileModule
 
configure() - Method in class com.gwtplatform.carstore.client.application.report.ReportModule
 
configure() - Method in class com.gwtplatform.carstore.client.application.stats.StatisticsModule
 
configure() - Method in class com.gwtplatform.carstore.client.application.widget.message.MessagesModule
 
configure() - Method in class com.gwtplatform.carstore.client.application.widget.WidgetMobileModule
 
configure() - Method in class com.gwtplatform.carstore.client.application.widget.WidgetModule
 
configure() - Method in class com.gwtplatform.carstore.client.gin.CarStoreModule
 
configure() - Method in class com.gwtplatform.carstore.client.gin.DesktopModule
 
configure() - Method in class com.gwtplatform.carstore.client.gin.MobileModule
 
configure() - Method in class com.gwtplatform.carstore.client.gin.PhoneGapLocalModule
 
configure() - Method in class com.gwtplatform.carstore.client.gin.PhoneGapModule
 
configure() - Method in class com.gwtplatform.carstore.client.gin.PhoneGapRemoteModule
 
configure() - Method in class com.gwtplatform.carstore.client.gin.SharedModule
 
configure() - Method in class com.gwtplatform.carstore.client.gin.TabletModule
 
configure() - Method in class com.gwtplatform.carstore.client.security.SecurityModule
 
configure() - Method in class com.gwtplatform.carstore.rebind.RebindModule
 
configure() - Method in class com.gwtplatform.carstore.server.guice.ServerModule
 
configure() - Method in class com.gwtplatform.carstore.server.rest.RestModule
 
configure() - Method in class com.gwtplatform.common.client.CommonGinModule
 
configure() - Method in class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule
 
configure() - Method in class com.gwtplatform.dispatch.client.gin.PhoneGapDispatchAsyncModule
Deprecated.
 
configure() - Method in class com.gwtplatform.dispatch.rest.rebind.RebindModule
 
configure() - Method in class com.gwtplatform.dispatch.rpc.client.gin.PhoneGapDispatchAsyncModule
 
configure() - Method in class com.gwtplatform.dispatch.rpc.server.guice.DispatchModule
 
configure() - Method in class com.gwtplatform.dispatch.rpc.server.guice.HandlerModule
 
configure() - Method in class com.gwtplatform.dispatch.server.guice.DispatchModule
Deprecated.
 
configure() - Method in class com.gwtplatform.dispatch.server.guice.HandlerModule
Deprecated.
 
configure() - Method in class com.gwtplatform.mvp.client.gin.DefaultModule
 
configure() - Method in class com.gwtplatform.mvp.client.gin.PresenterSetupModule
 
configure() - Method in class com.gwtplatform.mvp.rebind.velocity.RebindModule
 
configure() - Method in class com.gwtplatform.tester.MockHandlerModule
 
configure() - Method in class com.gwtplatform.tester.TestDispatchModule
 
configureDispatch() - Method in class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule
Override this method to perform additional bindings in your implementation of AbstractDispatchAsyncModule.
configureDispatch() - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModule
 
configureDispatch() - Method in class com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule
 
configureHandlers() - Method in class com.gwtplatform.dispatch.rpc.server.guice.HandlerModule
Override this method to configure your handlers.
configureHandlers() - Method in class com.gwtplatform.dispatch.rpc.server.spring.HandlerModule
 
configureHandlers() - Method in class com.gwtplatform.dispatch.server.guice.HandlerModule
Deprecated.
Override this method to configure your handlers.
configureHandlers() - Method in class com.gwtplatform.dispatch.server.spring.HandlerModule
Deprecated.
 
configureMockHandlers() - Method in class com.gwtplatform.tester.MockHandlerModule
 
configureServlets() - Method in class com.gwtplatform.carstore.server.guice.DispatchServletModule
 
configureServlets() - Method in class com.gwtplatform.crawlerservice.server.guice.CrawlServiceModule
 
ContentSlot - Annotation Type in com.gwtplatform.mvp.client.annotations
Use this annotation in classes implementing Presenter and that have slots to display child presenters.
convertFieldToGetter(String) - Method in class com.google.gwt.uibinder.rebind.FieldManager
Converts the given field to its getter.
cookieName - Variable in class com.gwtplatform.dispatch.client.DefaultSecurityCookieAccessor
 
COUNT - Static variable in class com.gwtplatform.carstore.shared.rest.ResourcesPath
 
countAll() - Method in class com.gwtplatform.carstore.server.dao.BaseDao
 
countAll() - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
 
CrawlFilter - Class in com.gwtplatform.crawler.server
Servlet that makes this application crawlable.
CrawlServiceModule - Class in com.gwtplatform.crawlerservice.server.guice
 
CrawlServiceModule() - Constructor for class com.gwtplatform.crawlerservice.server.guice.CrawlServiceModule
 
CrawlServiceServlet - Class in com.gwtplatform.crawlerservice.server
Servlet that makes it possible to fetch an external page, renders it using HTMLUnit and returns the HTML page.
create(CarPresenter.MyProxy, CarDto) - Method in interface com.gwtplatform.carstore.client.application.cars.car.CarPresenterFactory
 
create(CarDto, String) - Method in class com.gwtplatform.carstore.client.application.cars.car.CarProxyFactory
 
create(CarPresenterProvider, String) - Method in interface com.gwtplatform.carstore.client.application.cars.car.CarProxyImplFactory
 
create(ActionCell.Delegate<RatingDto>) - Method in interface com.gwtplatform.carstore.client.application.rating.renderer.RatingCellFactory
 
create(List<CarDto>) - Static method in class com.gwtplatform.carstore.server.dao.domain.Car
 
create(CarDto) - Static method in class com.gwtplatform.carstore.server.dao.domain.Car
 
create(CarPropertiesDto) - Static method in class com.gwtplatform.carstore.server.dao.domain.CarProperties
 
create(ManufacturerDto) - Static method in class com.gwtplatform.carstore.server.dao.domain.Manufacturer
 
create(RatingDto) - Static method in class com.gwtplatform.carstore.server.dao.domain.Rating
 
create(UserDto) - Static method in class com.gwtplatform.carstore.server.dao.domain.User
 
create(Class<? extends RestAction>, MetadataType) - Static method in class com.gwtplatform.dispatch.rest.client.ActionMetadataProvider.MetadataKey
 
create(A, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.rest.client.DefaultRestDispatchCallFactory
 
create(RequestBuilder.Method, String) - Method in class com.gwtplatform.dispatch.rest.client.HttpRequestBuilderFactory
 
create(A, AsyncCallback<R>) - Method in interface com.gwtplatform.dispatch.rest.client.RestDispatchCallFactory
 
create(A, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.rpc.client.DefaultRpcDispatchCallFactory
 
create(A, R, AsyncCallback<Void>) - Method in class com.gwtplatform.dispatch.rpc.client.DefaultRpcDispatchCallFactory
 
create(A, AsyncCallback<R>) - Method in interface com.gwtplatform.dispatch.rpc.client.RpcDispatchCallFactory
 
create(A, R, AsyncCallback<Void>) - Method in interface com.gwtplatform.dispatch.rpc.client.RpcDispatchCallFactory
 
create(Presenter<?, ? extends ProxyPlace<?>>, AsyncCallback<T>) - Static method in class com.gwtplatform.mvp.client.proxy.ManualRevealCallback
Creates an ManualRevealCallback that is attached to another AsyncCallback.
create(JClassType) - Method in class com.gwtplatform.mvp.rebind.ProxyOutputterFactory
Instantiates the adequate ProxyOutputter given a proxy interface.
create(Set<String>) - Method in interface com.gwtplatform.mvp.rebind.velocity.proxy.VelocityPlacetokenGenerator.Factory
 
createActionGenerator(JMethod, ResourceBinding) - Method in interface com.gwtplatform.dispatch.rest.rebind.GeneratorFactory
 
createAndBindUi(O) - Method in class com.gwtplatform.tester.MockingBinder
 
createChildServiceGenerator(JMethod, ServiceBinding) - Method in interface com.gwtplatform.dispatch.rest.rebind.GeneratorFactory
 
createDefaultGinjectorProvider(String, String) - Method in interface com.gwtplatform.mvp.rebind.velocity.ginjectors.FormFactorGinjectorFactory
 
createDto(List<Car>) - Static method in class com.gwtplatform.carstore.server.dao.domain.Car
 
createDto(Car) - Static method in class com.gwtplatform.carstore.server.dao.domain.Car
 
createDto(CarProperties) - Static method in class com.gwtplatform.carstore.server.dao.domain.CarProperties
 
createDto(List<Manufacturer>) - Static method in class com.gwtplatform.carstore.server.dao.domain.Manufacturer
 
createDto(Manufacturer) - Static method in class com.gwtplatform.carstore.server.dao.domain.Manufacturer
 
createDto(List<Rating>) - Static method in class com.gwtplatform.carstore.server.dao.domain.Rating
 
createDto(Rating) - Static method in class com.gwtplatform.carstore.server.dao.domain.Rating
 
createDto(User) - Static method in class com.gwtplatform.carstore.server.dao.domain.User
 
createFrom(JClassType) - Static method in class com.gwtplatform.carstore.rebind.ColumnsInitializerDefinitions
 
createFrom(JMethod) - Static method in class com.gwtplatform.carstore.rebind.ColumnTuple
 
createGinjector(String, String, String) - Method in interface com.gwtplatform.mvp.rebind.velocity.ginjectors.FormFactorGinjectorFactory
 
createGinjectorProvider(String, String) - Method in interface com.gwtplatform.mvp.rebind.velocity.ginjectors.FormFactorGinjectorFactory
 
createMessage(Message) - Method in interface com.gwtplatform.carstore.client.application.widget.message.ui.MessageWidgetFactory
 
createNew() - Method in class com.gwtplatform.carstore.client.application.manufacturer.ui.EditManufacturerPresenter
 
createNew() - Method in interface com.gwtplatform.carstore.client.application.manufacturer.ui.EditManufacturerUiHandlers
 
createNew() - Method in class com.gwtplatform.carstore.client.application.rating.ui.EditRatingPresenter
 
createNew() - Method in interface com.gwtplatform.carstore.client.application.rating.ui.EditRatingUiHandlers
 
createServiceGenerator(JClassType) - Method in interface com.gwtplatform.dispatch.rest.rebind.GeneratorFactory
 
createSessionCookie(UserDto) - Method in class com.gwtplatform.carstore.server.dao.UserSessionDao
 
createTab(Widget) - Method in interface com.gwtplatform.carstore.client.application.cars.car.navigation.NavigationTabPresenter.MyView
 
createTab(Widget) - Method in class com.gwtplatform.carstore.client.application.cars.car.navigation.NavigationTabView
 
CurrentUser - Class in com.gwtplatform.carstore.client.security
 
CurrentUser() - Constructor for class com.gwtplatform.carstore.client.security.CurrentUser
 
CurrentUserDto - Class in com.gwtplatform.carstore.shared.dto
 
CurrentUserDto() - Constructor for class com.gwtplatform.carstore.shared.dto.CurrentUserDto
 
CurrentUserDto(Boolean, UserDto) - Constructor for class com.gwtplatform.carstore.shared.dto.CurrentUserDto
 
CurrentUserDtoProvider - Class in com.gwtplatform.carstore.server.authentication
 

D

DatastoreObject - Class in com.gwtplatform.crawlerservice.server.domain
The base class of any object that can be stored in the datastore.
DatastoreObject() - Constructor for class com.gwtplatform.crawlerservice.server.domain.DatastoreObject
 
DATE - Static variable in class com.gwtplatform.carstore.shared.rest.RestParameter
 
DATE_FORMAT - Static variable in class com.gwtplatform.carstore.shared.rest.RestParameter
 
DateFormat - Annotation Type in com.gwtplatform.dispatch.rest.client
Annotation used to specify a date format pattern.
deactivate() - Method in interface com.gwtplatform.mvp.client.Tab
Should not be called directly.
debug(String, Object...) - Method in class com.gwtplatform.common.rebind.Logger
 
debug(String, Object...) - Method in class com.gwtplatform.dispatch.rest.rebind.Logger
 
decodePathSegment(String) - Method in class com.gwtplatform.common.client.ClientUrlUtils
 
decodePathSegment(String) - Method in interface com.gwtplatform.common.shared.UrlUtils
 
decodeQueryString(String) - Method in class com.gwtplatform.common.client.ClientUrlUtils
 
decodeQueryString(String) - Method in interface com.gwtplatform.common.shared.UrlUtils
 
DEFAULT - Static variable in annotation type com.gwtplatform.dispatch.rest.client.DateFormat
ISO 8601 date format.
DEFAULT_HIERARCHY_SEPARATOR - Static variable in class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
 
DEFAULT_PARAM_SEPARATOR - Static variable in class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
 
DEFAULT_SERVICE_NAME - Static variable in interface com.gwtplatform.dispatch.rpc.shared.Action
The URL of the service used by default.
DEFAULT_SERVICE_NAME - Static variable in interface com.gwtplatform.dispatch.shared.Action
Deprecated.
The URL of the service used by default.
DEFAULT_VALUE_SEPARATOR - Static variable in class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
 
DEFAULT_XSRF_NAME - Static variable in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModule
 
DefaultActionValidator - Class in com.gwtplatform.dispatch.rpc.server.guice.actionvalidator
The default ActionValidator guice implementation.
DefaultActionValidator() - Constructor for class com.gwtplatform.dispatch.rpc.server.guice.actionvalidator.DefaultActionValidator
 
DefaultActionValidator - Class in com.gwtplatform.dispatch.rpc.server.spring.actionvalidator
The default ActionValidator spring implementation.
DefaultActionValidator() - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.actionvalidator.DefaultActionValidator
 
DefaultActionValidator - Class in com.gwtplatform.dispatch.server.guice.actionvalidator
Deprecated.
DefaultActionValidator() - Constructor for class com.gwtplatform.dispatch.server.guice.actionvalidator.DefaultActionValidator
Deprecated.
 
DefaultActionValidator - Class in com.gwtplatform.dispatch.server.spring.actionvalidator
Deprecated.
DefaultActionValidator() - Constructor for class com.gwtplatform.dispatch.server.spring.actionvalidator.DefaultActionValidator
Deprecated.
 
DefaultBootstrapper - Class in com.gwtplatform.mvp.client
The default Bootstrapper that is used by GWTP if no other is specified via com.gwtplatform.mvp.client.annotations.Bootstrap.
DefaultBootstrapper(PlaceManager) - Constructor for class com.gwtplatform.mvp.client.DefaultBootstrapper
 
DefaultCacheImpl - Class in com.gwtplatform.dispatch.client.actionhandler.caching
Default Implementation for Cache, backed by an HashMap.
DefaultCacheImpl() - Constructor for class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
Initializes the cache with auto expiration OFF.
DefaultCacheImpl(long) - Constructor for class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
Initialize the cache with auto expiration ON.
DefaultCallbackDispatchRequest<R> - Class in com.gwtplatform.dispatch.client
An implementation of CallbackDispatchRequest that should be used by ClientActionHandlers that make asynchronous calls that do not return a Request.
DefaultCallbackDispatchRequest(AsyncCallback<R>) - Constructor for class com.gwtplatform.dispatch.client.DefaultCallbackDispatchRequest
DefaultClientActionHandlerRegistry - Class in com.gwtplatform.dispatch.client.actionhandler
The default implementation that ClientActionHandlerRegistry that if bound will not load any client-side action handlers.
DefaultClientActionHandlerRegistry() - Constructor for class com.gwtplatform.dispatch.client.actionhandler.DefaultClientActionHandlerRegistry
 
DefaultDateFormat - Annotation Type in com.gwtplatform.dispatch.rest.client
Binding annotation used to inject the default pattern for formatting dates.
defaultDateFormat(String) - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
Specify the pattern to use to format dates before they are sent to the end-point.
DefaultDispatchAsync - Class in com.gwtplatform.dispatch.client
Deprecated.
Please use RpcDispatchAsync
DefaultDispatchAsync(ExceptionHandler, SecurityCookieAccessor, ClientActionHandlerRegistry) - Constructor for class com.gwtplatform.dispatch.client.DefaultDispatchAsync
Deprecated.
 
DefaultExceptionHandler - Class in com.gwtplatform.dispatch.client
A default implementation of ExceptionHandler which does not do anything.
DefaultExceptionHandler() - Constructor for class com.gwtplatform.dispatch.client.DefaultExceptionHandler
 
DefaultGatekeeper - Annotation Type in com.gwtplatform.mvp.client.annotations
Use this annotation in your custom ginjector to annotate a method returning a Gatekeeper-derived class.
DefaultModule - Class in com.gwtplatform.dispatch.rpc.server.spring.configuration
 
DefaultModule() - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.configuration.DefaultModule
 
DefaultModule - Class in com.gwtplatform.dispatch.server.spring.configuration
Deprecated.
Please use DefaultModule.
DefaultModule() - Constructor for class com.gwtplatform.dispatch.server.spring.configuration.DefaultModule
Deprecated.
 
DefaultModule - Class in com.gwtplatform.mvp.client.gin
Module with default GWTP bindings.
DefaultModule() - Constructor for class com.gwtplatform.mvp.client.gin.DefaultModule
When instantiating the module this way be sure to read DefaultPlaceManager Important!
DefaultModule(Class<? extends PlaceManager>) - Constructor for class com.gwtplatform.mvp.client.gin.DefaultModule
Manually setup a PlaceManager.
DefaultModule(Class<? extends PlaceManager>, Class<? extends TokenFormatter>) - Constructor for class com.gwtplatform.mvp.client.gin.DefaultModule
Manually setup a PlaceManager and TokenFormatter.
DefaultPlace - Annotation Type in com.gwtplatform.mvp.client.annotations
This annotation is used for binding the default place's name token in your Gin module, so that you can inject in either your own ClientPlaceManager or the DefaultPlaceManager.
DefaultPlaceManager - Class in com.gwtplatform.mvp.client.proxy
This is a subtype of PlaceManagerImpl that uses custom name tokens to reveal default, error and unauthorized places.
DefaultPlaceManager(EventBus, TokenFormatter, String, String, String) - Constructor for class com.gwtplatform.mvp.client.proxy.DefaultPlaceManager
 
DefaultRequestProvider - Class in com.gwtplatform.dispatch.rpc.server.guice.request
 
DefaultRequestProvider(Provider<HttpServletRequest>) - Constructor for class com.gwtplatform.dispatch.rpc.server.guice.request.DefaultRequestProvider
 
DefaultRequestProvider - Class in com.gwtplatform.dispatch.rpc.server.spring.request
 
DefaultRequestProvider() - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.request.DefaultRequestProvider
 
DefaultRequestProvider - Class in com.gwtplatform.dispatch.server.guice.request
Deprecated.
DefaultRequestProvider(Provider<HttpServletRequest>) - Constructor for class com.gwtplatform.dispatch.server.guice.request.DefaultRequestProvider
Deprecated.
 
DefaultRequestProvider - Class in com.gwtplatform.dispatch.server.spring.request
Deprecated.
DefaultRequestProvider() - Constructor for class com.gwtplatform.dispatch.server.spring.request.DefaultRequestProvider
Deprecated.
 
DefaultRestDispatchCallFactory - Class in com.gwtplatform.dispatch.rest.client
The default implementation for RestDispatchCallFactory.
DefaultRestRequestBuilderFactory - Class in com.gwtplatform.dispatch.rest.client
Default implementation for RestRequestBuilderFactory.
DefaultRestResponseDeserializer - Class in com.gwtplatform.dispatch.rest.client
Default implementation for RestResponseDeserializer.
DefaultRpcDispatchCallFactory - Class in com.gwtplatform.dispatch.rpc.client
The default implementation for RpcDispatchCallFactory.
DefaultSecurityCookieAccessor - Class in com.gwtplatform.dispatch.client
This class provides access to the session id client side by looking into a cookie on the browser.
DefaultSecurityCookieAccessor() - Constructor for class com.gwtplatform.dispatch.client.DefaultSecurityCookieAccessor
 
DeferredCommandManager - Class in com.gwtplatform.tester
This class mimicks GWT's DeferredCommand but it can be used in test cases without having to rely on a GWTTestCase.
DeferredCommandManager() - Constructor for class com.gwtplatform.tester.DeferredCommandManager
 
DelagatingCallbackDispatchRequest<R> - Class in com.gwtplatform.dispatch.client
An implementation of DispatchRequest that should be used by ClientActionHandlers that make asynchronous calls that return a Request.
DelagatingCallbackDispatchRequest(DispatchRequest, AsyncCallback<R>) - Constructor for class com.gwtplatform.dispatch.client.DelagatingCallbackDispatchRequest
 
DelayedBind - Interface in com.gwtplatform.mvp.client
Classes implementing that interface are expected to be bound with GIN as eager singletons ({code .asEagerSingleton()}).
delayedBind(Ginjector) - Method in interface com.gwtplatform.mvp.client.DelayedBind
Requests that the classes binds all its objects using the Ginjector to get the required instances.
DelayedBindRegistry - Class in com.gwtplatform.mvp.client
A static registry containing all the classes that want to be bound using delayed binding.
DelayedBindRegistry() - Constructor for class com.gwtplatform.mvp.client.DelayedBindRegistry
 
DelegatingAsyncCallback<A extends TypedAction<R>,R> - Class in com.gwtplatform.dispatch.client
AsyncCallback implementation wrapping another AsyncCallback object used by a ClientActionHandler to delegate the execution result.
DelegatingAsyncCallback(DispatchCall, A, AsyncCallback<R>, DelegatingDispatchRequest) - Constructor for class com.gwtplatform.dispatch.client.DelegatingAsyncCallback
 
DelegatingDispatchRequest - Class in com.gwtplatform.dispatch.client
An implementation of DispatchRequest that is used in conjunction with ClientActionHandlers.
DelegatingDispatchRequest() - Constructor for class com.gwtplatform.dispatch.client.DelegatingDispatchRequest
 
delete() - Method in interface com.gwtplatform.carstore.client.rest.CarService
 
delete(Long) - Method in interface com.gwtplatform.carstore.client.rest.ManufacturerService
 
delete(Long) - Method in interface com.gwtplatform.carstore.client.rest.RatingService
 
delete(T) - Method in class com.gwtplatform.carstore.server.dao.BaseDao
 
delete(Long) - Method in class com.gwtplatform.carstore.server.dao.BaseDao
 
delete(List<T>) - Method in class com.gwtplatform.carstore.server.dao.BaseDao
 
delete(Long) - Method in class com.gwtplatform.carstore.server.rest.CarResource
 
delete(Long) - Method in class com.gwtplatform.carstore.server.rest.ManufacturerResource
 
delete(Long) - Method in class com.gwtplatform.carstore.server.rest.RatingResource
 
delete(T) - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
 
deleteAction() - Method in interface com.gwtplatform.carstore.client.resources.AppResources.Styles
 
deleteAll() - Method in class com.gwtplatform.carstore.server.dao.BaseDao
 
deleteAll(Iterable<T>) - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
 
deleteKey(Key<T>) - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
 
deleteKeys(Iterable<Key<T>>) - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
 
Deref - Class in com.gwtplatform.carstore.server.dao.objectify
 
Deref() - Constructor for class com.gwtplatform.carstore.server.dao.objectify.Deref
 
deref(Ref<T>) - Static method in class com.gwtplatform.carstore.server.dao.objectify.Deref
 
deref(List<Ref<T>>) - Static method in class com.gwtplatform.carstore.server.dao.objectify.Deref
 
Deref.Func<T> - Class in com.gwtplatform.carstore.server.dao.objectify
 
Deref.Func() - Constructor for class com.gwtplatform.carstore.server.dao.objectify.Deref.Func
 
deserialize(A, Response) - Method in class com.gwtplatform.dispatch.rest.client.DefaultRestResponseDeserializer
 
deserialize(A, Response) - Method in interface com.gwtplatform.dispatch.rest.client.RestResponseDeserializer
Deserializes the provided response for the given action.
deserialize(String, String) - Method in class com.gwtplatform.dispatch.rest.client.serialization.JsonSerialization
 
deserialize(String, String) - Method in interface com.gwtplatform.dispatch.rest.client.serialization.Serialization
Deserializes the object to the type represented by parameterizedType.
deserializeValue(String, String) - Method in class com.gwtplatform.dispatch.rest.client.DefaultRestResponseDeserializer
Deserializes the json as an object of the resultType type.
DesktopModule - Class in com.gwtplatform.carstore.client.gin
 
DesktopModule() - Constructor for class com.gwtplatform.carstore.client.gin.DesktopModule
 
destroy() - Method in class com.gwtplatform.crawler.server.CrawlFilter
Destroys the filter configuration.
destroy() - Method in class com.gwtplatform.dispatch.rpc.server.AbstractHttpSessionSecurityCookieFilter
 
destroy() - Method in class com.gwtplatform.dispatch.rpc.server.AbstractRandomSecurityCookieFilter
 
destroy() - Method in class com.gwtplatform.dispatch.server.AbstractHttpSessionSecurityCookieFilter
Deprecated.
 
destroy() - Method in class com.gwtplatform.dispatch.server.AbstractRandomSecurityCookieFilter
Deprecated.
 
detailManufacturer - Static variable in class com.gwtplatform.carstore.client.place.NameTokens
 
detailRating - Static variable in class com.gwtplatform.carstore.client.place.NameTokens
 
determineFinalConstantValue(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
Note that to have a constant value, a field's type must be either a primitive type or String otherwise the value is null.
determineWrapperClass(TypeMirror) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
Returns the name of the wrapper class for a primitive class.
DevBootStrapper - Class in com.gwtplatform.carstore.server
 
die(String) - Method in class com.gwtplatform.common.rebind.Logger
Post an error message and halt processing.
die(String) - Method in class com.gwtplatform.dispatch.rest.rebind.Logger
Post an error message and halt processing.
disable() - Method in class com.gwtplatform.mvp.client.AutobindDisable
 
disableOptimization(String) - Method in class com.google.gwt.uibinder.rebind.FieldManager
Prevent a field from being optimized as only being referenced once (and therefore constant for all intents).
disableUserOptions() - Method in class com.gwtplatform.carstore.client.application.widget.header.HeaderMobileView
 
disableUserOptions() - Method in interface com.gwtplatform.carstore.client.application.widget.header.HeaderPresenter.MyView
 
disableUserOptions() - Method in class com.gwtplatform.carstore.client.application.widget.header.HeaderView
 
dispatch(CloseTabEvent.CloseTabHandler) - Method in class com.gwtplatform.carstore.client.application.cars.car.navigation.CloseTabEvent
 
dispatch(NavigationTabEvent.NavigationTabHandler) - Method in class com.gwtplatform.carstore.client.application.cars.car.navigation.NavigationTabEvent
 
dispatch(CarAddedEvent.CarAddedHandler) - Method in class com.gwtplatform.carstore.client.application.cars.event.CarAddedEvent
 
dispatch(ActionBarEvent.ActionBarHandler) - Method in class com.gwtplatform.carstore.client.application.event.ActionBarEvent
 
dispatch(ActionBarVisibilityEvent.ActionBarVisibilityHandler) - Method in class com.gwtplatform.carstore.client.application.event.ActionBarVisibilityEvent
 
dispatch(ChangeActionBarEvent.ChangeActionBarHandler) - Method in class com.gwtplatform.carstore.client.application.event.ChangeActionBarEvent
 
dispatch(DisplayMessageEvent.DisplayMessageHandler) - Method in class com.gwtplatform.carstore.client.application.event.DisplayMessageEvent
 
dispatch(GoBackEvent.GoBackHandler) - Method in class com.gwtplatform.carstore.client.application.event.GoBackEvent
 
dispatch(UserLoginEvent.UserLoginHandler) - Method in class com.gwtplatform.carstore.client.application.event.UserLoginEvent
 
dispatch(ManufacturerAddedEvent.ManufacturerAddedHandler) - Method in class com.gwtplatform.carstore.client.application.manufacturer.event.ManufacturerAddedEvent
 
dispatch(RatingAddedEvent.RatingAddedHandler) - Method in class com.gwtplatform.carstore.client.application.rating.event.RatingAddedEvent
 
dispatch - Variable in class com.gwtplatform.dispatch.rpc.server.AbstractDispatchServiceImpl
 
Dispatch - Interface in com.gwtplatform.dispatch.rpc.server
The base class of the synchronous dispatcher service with an arbitrary action type.
dispatch(Class<? extends Dispatch>) - Method in class com.gwtplatform.dispatch.rpc.server.guice.DispatchModule.Builder
 
dispatch - Variable in class com.gwtplatform.dispatch.server.AbstractDispatchServiceImpl
Deprecated.
 
Dispatch - Interface in com.gwtplatform.dispatch.server
Deprecated.
Please use Dispatch.
dispatch(Class<? extends Dispatch>) - Method in class com.gwtplatform.dispatch.server.guice.DispatchModule.Builder
Deprecated.
 
dispatch(ChangeTabHandler) - Method in class com.gwtplatform.mvp.client.ChangeTabEvent
 
dispatch(AsyncCallFailHandler) - Method in class com.gwtplatform.mvp.client.proxy.AsyncCallFailEvent
 
dispatch(AsyncCallStartHandler) - Method in class com.gwtplatform.mvp.client.proxy.AsyncCallStartEvent
 
dispatch(AsyncCallSucceedHandler) - Method in class com.gwtplatform.mvp.client.proxy.AsyncCallSucceedEvent
 
dispatch(GetPlaceTitleHandler) - Method in class com.gwtplatform.mvp.client.proxy.GetPlaceTitleEvent
 
dispatch(LockInteractionHandler) - Method in class com.gwtplatform.mvp.client.proxy.LockInteractionEvent
 
dispatch(NavigationHandler) - Method in class com.gwtplatform.mvp.client.proxy.NavigationEvent
 
dispatch(NavigationRefusedHandler) - Method in class com.gwtplatform.mvp.client.proxy.NavigationRefusedEvent
 
dispatch(ResetPresentersHandler) - Method in class com.gwtplatform.mvp.client.proxy.ResetPresentersEvent
 
dispatch(RevealContentHandler<?>) - Method in class com.gwtplatform.mvp.client.proxy.RevealContentEvent
 
dispatch(RevealRootContentHandler) - Method in class com.gwtplatform.mvp.client.proxy.RevealRootContentEvent
 
dispatch(RevealRootLayoutContentHandler) - Method in class com.gwtplatform.mvp.client.proxy.RevealRootLayoutContentEvent
 
dispatch(RevealRootPopupContentHandler) - Method in class com.gwtplatform.mvp.client.proxy.RevealRootPopupContentEvent
 
dispatch(RequestTabsHandler) - Method in class com.gwtplatform.mvp.client.RequestTabsEvent
 
DispatchAsync - Interface in com.gwtplatform.dispatch.rpc.shared
The asynchronous client-side dispatcher service with an arbitrary action type.
DispatchAsync - Interface in com.gwtplatform.dispatch.shared
Deprecated.
Please use DispatchAsync.
DispatchAsyncModule - Class in com.gwtplatform.dispatch.client.gin
Deprecated.
DispatchAsyncModule() - Constructor for class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule
Deprecated.
 
DispatchAsyncModule.Builder - Class in com.gwtplatform.dispatch.client.gin
Deprecated.
 
DispatchAsyncModule.Builder() - Constructor for class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule.Builder
Deprecated.
 
DispatchCall<A extends TypedAction<R>,R> - Class in com.gwtplatform.dispatch.client
An class representing a call made to the server through RestDispatch or DispatchAsync.
DispatchCall(ExceptionHandler, ClientActionHandlerRegistry, SecurityCookieAccessor, A, AsyncCallback<R>) - Constructor for class com.gwtplatform.dispatch.client.DispatchCall
 
DispatchImpl - Class in com.gwtplatform.dispatch.rpc.server.guice
 
DispatchImpl(ActionHandlerValidatorRegistry) - Constructor for class com.gwtplatform.dispatch.rpc.server.guice.DispatchImpl
 
DispatchImpl - Class in com.gwtplatform.dispatch.rpc.server.spring
 
DispatchImpl(ActionHandlerValidatorRegistry) - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.DispatchImpl
 
DispatchImpl - Class in com.gwtplatform.dispatch.server.guice
Deprecated.
Please use DispatchImpl.
DispatchImpl(ActionHandlerValidatorRegistry) - Constructor for class com.gwtplatform.dispatch.server.guice.DispatchImpl
Deprecated.
 
DispatchImpl - Class in com.gwtplatform.dispatch.server.spring
Deprecated.
Please use DispatchImpl.
DispatchImpl(ActionHandlerValidatorRegistry) - Constructor for class com.gwtplatform.dispatch.server.spring.DispatchImpl
Deprecated.
 
DispatchModule - Class in com.gwtplatform.dispatch.rpc.server.guice
This module will configure the implementation for the Dispatch and ActionHandlerValidatorRegistry interfaces.
DispatchModule() - Constructor for class com.gwtplatform.dispatch.rpc.server.guice.DispatchModule
 
DispatchModule - Class in com.gwtplatform.dispatch.rpc.server.spring
 
DispatchModule() - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.DispatchModule
 
DispatchModule(Class<? extends Dispatch>) - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.DispatchModule
 
DispatchModule(Class<? extends Dispatch>, Class<? extends ActionHandlerValidatorRegistry>) - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.DispatchModule
 
DispatchModule - Class in com.gwtplatform.dispatch.server.guice
Deprecated.
Please use DispatchModule.
DispatchModule() - Constructor for class com.gwtplatform.dispatch.server.guice.DispatchModule
Deprecated.
 
DispatchModule(Class<? extends Dispatch>) - Constructor for class com.gwtplatform.dispatch.server.guice.DispatchModule
Deprecated.
DispatchModule(Class<? extends Dispatch>, Class<? extends ActionHandlerValidatorRegistry>) - Constructor for class com.gwtplatform.dispatch.server.guice.DispatchModule
Deprecated.
DispatchModule - Class in com.gwtplatform.dispatch.server.spring
Deprecated.
Please use DefaultModule.
DispatchModule() - Constructor for class com.gwtplatform.dispatch.server.spring.DispatchModule
Deprecated.
 
DispatchModule(Class<? extends Dispatch>) - Constructor for class com.gwtplatform.dispatch.server.spring.DispatchModule
Deprecated.
 
DispatchModule(Class<? extends Dispatch>, Class<? extends ActionHandlerValidatorRegistry>) - Constructor for class com.gwtplatform.dispatch.server.spring.DispatchModule
Deprecated.
 
DispatchModule.Builder - Class in com.gwtplatform.dispatch.rpc.server.guice
A DispatchModule builder.
DispatchModule.Builder() - Constructor for class com.gwtplatform.dispatch.rpc.server.guice.DispatchModule.Builder
 
DispatchModule.Builder - Class in com.gwtplatform.dispatch.server.guice
Deprecated.
A DispatchModule builder.
DispatchModule.Builder() - Constructor for class com.gwtplatform.dispatch.server.guice.DispatchModule.Builder
Deprecated.
 
DispatchRequest - Interface in com.gwtplatform.dispatch.shared
This interface provides a common base to give the ability to the client to cancel a request or see if a request is still pending.
DispatchService - Interface in com.gwtplatform.dispatch.rpc.shared
The base class of the synchronous dispatcher service.
DispatchService - Interface in com.gwtplatform.dispatch.shared
Deprecated.
Please use DispatchService.
DispatchServiceAsync - Interface in com.gwtplatform.dispatch.rpc.shared
The asynchronous client-side dispatcher service.
DispatchServiceAsync - Interface in com.gwtplatform.dispatch.shared
Deprecated.
DispatchServiceImpl - Class in com.gwtplatform.dispatch.rpc.server.guice
This is the server-side implementation of the DispatchService, for which the client-side async service is DispatchServiceAsync.
DispatchServiceImpl(Logger, Dispatch, RequestProvider) - Constructor for class com.gwtplatform.dispatch.rpc.server.guice.DispatchServiceImpl
 
DispatchServiceImpl - Class in com.gwtplatform.dispatch.rpc.server.spring
 
DispatchServiceImpl(Logger, Dispatch, RequestProvider) - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.DispatchServiceImpl
 
DispatchServiceImpl - Class in com.gwtplatform.dispatch.server.guice
Deprecated.
DispatchServiceImpl(Logger, Dispatch, RequestProvider) - Constructor for class com.gwtplatform.dispatch.server.guice.DispatchServiceImpl
Deprecated.
 
DispatchServiceImpl - Class in com.gwtplatform.dispatch.server.spring
Deprecated.
DispatchServiceImpl(Logger, Dispatch, RequestProvider) - Constructor for class com.gwtplatform.dispatch.server.spring.DispatchServiceImpl
Deprecated.
 
DispatchServletModule - Class in com.gwtplatform.carstore.server.guice
 
DispatchServletModule() - Constructor for class com.gwtplatform.carstore.server.guice.DispatchServletModule
 
displayCars(int, List<CarDto>) - Method in class com.gwtplatform.carstore.client.application.cars.CarsMobileView
 
displayCars(int, List<CarDto>) - Method in interface com.gwtplatform.carstore.client.application.cars.CarsPresenter.MyView
 
displayCars(int, List<CarDto>) - Method in class com.gwtplatform.carstore.client.application.cars.CarsView
 
displayManufacturers(List<ManufacturerDto>) - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerMobileView
 
displayManufacturers(List<ManufacturerDto>) - Method in interface com.gwtplatform.carstore.client.application.manufacturer.ManufacturerPresenter.MyView
 
displayManufacturers(List<ManufacturerDto>) - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerView
 
DisplayMessageEvent - Class in com.gwtplatform.carstore.client.application.event
 
DisplayMessageEvent(Message) - Constructor for class com.gwtplatform.carstore.client.application.event.DisplayMessageEvent
 
DisplayMessageEvent.DisplayMessageHandler - Interface in com.gwtplatform.carstore.client.application.event
 
displayRatings(List<RatingDto>) - Method in class com.gwtplatform.carstore.client.application.rating.RatingMobileView
 
displayRatings(List<RatingDto>) - Method in interface com.gwtplatform.carstore.client.application.rating.RatingPresenter.MyView
 
displayRatings(List<RatingDto>) - Method in class com.gwtplatform.carstore.client.application.rating.RatingView
 
displayReport(List<ManufacturerRatingDto>) - Method in class com.gwtplatform.carstore.client.application.report.ReportMobileView
 
displayReport(List<ManufacturerRatingDto>) - Method in interface com.gwtplatform.carstore.client.application.report.ReportPresenter.MyView
 
displayReport(List<ManufacturerRatingDto>) - Method in class com.gwtplatform.carstore.client.application.report.ReportView
 
doCenter() - Method in class com.gwtplatform.mvp.client.PopupViewImpl
This method centers the popup panel, temporarily making it visible if needed.
doExecute(String, A, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 
doExecute() - Method in class com.gwtplatform.dispatch.client.DispatchCall
Implementations must override this method to perform additional work when DispatchCall.execute() is called.
doExecute(String, A, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.client.RpcDispatchAsync
Deprecated.
 
doExecute() - Method in class com.gwtplatform.dispatch.rest.client.RestDispatchCall
 
doExecute() - Method in class com.gwtplatform.dispatch.rpc.client.RpcDispatchExecuteCall
 
doExecute() - Method in class com.gwtplatform.dispatch.rpc.client.RpcDispatchUndoCall
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.gwtplatform.crawler.server.CrawlFilter
Filters all requests and invokes the external service if necessary.
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.gwtplatform.dispatch.rpc.server.AbstractHttpSessionSecurityCookieFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.gwtplatform.dispatch.rpc.server.AbstractRandomSecurityCookieFilter
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.gwtplatform.dispatch.server.AbstractHttpSessionSecurityCookieFilter
Deprecated.
 
doFilter(ServletRequest, ServletResponse, FilterChain) - Method in class com.gwtplatform.dispatch.server.AbstractRandomSecurityCookieFilter
Deprecated.
 
doGet(HttpServletRequest, HttpServletResponse) - Method in class com.gwtplatform.crawlerservice.server.CrawlServiceServlet
 
doneAction() - Method in interface com.gwtplatform.carstore.client.resources.AppResources.Styles
 
doRevealPlace(PlaceRequest, boolean) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
Fires the PlaceRequestInternalEvent for the given PlaceRequest.
doUndo(String, A, R, AsyncCallback<Void>) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 
doUndo(String, A, R, AsyncCallback<Void>) - Method in class com.gwtplatform.dispatch.client.RpcDispatchAsync
Deprecated.
 
Dto - Interface in com.gwtplatform.carstore.shared.dto
 

E

EagerActionHandlerValidatorRegistry - Interface in com.gwtplatform.dispatch.rpc.server.actionhandlervalidator
 
EagerActionHandlerValidatorRegistry - Interface in com.gwtplatform.dispatch.server.actionhandlervalidator
Deprecated.
EagerActionHandlerValidatorRegistryImpl - Class in com.gwtplatform.dispatch.rpc.server.guice.actionhandlervalidator
 
EagerActionHandlerValidatorRegistryImpl() - Constructor for class com.gwtplatform.dispatch.rpc.server.guice.actionhandlervalidator.EagerActionHandlerValidatorRegistryImpl
 
EagerActionHandlerValidatorRegistryImpl - Class in com.gwtplatform.dispatch.rpc.server.spring.actionhandlervalidator
 
EagerActionHandlerValidatorRegistryImpl() - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.actionhandlervalidator.EagerActionHandlerValidatorRegistryImpl
 
EagerActionHandlerValidatorRegistryImpl - Class in com.gwtplatform.dispatch.server.guice.actionhandlervalidator
EagerActionHandlerValidatorRegistryImpl() - Constructor for class com.gwtplatform.dispatch.server.guice.actionhandlervalidator.EagerActionHandlerValidatorRegistryImpl
Deprecated.
 
EagerActionHandlerValidatorRegistryImpl - Class in com.gwtplatform.dispatch.server.spring.actionhandlervalidator
EagerActionHandlerValidatorRegistryImpl() - Constructor for class com.gwtplatform.dispatch.server.spring.actionhandlervalidator.EagerActionHandlerValidatorRegistryImpl
Deprecated.
 
edit(CarDto) - Method in class com.gwtplatform.carstore.client.application.cars.car.CarMobileView
 
edit(CarDto) - Method in interface com.gwtplatform.carstore.client.application.cars.car.CarPresenter.MyView
 
edit(CarDto) - Method in class com.gwtplatform.carstore.client.application.cars.car.CarView
 
edit(ManufacturerDto) - Method in interface com.gwtplatform.carstore.client.application.manufacturer.ManufacturerDetailPresenter.MyView
 
edit(ManufacturerDto) - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerDetailView
 
edit(ManufacturerDto) - Method in class com.gwtplatform.carstore.client.application.manufacturer.ui.EditManufacturerPresenter
 
edit(ManufacturerDto) - Method in interface com.gwtplatform.carstore.client.application.manufacturer.ui.EditManufacturerPresenter.MyView
 
edit(ManufacturerDto) - Method in interface com.gwtplatform.carstore.client.application.manufacturer.ui.EditManufacturerUiHandlers
 
edit(ManufacturerDto) - Method in class com.gwtplatform.carstore.client.application.manufacturer.ui.EditManufacturerView
 
edit(RatingDto) - Method in interface com.gwtplatform.carstore.client.application.rating.RatingDetailPresenter.MyView
 
edit(RatingDto) - Method in class com.gwtplatform.carstore.client.application.rating.RatingDetailView
 
edit(RatingDto) - Method in interface com.gwtplatform.carstore.client.application.rating.ui.EditRatingPresenter.MyView
 
edit(RatingDto) - Method in class com.gwtplatform.carstore.client.application.rating.ui.EditRatingView
 
editAction() - Method in interface com.gwtplatform.carstore.client.resources.AppResources.Styles
 
EditManufacturerMessages - Interface in com.gwtplatform.carstore.client.resources
 
EditManufacturerPresenter - Class in com.gwtplatform.carstore.client.application.manufacturer.ui
 
EditManufacturerPresenter(EventBus, EditManufacturerPresenter.MyView, RestDispatch, ManufacturerService, EditManufacturerMessages) - Constructor for class com.gwtplatform.carstore.client.application.manufacturer.ui.EditManufacturerPresenter
 
EditManufacturerPresenter.MyView - Interface in com.gwtplatform.carstore.client.application.manufacturer.ui
 
EditManufacturerUiHandlers - Interface in com.gwtplatform.carstore.client.application.manufacturer.ui
 
EditManufacturerView - Class in com.gwtplatform.carstore.client.application.manufacturer.ui
 
EditRatingMessages - Interface in com.gwtplatform.carstore.client.resources
 
EditRatingPresenter - Class in com.gwtplatform.carstore.client.application.rating.ui
 
EditRatingPresenter.MyView - Interface in com.gwtplatform.carstore.client.application.rating.ui
 
EditRatingUiHandlers - Interface in com.gwtplatform.carstore.client.application.rating.ui
 
EditRatingView - Class in com.gwtplatform.carstore.client.application.rating.ui
 
enableUserOptions(CurrentUser) - Method in class com.gwtplatform.carstore.client.application.widget.header.HeaderMobileView
 
enableUserOptions(CurrentUser) - Method in interface com.gwtplatform.carstore.client.application.widget.header.HeaderPresenter.MyView
 
enableUserOptions(CurrentUser) - Method in class com.gwtplatform.carstore.client.application.widget.header.HeaderView
 
encodePathParam(String) - Method in class com.gwtplatform.dispatch.rest.client.DefaultRestRequestBuilderFactory
Encodes the given RestParameter as a path parameter.
encodePathSegment(String) - Method in class com.gwtplatform.common.client.ClientUrlUtils
 
encodePathSegment(String) - Method in interface com.gwtplatform.common.shared.UrlUtils
 
encodeQueryParam(String) - Method in class com.gwtplatform.dispatch.rest.client.DefaultRestRequestBuilderFactory
Encodes the given RestParameter as a query parameter.
encodeQueryString(String) - Method in class com.gwtplatform.common.client.ClientUrlUtils
 
encodeQueryString(String) - Method in interface com.gwtplatform.common.shared.UrlUtils
 
endWrappedProxy(SourceWriter) - Method in class com.gwtplatform.mvp.rebind.ProxyPlaceOutputter
 
ensureGlass() - Method in class com.gwtplatform.mvp.client.RootPresenter.RootView
 
ensureNoClashWith(ProxyEventMethod) - Method in class com.gwtplatform.mvp.rebind.ProxyEventMethod
Ensures that this method does not clash with the one passed as parameters.
EnumCell<T> - Class in com.gwtplatform.carstore.client.application.renderer
 
EnumCell() - Constructor for class com.gwtplatform.carstore.client.application.renderer.EnumCell
 
equals(Object) - Method in class com.gwtplatform.carstore.shared.dto.BaseEntity
 
equals(Object) - Method in class com.gwtplatform.dispatch.rest.client.ActionMetadataProvider.MetadataKey
 
equals(Object) - Method in class com.gwtplatform.dispatch.rest.rebind.type.RegisterMetadataHolder
 
equals(Object) - Method in class com.gwtplatform.dispatch.rpc.server.guice.DispatchModule
Override so that only one instance of this class will ever be installed in an Injector.
equals(Object) - Method in class com.gwtplatform.dispatch.server.guice.DispatchModule
Deprecated.
Override so that only one instance of this class will ever be installed in an Injector.
equals(Object) - Method in class com.gwtplatform.mvp.client.gin.PresenterSetupModule
 
equals(Object) - Method in interface com.gwtplatform.mvp.client.proxy.Place
Places are equal if their name token matches.
equals(Object) - Method in class com.gwtplatform.mvp.client.proxy.PlaceImpl
 
equals(Object) - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
 
equals(Object) - Method in class com.gwtplatform.mvp.shared.proxy.PlaceRequest
 
error() - Method in interface com.gwtplatform.carstore.client.resources.AppResources.Styles
 
error(String, Object...) - Method in class com.gwtplatform.dispatch.rest.rebind.Logger
 
ErrorHandlerAsyncCallback<R> - Class in com.gwtplatform.carstore.client.util
 
ErrorHandlerAsyncCallback(HasHandlers) - Constructor for class com.gwtplatform.carstore.client.util.ErrorHandlerAsyncCallback
 
errorLoggingOut() - Method in interface com.gwtplatform.carstore.client.resources.HeaderMessages
 
ErrorPlace - Annotation Type in com.gwtplatform.mvp.client.annotations
This annotation is used for binding the error place's (e.g.: error 404 page) name token in your Gin module, so that you can inject in either your own ClientPlaceManager or the DefaultPlaceManager.
ESCAPE_CHARACTER - Static variable in class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
 
ESCAPED_ESCAPE_CHAR - Static variable in class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
 
ESCAPED_HIERARCHY_SEPARATOR - Static variable in class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
 
ESCAPED_PARAM_SEPARATOR - Static variable in class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
 
ESCAPED_VALUE_SEPARATOR - Static variable in class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
 
eventBus - Variable in class com.gwtplatform.mvp.client.proxy.ProxyImpl
 
ExceptionHandler - Interface in com.gwtplatform.dispatch.client
Implementations of this interface can be added to a DispatchAsync implementation to intercept exceptions which return from further up the chain.
exceptionHandler(Class<? extends ExceptionHandler>) - Method in class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule.Builder
Specify an alternative exception handler.
ExceptionHandler.Status - Enum in com.gwtplatform.dispatch.client
ExceptionHandler's status enumeration.
exceptionHandlerType - Variable in class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule.Builder
 
execute(A, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 
execute(A, AsyncCallback<R>, ExecuteCommand<A, R>) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.AbstractCachingClientActionHandler
 
execute(A, AsyncCallback<R>, ExecuteCommand<A, R>) - Method in interface com.gwtplatform.dispatch.client.actionhandler.ClientActionHandler
Handles the specified action.
execute(A, AsyncCallback<R>) - Method in interface com.gwtplatform.dispatch.client.actionhandler.ExecuteCommand
Execute an action.
execute(A, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.client.DelegatingAsyncCallback
 
execute() - Method in class com.gwtplatform.dispatch.client.DispatchCall
Call this method to execute the action wrapped by this instance.
execute(A, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.rest.client.RestDispatchAsync
 
execute(A, AsyncCallback<R>) - Method in interface com.gwtplatform.dispatch.rest.shared.RestDispatch
This method is called client-side whenever a new action is executed.
execute(A, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.rpc.client.RpcDispatchAsync
 
execute(A) - Method in class com.gwtplatform.dispatch.rpc.server.AbstractDispatchImpl
 
execute(String, Action<?>) - Method in class com.gwtplatform.dispatch.rpc.server.AbstractDispatchServiceImpl
ActionException and ServiceException will have their stacktraces (and stacktraces of their causes) removed for security purposes.
execute(A, ExecutionContext) - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandler.ActionHandler
Handles the specified action.
execute(BatchAction, ExecutionContext) - Method in class com.gwtplatform.dispatch.rpc.server.actionhandler.BatchActionHandler
 
execute(TestAction, ExecutionContext) - Method in class com.gwtplatform.dispatch.rpc.server.actionhandler.TestActionHandler
 
execute(A) - Method in interface com.gwtplatform.dispatch.rpc.server.Dispatch
Executes the specified action and returns the appropriate result.
execute(A) - Method in interface com.gwtplatform.dispatch.rpc.server.ExecutionContext
Executes an action in the current context.
execute(A, AsyncCallback<R>) - Method in interface com.gwtplatform.dispatch.rpc.shared.DispatchAsync
This method is called client-side whenever a new action is executed.
execute(String, Action<?>) - Method in interface com.gwtplatform.dispatch.rpc.shared.DispatchService
This method is called server-side whenever a new action is dispatched.
execute(String, Action<?>, AsyncCallback<Result>) - Method in interface com.gwtplatform.dispatch.rpc.shared.DispatchServiceAsync
This method is called client-side whenever a new action is executed.
execute(A) - Method in class com.gwtplatform.dispatch.server.AbstractDispatchImpl
Deprecated.
 
execute(String, Action<?>) - Method in class com.gwtplatform.dispatch.server.AbstractDispatchServiceImpl
Deprecated.
ActionException and ServiceException will have their stacktraces (and stacktraces of their causes) removed for security purposes.
execute(A, ExecutionContext) - Method in interface com.gwtplatform.dispatch.server.actionhandler.ActionHandler
Deprecated.
Handles the specified action.
execute(BatchAction, ExecutionContext) - Method in class com.gwtplatform.dispatch.server.actionhandler.BatchActionHandler
Deprecated.
 
execute(A) - Method in interface com.gwtplatform.dispatch.server.Dispatch
Deprecated.
Executes the specified action and returns the appropriate result.
execute(A) - Method in interface com.gwtplatform.dispatch.server.ExecutionContext
Deprecated.
Executes an action in the current context.
execute(A, AsyncCallback<R>) - Method in interface com.gwtplatform.dispatch.shared.DispatchAsync
Deprecated.
This method is called client-side whenever a new action is executed.
execute(String, Action<?>) - Method in interface com.gwtplatform.dispatch.shared.DispatchService
Deprecated.
This method is called server-side whenever a new action is dispatched.
execute(String, Action<?>, AsyncCallback<Result>) - Method in interface com.gwtplatform.dispatch.shared.DispatchServiceAsync
Deprecated.
This method is called client-side whenever a new action is executed.
execute(A, AsyncCallback<R>) - Method in class com.gwtplatform.tester.TestDispatchAsync
 
execute(String, Action<?>) - Method in class com.gwtplatform.tester.TestDispatchService
 
ExecuteCommand<A,R> - Interface in com.gwtplatform.dispatch.client.actionhandler
The interface that ClientActionHandlers use to send the action to execute to the server.
ExecutionContext - Interface in com.gwtplatform.dispatch.rpc.server
ExecutionContext instances are passed to ActionHandlers, and allows them to execute sub-actions.
ExecutionContext - Interface in com.gwtplatform.dispatch.server
Deprecated.
Please use ExecutionContext.
exists(Key<T>) - Method in class com.gwtplatform.carstore.server.dao.BaseDao
 
exists(Long) - Method in class com.gwtplatform.carstore.server.dao.BaseDao
 
extractPath(HasAnnotations) - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractVelocityGenerator
 
extractYear(Date) - Method in class com.gwtplatform.carstore.client.application.stats.StatisticsPresenter
 
extractYear(Date) - Method in interface com.gwtplatform.carstore.client.application.stats.StatisticsUiHandlers
 
extractYearFromDate(Date) - Method in interface com.gwtplatform.carstore.client.rest.StatisticsService
 
extractYearFromDate(String) - Method in class com.gwtplatform.carstore.server.rest.StatisticsResource
 

F

factory() - Static method in class com.gwtplatform.carstore.server.dao.objectify.OfyService
 
factory() - Static method in class com.gwtplatform.crawlerservice.server.objectify.OfyService
 
failure(Throwable) - Method in class com.gwtplatform.mvp.client.proxy.NotifyingAsyncCallback
This method is called whenever the asynchronous call returns with a failure.
fetchData(int, int) - Method in class com.gwtplatform.carstore.client.application.cars.CarsPresenter
 
fetchData(int, int) - Method in interface com.gwtplatform.carstore.client.application.cars.CarsUiHandlers
 
FieldManager - Class in com.google.gwt.uibinder.rebind
This class handles all FieldWriter instances created for the current template.
FieldManager(TypeOracle, MortalLogger, boolean) - Constructor for class com.google.gwt.uibinder.rebind.FieldManager
 
FieldWriterOfInjectedType - Class in com.google.gwt.uibinder.rebind
 
FieldWriterOfInjectedType(FieldManager, FieldWriterType, JClassType, String, JClassType, String, MortalLogger) - Constructor for class com.google.gwt.uibinder.rebind.FieldWriterOfInjectedType
 
filterConstantFields(Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
 
filterFields(Collection<VariableElement>, Class<? extends Annotation>...) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns only fields which are not annotated with one of the passed annotation.
filterFields(Collection<VariableElement>, Modifier...) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns only fields which do not contain one of the passed modifiers.
filterFields(Collection<VariableElement>, String...) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns only fields which simple names do not equal the passed field names.
find(Class<A>) - Method in interface com.gwtplatform.dispatch.client.actionhandler.ClientActionHandlerRegistry
Gets the client-side action handler that supports the specific action.
find(Class<A>) - Method in class com.gwtplatform.dispatch.client.actionhandler.DefaultClientActionHandlerRegistry
 
findActionHandlerValidator(A) - Method in class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.AbstractEagerActionHandlerValidatorRegistryImpl
 
findActionHandlerValidator(A) - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorRegistry
Searches the registry and returns the ActionValidator which supports the specified Action, or null if none is available.
findActionHandlerValidator(A) - Method in class com.gwtplatform.dispatch.rpc.server.guice.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
 
findActionHandlerValidator(A) - Method in class com.gwtplatform.dispatch.rpc.server.spring.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
 
findActionHandlerValidator(A) - Method in class com.gwtplatform.dispatch.server.actionhandlervalidator.AbstractEagerActionHandlerValidatorRegistryImpl
Deprecated.
 
findActionHandlerValidator(A) - Method in interface com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorRegistry
Deprecated.
Searches the registry and returns the first ActionValidator which supports the specified Action , or null if none is available.
findActionHandlerValidator(A) - Method in class com.gwtplatform.dispatch.server.guice.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
Deprecated.
 
findActionHandlerValidator(A) - Method in class com.gwtplatform.dispatch.server.spring.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
Deprecated.
 
findActionValidator(Class<? extends ActionValidator>) - Method in class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.AbstractEagerActionHandlerValidatorRegistryImpl
 
findActionValidator(Class<? extends ActionValidator>) - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorRegistry
Searches the registry for already bound ActionValidator class and return the instance or null if none is available.
findActionValidator(Class<? extends ActionValidator>) - Method in class com.gwtplatform.dispatch.rpc.server.guice.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
 
findActionValidator(Class<? extends ActionValidator>) - Method in class com.gwtplatform.dispatch.rpc.server.spring.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
 
findActionValidator(Class<? extends ActionValidator>) - Method in class com.gwtplatform.dispatch.server.actionhandlervalidator.AbstractEagerActionHandlerValidatorRegistryImpl
Deprecated.
 
findActionValidator(Class<? extends ActionValidator>) - Method in interface com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorRegistry
Deprecated.
Searches the registry for already bound ActionValidator class and return the instance or null if none is available.
findActionValidator(Class<? extends ActionValidator>) - Method in class com.gwtplatform.dispatch.server.guice.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
Deprecated.
 
findActionValidator(Class<? extends ActionValidator>) - Method in class com.gwtplatform.dispatch.server.spring.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
Deprecated.
 
findAnnotatedGetMethod(JClassType, Class<? extends Annotation>, boolean) - Method in class com.gwtplatform.mvp.rebind.GinjectorInspector
Looks at the ginjector methods to find one that return the specified type and that is annotated with the specified annotation.
findAnnotatedMethod(Class<? extends Annotation>) - Method in class com.gwtplatform.mvp.rebind.ClassInspector
Inspects the methods to find one annotated with the specified annotation.
findAnnotatedMethodWithoutParamsReturning(JClassType, Class<? extends Annotation>, boolean) - Method in class com.gwtplatform.mvp.rebind.ClassInspector
Inspects the methods to find one that return the specified type and is annotated with the specified annotation.
findByUsername(String) - Method in class com.gwtplatform.carstore.server.dao.UserDao
 
findConfigurationProperty(String) - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
 
findConfigurationProperty(String) - Method in class com.gwtplatform.mvp.rebind.velocity.GeneratorUtil
 
findFieldReference(String) - Method in class com.google.gwt.uibinder.rebind.FieldManager
 
findGetMethod(JClassType) - Method in class com.gwtplatform.mvp.rebind.GinjectorInspector
Looks at the ginjector methods to find one that return the specified type.
findGetMethod(JGenericType, JClassType) - Method in class com.gwtplatform.mvp.rebind.GinjectorInspector
Looks at the ginjector methods to find one that return the specified parameterized type with the specified type as a parameter.
findMethod(String, JClassType) - Method in class com.gwtplatform.mvp.rebind.ClassInspector
Inspects the class for a method with the given name and taking exactly one parameter of the specified type, or of a subtype of that type.
findMethodWithoutParamsReturning(JClassType) - Method in class com.gwtplatform.mvp.rebind.ClassInspector
Inspects the methods to find one that return the specified type.
findMethodWithoutParamsReturning(JGenericType, JClassType) - Method in class com.gwtplatform.mvp.rebind.ClassInspector
Inspects the methods to find one that return the specified parameterized type with the specified type as a parameter.
findPresenterTitleMethod() - Method in class com.gwtplatform.mvp.rebind.PresenterInspector
Look in the presenter and any superclass for a method annotated with TitleFunction.
findProxyEvents() - Method in class com.gwtplatform.mvp.rebind.ProxyOutputterBase
 
findTabInfoMethod() - Method in class com.gwtplatform.mvp.rebind.PresenterInspector
Retrieves the static TabInfoMethod defined in the presenter.
fire(HasHandlers) - Static method in class com.gwtplatform.carstore.client.application.cars.car.navigation.CloseTabEvent
 
fire(HasHandlers, CarDto) - Static method in class com.gwtplatform.carstore.client.application.cars.event.CarAddedEvent
 
fire(HasHandlers, CarDto, Boolean) - Static method in class com.gwtplatform.carstore.client.application.cars.event.CarAddedEvent
 
fire(HasHandlers, ChangeActionBarEvent.ActionType, String) - Static method in class com.gwtplatform.carstore.client.application.event.ActionBarEvent
 
fire(HasHandlers, Boolean) - Static method in class com.gwtplatform.carstore.client.application.event.ActionBarVisibilityEvent
 
fire(HasHandlers, List<ChangeActionBarEvent.ActionType>, Boolean) - Static method in class com.gwtplatform.carstore.client.application.event.ChangeActionBarEvent
 
fire(HasHandlers, Message) - Static method in class com.gwtplatform.carstore.client.application.event.DisplayMessageEvent
 
fire(HasHandlers) - Static method in class com.gwtplatform.carstore.client.application.event.GoBackEvent
 
fire(HasHandlers) - Static method in class com.gwtplatform.carstore.client.application.event.UserLoginEvent
 
fire(HasHandlers, ManufacturerDto) - Static method in class com.gwtplatform.carstore.client.application.manufacturer.event.ManufacturerAddedEvent
 
fire(HasHandlers, RatingDto) - Static method in class com.gwtplatform.carstore.client.application.rating.event.RatingAddedEvent
 
fire(HasHandlers, GwtEvent.Type<ChangeTabHandler>, TabContentProxy<?>) - Static method in class com.gwtplatform.mvp.client.ChangeTabEvent
Fires a ChangeTabEvent with a specific GwtEvent.Type into a source that has access to an EventBus.
fire(EventBus, Throwable) - Static method in class com.gwtplatform.mvp.client.proxy.AsyncCallFailEvent
Fires a AsyncCallFailEvent into a source that has access to an EventBus.
fire(HasHandlers, Throwable) - Static method in class com.gwtplatform.mvp.client.proxy.AsyncCallFailEvent
fire(EventBus) - Static method in class com.gwtplatform.mvp.client.proxy.AsyncCallStartEvent
Fires a AsyncCallStartEvent into a source that has access to an EventBus.
fire(HasHandlers) - Static method in class com.gwtplatform.mvp.client.proxy.AsyncCallStartEvent
Deprecated.
fire(EventBus) - Static method in class com.gwtplatform.mvp.client.proxy.AsyncCallSucceedEvent
Fires a AsyncCallSucceedEvent into a source that has access to an EventBus.
fire(HasHandlers) - Static method in class com.gwtplatform.mvp.client.proxy.AsyncCallSucceedEvent
Deprecated.
fire(HasHandlers, PlaceRequest, SetPlaceTitleHandler) - Static method in class com.gwtplatform.mvp.client.proxy.GetPlaceTitleEvent
Fires a GetPlaceTitleEvent into a source that has access to an EventBus.
fire(HasHandlers, boolean) - Static method in class com.gwtplatform.mvp.client.proxy.LockInteractionEvent
Fires a LockInteractionEvent into a source that has access to an EventBus specifying whether interaction should be locked or unlocked.
fire(HasHandlers, PlaceRequest) - Static method in class com.gwtplatform.mvp.client.proxy.NavigationEvent
Fires a NavigationEvent into a source that has access to an EventBus.
fire(HasHandlers) - Static method in class com.gwtplatform.mvp.client.proxy.NavigationRefusedEvent
Fires a NavigationRefusedEvent into a source that has access to an EventBus.
fire(HasHandlers) - Static method in class com.gwtplatform.mvp.client.proxy.ResetPresentersEvent
Fires a ResetPresentersEvent into a source that has access to an EventBus.
fire(HasHandlers, GwtEvent.Type<RevealContentHandler<?>>, Presenter<?, ?>) - Static method in class com.gwtplatform.mvp.client.proxy.RevealContentEvent
Fires a RevealContentEvent with a specific GwtEvent.Type into a source that has access to an EventBus.
fire(HasHandlers, Presenter<?, ?>) - Static method in class com.gwtplatform.mvp.client.proxy.RevealRootContentEvent
Fires a RevealRootContentEvent into a source that has access to an EventBus.
fire(HasHandlers, Presenter<?, ?>) - Static method in class com.gwtplatform.mvp.client.proxy.RevealRootLayoutContentEvent
Fires a RevealRootLayoutContentEvent into a source that has access to an EventBus.
fire(HasHandlers, PresenterWidget<? extends PopupView>) - Static method in class com.gwtplatform.mvp.client.proxy.RevealRootPopupContentEvent
Fires a RevealRootPopupContentEvent into a source that has access to an EventBus.
fire(HasHandlers, PresenterWidget<? extends PopupView>, boolean) - Static method in class com.gwtplatform.mvp.client.proxy.RevealRootPopupContentEvent
Fires a RevealRootPopupContentEvent into a source that has access to an EventBus.
fire(HasHandlers, GwtEvent.Type<RequestTabsHandler>, TabContainerPresenter<?, ?>) - Static method in class com.gwtplatform.mvp.client.RequestTabsEvent
Fires a RequestTabsEvent with a specific GwtEvent.Type into a source that has access to an EventBus.
fireClose(HasHandlers, NavigationTab) - Static method in class com.gwtplatform.carstore.client.application.cars.car.navigation.NavigationTabEvent
 
fireEvent(GwtEvent<?>) - Method in class com.gwtplatform.mvp.client.PresenterWidget
 
fireEvent(GwtEvent<?>) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 
fireEvent(GwtEvent<?>) - Method in class com.gwtplatform.mvp.client.proxy.ProxyImpl
 
fireEvent(GwtEvent<?>) - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
 
fireReveal(HasHandlers, NavigationTab) - Static method in class com.gwtplatform.carstore.client.application.cars.car.navigation.NavigationTabEvent
 
firstCharToUpperCase(String) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
forceReveal() - Method in class com.gwtplatform.mvp.client.Presenter
Reveals the presenter, bypassing any service offered by the PlaceManager.
ForeignTranslator - Class in com.gwtplatform.carstore.client.util.exceptiontranslators
 
ForeignTranslator(String) - Constructor for class com.gwtplatform.carstore.client.util.exceptiontranslators.ForeignTranslator
 
FormFactorGinjectorFactory - Interface in com.gwtplatform.mvp.rebind.velocity.ginjectors
 
FormFactorGinjectorGenerator - Class in com.gwtplatform.mvp.rebind.velocity.ginjectors
 
FormFactorGinjectorProviderGenerator - Class in com.gwtplatform.mvp.rebind.velocity.ginjectors
 
FormParamValueResolver - Class in com.gwtplatform.dispatch.rest.rebind.util
 
FormParamValueResolver() - Constructor for class com.gwtplatform.dispatch.rest.rebind.util.FormParamValueResolver
 
fromCurrentUserDto(CurrentUserDto) - Method in class com.gwtplatform.carstore.client.security.CurrentUser
 

G

GaAccount - Annotation Type in com.gwtplatform.mvp.client.annotations
Bind this annotation to your Google Analytics account number.
Gatekeeper - Interface in com.gwtplatform.mvp.client.proxy
Inherit from this class to define a gatekeeper that locks access to your Place in specific situation.
GatekeeperParams - Annotation Type in com.gwtplatform.mvp.client.annotations
This annotation lets you define the parameters for a GatekeeperWithParams to use for the Place associated with your proxy.
GatekeeperWithParams - Interface in com.gwtplatform.mvp.client.proxy
Specialized Gatekeeper which needs additional parameters in order to find out if the protected Place can be revealed.
GenDispatch - Annotation Type in com.gwtplatform.dispatch.annotation
Annotation to generate Action and Result classes.
GenDispatchProcessor - Class in com.gwtplatform.dispatch.annotation.processor
Processes GenDispatch annotations.
GenDispatchProcessor() - Constructor for class com.gwtplatform.dispatch.annotation.processor.GenDispatchProcessor
 
GenDto - Annotation Type in com.gwtplatform.dispatch.annotation
Annotation to generate simple Data Transfer Object (DTO) classes solely for transferring data between the client and the server.
GenDtoProcessor - Class in com.gwtplatform.dispatch.annotation.processor
Processes GenDto annotations.
GenDtoProcessor() - Constructor for class com.gwtplatform.dispatch.annotation.processor.GenDtoProcessor
 
generate(TreeLogger, GeneratorContext, String) - Method in class com.google.gwt.uibinder.rebind.UiBinderGenerator
 
generate(TreeLogger, GeneratorContext, String) - Method in class com.gwtplatform.carstore.rebind.ColumnsInitializerGenerator
 
generate(JClassType) - Method in class com.gwtplatform.carstore.rebind.VelocityColumnsInitializerGenerator
 
generate() - Method in class com.gwtplatform.dispatch.rest.rebind.ActionGenerator
 
generate() - Method in class com.gwtplatform.dispatch.rest.rebind.ActionMetadataProviderGenerator
 
generate() - Method in class com.gwtplatform.dispatch.rest.rebind.ChildServiceGenerator
 
generate() - Method in class com.gwtplatform.dispatch.rest.rebind.GinModuleGenerator
 
generate(JType) - Method in class com.gwtplatform.dispatch.rest.rebind.JacksonMapperGenerator
 
generate() - Method in class com.gwtplatform.dispatch.rest.rebind.JacksonMapperProviderGenerator
 
generate() - Method in class com.gwtplatform.dispatch.rest.rebind.ServiceGenerator
 
generate(TreeLogger, GeneratorContext, String) - Method in class com.gwtplatform.dispatch.rest.rebind.VelocityGenerator
 
generate(TreeLogger, GeneratorContext, String) - Method in class com.gwtplatform.mvp.rebind.ApplicationControllerGenerator
 
generate(TreeLogger, GeneratorContext, String) - Method in class com.gwtplatform.mvp.rebind.GinjectorGenerator
 
generate(TreeLogger, GeneratorContext, String) - Method in class com.gwtplatform.mvp.rebind.PlaceTokenRegistryGenerator
 
generate(TreeLogger, GeneratorContext, String) - Method in class com.gwtplatform.mvp.rebind.ProviderBundleGenerator
 
generate(TreeLogger, GeneratorContext, String) - Method in class com.gwtplatform.mvp.rebind.ProxyGenerator
 
generate() - Method in class com.gwtplatform.mvp.rebind.velocity.GenerateFormFactorGinjectors
 
generate() - Method in class com.gwtplatform.mvp.rebind.velocity.ginjectors.FormFactorGinjectorGenerator
 
generate() - Method in class com.gwtplatform.mvp.rebind.velocity.ginjectors.FormFactorGinjectorProviderGenerator
 
generate() - Method in class com.gwtplatform.mvp.rebind.velocity.ginjectors.GinjectorProviderGenerator
 
generate() - Method in class com.gwtplatform.mvp.rebind.velocity.proxy.VelocityPlacetokenGenerator
 
generateAction(Element, boolean, String, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenDispatchProcessor
 
generateAnnotation(String, String) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
generateAssociatedTypeMethod(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
 
generateBuilderBuildMethod(String) - Method in class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
Helper method to create the Builder#build() method which returns a concrete object instance.
generateBuilderClass(String, Collection<VariableElement>, Collection<VariableElement>, String...) - Method in class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
 
generateBuilderFieldAssignment(VariableElement, Object) - Method in class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
 
generateBuilderHeader() - Method in class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
 
generateBuilderInvocationMethod(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
 
generateChildRestService(JMethod) - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractServiceGenerator
 
generateClassHeader(String, String, Set<Modifier>, String...) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
Generates a class header.
generateConstantFieldDeclaration(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
generateConstructorUsingFields(String, Collection<VariableElement>, Modifier...) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
 
generateCustomBuilderConstructor(String, Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.BuilderGenerationHelper
Creates a private object constructor which should only ever be called by the intern Builder class.
generateDispatchMethod(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
 
generateEmptyConstructor(String, Modifier) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
 
generateEmptyMethodBody(String, String) - Method in class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
Generates an empty method body.
generateEntityProxyHeader(InterfaceGenerationHelper, ReflectionHelper, String, String, TypeMirror) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
 
generateEquals(String, Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
Creates an equals method using Java standards.
generateFieldAccessors(Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
 
generateFieldAssignment(VariableElement, Object) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
Creates a default field assignment.
generateFieldDeclaration(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
generateFieldDeclaration(VariableElement, Modifier...) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
generateFieldDeclarations(Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
Generates all field declarations which are included in the passed list.
generateFieldList(Collection<VariableElement>, boolean, boolean) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
Generates a list of Fields.
generateFireFieldsStaticMethod(GenerationHelper, Collection<VariableElement>, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
 
generateFireInstanceStaticMethod(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
 
generateFireSelfMethod(GenerationHelper) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
 
generateFooter() - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
GenerateFormFactorGinjectors - Class in com.gwtplatform.mvp.rebind.velocity
 
generateGetter(String, String) - Method in class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
 
generateGetter(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
 
generateGetter(InterfaceGenerationHelper, VariableElement) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
 
generateHandlerInterface(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
 
generateHasHandlerInterface(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
 
generateHashCode(Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
Creates an hashCode method using Java standards.
generateImports(Class<?>...) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
Use null as import to separate import groups.
generateImports(String...) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
generateInterfaceHeader(String, Set<Modifier>, String...) - Method in class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
 
generateIsSecuredMethod(GenerationHelper, boolean) - Method in class com.gwtplatform.dispatch.annotation.processor.GenDispatchProcessor
 
generateMethods() - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractServiceGenerator
 
generateModifierList(Modifier...) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
generatePackageDeclaration(String) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
Generates a package declaration.
generateProxy(Element, String, String[], String[], boolean, TypeMirror) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
 
generateRestAction(JMethod) - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractServiceGenerator
 
generateResult(Element, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenDispatchProcessor
 
generateServiceNameAccessor(GenerationHelper, String, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenDispatchProcessor
 
generateSetter(String, String) - Method in class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
 
generateSetter(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
 
generateSetter(InterfaceGenerationHelper, VariableElement) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
 
generateStaticTypeField(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
 
generateToString(String, Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ClassGenerationHelper
 
generateTypeAccessorMethod(GenerationHelper, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
 
generateValueProxyHeader(InterfaceGenerationHelper, ReflectionHelper, String, String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
 
GenerationHelper - Class in com.gwtplatform.dispatch.annotation.helper
GenerationHelper is an internal class that provides common routines only used by the annotation processors.
GenerationHelper(Writer) - Constructor for class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
GeneratorFactory - Interface in com.gwtplatform.dispatch.rest.rebind
 
GeneratorUtil - Class in com.gwtplatform.carstore.rebind
 
GeneratorUtil(TypeOracle, MortalLogger, GeneratorContext) - Constructor for class com.gwtplatform.carstore.rebind.GeneratorUtil
 
GeneratorUtil - Class in com.gwtplatform.dispatch.rest.rebind.util
 
GeneratorUtil - Class in com.gwtplatform.mvp.rebind.velocity
 
GeneratorUtil(TypeOracle, Logger, GeneratorContext) - Constructor for class com.gwtplatform.mvp.rebind.velocity.GeneratorUtil
 
GenEvent - Annotation Type in com.gwtplatform.dispatch.annotation
Annotation to generate Event and Handler classes.
GenEventProcessor - Class in com.gwtplatform.dispatch.annotation.processor
Processes GenEvent annotations.
GenEventProcessor() - Constructor for class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
 
GenProcessor - Class in com.gwtplatform.dispatch.annotation.processor
Abstract processor class for all @GenX annotations.
GenProcessor() - Constructor for class com.gwtplatform.dispatch.annotation.processor.GenProcessor
 
GenProxy - Annotation Type in com.gwtplatform.dispatch.annotation
Annotation to generate EntityProxy and ValueProxy classes.
GenProxyProcessor - Class in com.gwtplatform.dispatch.annotation.processor
Processes GenProxy annotations.
GenProxyProcessor() - Constructor for class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
 
get() - Method in class com.gwtplatform.carstore.client.application.cars.car.CarPresenterProvider
 
get() - Method in interface com.gwtplatform.carstore.client.rest.CarService
 
get(Long) - Method in interface com.gwtplatform.carstore.client.rest.ManufacturerService
 
get(Long) - Method in interface com.gwtplatform.carstore.client.rest.RatingService
 
get() - Method in class com.gwtplatform.carstore.server.authentication.CurrentUserDtoProvider
 
get(Key<T>) - Method in class com.gwtplatform.carstore.server.dao.BaseDao
 
get(Long) - Method in class com.gwtplatform.carstore.server.dao.BaseDao
 
get(List<Key<T>>) - Method in class com.gwtplatform.carstore.server.dao.BaseDao
 
get(Key<T>) - Method in class com.gwtplatform.carstore.server.dao.objectify.Ofy
 
get(Class<T>, long) - Method in class com.gwtplatform.carstore.server.dao.objectify.Ofy
 
get(Long) - Method in class com.gwtplatform.carstore.server.rest.ManufacturerResource
 
get(Long) - Method in class com.gwtplatform.carstore.server.rest.RatingResource
 
get(AsyncCallback<T>) - Method in class com.gwtplatform.common.client.CodeSplitBundleProvider
 
get(AsyncCallback<T>) - Method in class com.gwtplatform.common.client.CodeSplitProvider
 
get(AsyncCallback<T>) - Method in interface com.gwtplatform.common.client.IndirectProvider
Asynchronously get the provided object.
get(int) - Method in class com.gwtplatform.common.client.ProviderBundle
Accesses a provider given its id.
get(AsyncCallback<T>) - Method in class com.gwtplatform.common.client.StandardProvider
 
get(Long) - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
 
get(Key<T>) - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
 
get(Iterable<Key<T>>) - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
 
get(Object) - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
Returns the cached value corresponding to key.
get(Object) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
 
get() - Method in class com.gwtplatform.dispatch.rpc.shared.AbstractSimpleResult
 
get() - Method in class com.gwtplatform.dispatch.rpc.shared.MultipleResult
 
get() - Method in class com.gwtplatform.dispatch.shared.AbstractSimpleResult
Deprecated.
 
get() - Method in class com.gwtplatform.dispatch.shared.MultipleResult
Deprecated.
 
get(AsyncCallback<? super T>) - Method in class com.gwtplatform.tester.AsyncMockProvider
 
get() - Method in class com.gwtplatform.tester.MockProvider
 
getAction() - Method in class com.gwtplatform.dispatch.client.DispatchCall
Returns the TypedAction wrapped by this DispatchCall.
getAction() - Method in class com.gwtplatform.dispatch.rpc.server.actionhandler.ActionResult
 
getAction() - Method in class com.gwtplatform.dispatch.server.actionhandler.ActionResult
Deprecated.
 
getActionClass() - Method in class com.gwtplatform.dispatch.rest.rebind.event.RegisterMetadataEvent
 
getActionClass() - Method in class com.gwtplatform.dispatch.rest.rebind.type.RegisterMetadataHolder
 
getActionClass() - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorMap
 
getActionClass() - Method in class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorMapImpl
 
getActionClass() - Method in interface com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorMap
Deprecated.
 
getActionClass() - Method in class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorMapImpl
Deprecated.
 
getActionClass() - Method in interface com.gwtplatform.tester.MockClientActionHandlerMap
 
getActionHandler() - Method in class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorInstance
 
getActionHandler() - Method in class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorInstance
Deprecated.
 
getActionHandlerClass() - Method in class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorClass
 
getActionHandlerClass() - Method in class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorClass
Deprecated.
 
getActionHandlerValidatorClass() - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorMap
 
getActionHandlerValidatorClass() - Method in class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorMapImpl
 
getActionHandlerValidatorClass() - Method in interface com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorMap
Deprecated.
 
getActionHandlerValidatorClass() - Method in class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorMapImpl
Deprecated.
 
getActionHandlerValidatorRegistry() - Method in class com.gwtplatform.dispatch.rpc.server.spring.DispatchModule
 
getActionHandlerValidatorRegistry() - Method in class com.gwtplatform.dispatch.server.spring.DispatchModule
Deprecated.
 
getActions() - Method in class com.gwtplatform.carstore.client.application.event.ChangeActionBarEvent
 
getActions() - Method in class com.gwtplatform.dispatch.rpc.shared.BatchAction
The list of actions to execute.
getActions() - Method in class com.gwtplatform.dispatch.shared.BatchAction
Deprecated.
The list of actions to execute.
getActionType() - Method in class com.gwtplatform.carstore.client.application.event.ActionBarEvent
 
getActionType() - Method in class com.gwtplatform.carstore.shared.dispatch.LogInRequest
 
getActionType() - Method in class com.gwtplatform.carstore.shared.dispatch.LogInResult
 
getActionType() - Method in class com.gwtplatform.dispatch.client.actionhandler.AbstractClientActionHandler
 
getActionType() - Method in interface com.gwtplatform.dispatch.client.actionhandler.ClientActionHandler
 
getActionType() - Method in class com.gwtplatform.dispatch.rpc.server.actionhandler.AbstractActionHandler
 
getActionType() - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandler.ActionHandler
 
getActionType() - Method in class com.gwtplatform.dispatch.server.actionhandler.AbstractActionHandler
Deprecated.
 
getActionType() - Method in interface com.gwtplatform.dispatch.server.actionhandler.ActionHandler
Deprecated.
 
getActionValidator() - Method in class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorInstance
 
getActionValidator() - Method in class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorInstance
Deprecated.
 
getActionValidatorClass() - Method in class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorClass
 
getActionValidatorClass() - Method in class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorClass
Deprecated.
 
getAll() - Method in class com.gwtplatform.carstore.server.dao.BaseDao
 
getAllMethods() - Method in class com.gwtplatform.mvp.rebind.ClassInspector
Collects all methods from either the inspected class or any of its parent classes.
getAllPlaceTokens() - Method in interface com.gwtplatform.mvp.shared.proxy.PlaceTokenRegistry
 
getAnnotatedFields(Class<? extends Annotation>...) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns all fields annotated with the passed annotation classes.
getAppRootPanel() - Method in class com.gwtplatform.mvp.client.RootPresenter.RootView
Return the RootPanel on which to add the content.
getArgs() - Method in class com.gwtplatform.dispatch.rest.rebind.type.MethodCall
 
getAssociatedType() - Method in class com.gwtplatform.carstore.client.application.cars.car.navigation.CloseTabEvent
 
getAssociatedType() - Method in class com.gwtplatform.carstore.client.application.cars.car.navigation.NavigationTabEvent
 
getAssociatedType() - Method in class com.gwtplatform.carstore.client.application.cars.event.CarAddedEvent
 
getAssociatedType() - Method in class com.gwtplatform.carstore.client.application.event.ActionBarEvent
 
getAssociatedType() - Method in class com.gwtplatform.carstore.client.application.event.ActionBarVisibilityEvent
 
getAssociatedType() - Method in class com.gwtplatform.carstore.client.application.event.ChangeActionBarEvent
 
getAssociatedType() - Method in class com.gwtplatform.carstore.client.application.event.DisplayMessageEvent
 
getAssociatedType() - Method in class com.gwtplatform.carstore.client.application.event.GoBackEvent
 
getAssociatedType() - Method in class com.gwtplatform.carstore.client.application.event.UserLoginEvent
 
getAssociatedType() - Method in class com.gwtplatform.carstore.client.application.manufacturer.event.ManufacturerAddedEvent
 
getAssociatedType() - Method in class com.gwtplatform.carstore.client.application.rating.event.RatingAddedEvent
 
getAssociatedType() - Method in class com.gwtplatform.mvp.client.ChangeTabEvent
 
getAssociatedType() - Method in class com.gwtplatform.mvp.client.proxy.AsyncCallFailEvent
 
getAssociatedType() - Method in class com.gwtplatform.mvp.client.proxy.AsyncCallStartEvent
 
getAssociatedType() - Method in class com.gwtplatform.mvp.client.proxy.AsyncCallSucceedEvent
 
getAssociatedType() - Method in class com.gwtplatform.mvp.client.proxy.GetPlaceTitleEvent
 
getAssociatedType() - Method in class com.gwtplatform.mvp.client.proxy.LockInteractionEvent
 
getAssociatedType() - Method in class com.gwtplatform.mvp.client.proxy.NavigationEvent
 
getAssociatedType() - Method in class com.gwtplatform.mvp.client.proxy.NavigationRefusedEvent
 
getAssociatedType() - Method in class com.gwtplatform.mvp.client.proxy.ResetPresentersEvent
 
getAssociatedType() - Method in class com.gwtplatform.mvp.client.proxy.RevealContentEvent
 
getAssociatedType() - Method in class com.gwtplatform.mvp.client.proxy.RevealRootContentEvent
 
getAssociatedType() - Method in class com.gwtplatform.mvp.client.proxy.RevealRootLayoutContentEvent
 
getAssociatedType() - Method in class com.gwtplatform.mvp.client.proxy.RevealRootPopupContentEvent
 
getAssociatedType() - Method in class com.gwtplatform.mvp.client.RequestTabsEvent
 
getAutoExpireTimeInMs() - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
 
getAutoExpireTimeInMs() - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
 
getAverageCarRatingByManufacturer() - Method in class com.gwtplatform.carstore.server.dao.CarDao
 
getAverageCarRatings(List<RatingDto>) - Method in class com.gwtplatform.carstore.server.service.ReportService
 
getAverageRatings() - Method in interface com.gwtplatform.carstore.client.rest.ManufacturerService
 
getAverageRatings() - Method in class com.gwtplatform.carstore.server.rest.ManufacturerResource
 
getBean() - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.BeanProvider.BindingDescriptor
 
getBean() - Method in class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.CommonBindingDescriptor
 
getBean() - Method in interface com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.BeanProvider.BindingDescriptor
Deprecated.
 
getBean() - Method in class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.CommonBindingDescriptor
Deprecated.
 
getBeanName() - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.BeanProvider.BindingDescriptor
 
getBeanName() - Method in class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.CommonBindingDescriptor
 
getBeanName() - Method in interface com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.BeanProvider.BindingDescriptor
Deprecated.
 
getBeanName() - Method in class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.CommonBindingDescriptor
Deprecated.
 
getBindings(Class<B>) - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.BeanProvider
 
getBindings(Class<B>) - Method in class com.gwtplatform.dispatch.rpc.server.guice.GuiceBeanProvider
 
getBindings(Class<B>) - Method in class com.gwtplatform.dispatch.rpc.server.spring.SpringBeanProvider
 
getBindings(Class<B>) - Method in interface com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.BeanProvider
Deprecated.
 
getBindings(Class<B>) - Method in class com.gwtplatform.dispatch.server.guice.GuiceBeanProvider
Deprecated.
 
getBindings(Class<B>) - Method in class com.gwtplatform.dispatch.server.spring.SpringBeanProvider
Deprecated.
 
getBodyParam() - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
 
getBodyParam() - Method in interface com.gwtplatform.dispatch.rest.shared.RestAction
 
getCache() - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.AbstractCachingClientActionHandler
 
getCallback() - Method in class com.gwtplatform.dispatch.client.DispatchCall
The AsyncCallback to use when the execution of the action wrapped by this object is completed.
getCar() - Method in class com.gwtplatform.carstore.client.application.cars.car.CarMobileView
 
getCar() - Method in interface com.gwtplatform.carstore.client.application.cars.car.CarPresenter.MyView
 
getCar() - Method in class com.gwtplatform.carstore.client.application.cars.car.CarView
 
getCar() - Method in class com.gwtplatform.carstore.client.application.cars.event.CarAddedEvent
 
getCar() - Method in class com.gwtplatform.carstore.server.dao.domain.CarProperties
 
getCar() - Method in class com.gwtplatform.carstore.server.dao.domain.Rating
 
getCar() - Method in class com.gwtplatform.carstore.shared.dto.CarPropertiesDto
 
getCar() - Method in class com.gwtplatform.carstore.shared.dto.RatingDto
 
getCarDisplay() - Method in class com.gwtplatform.carstore.client.application.cars.CarsMobileView
 
getCarDisplay() - Method in interface com.gwtplatform.carstore.client.application.cars.CarsPresenter.MyView
 
getCarDisplay() - Method in class com.gwtplatform.carstore.client.application.cars.CarsView
 
getCarProperties() - Method in class com.gwtplatform.carstore.server.dao.domain.Car
 
getCarProperties() - Method in class com.gwtplatform.carstore.shared.dto.CarDto
 
getCars() - Static method in class com.gwtplatform.carstore.client.place.NameTokens
 
getCars() - Method in interface com.gwtplatform.carstore.client.rest.CarsService
 
getCars(int, int) - Method in interface com.gwtplatform.carstore.client.rest.CarsService
 
getCars() - Method in class com.gwtplatform.carstore.server.dao.domain.Manufacturer
 
getCars(int, int) - Method in class com.gwtplatform.carstore.server.rest.CarResource
 
getCars() - Method in class com.gwtplatform.carstore.shared.dto.ManufacturerDto
 
getCarsCount() - Method in interface com.gwtplatform.carstore.client.rest.CarsService
 
getCarsCount() - Method in class com.gwtplatform.carstore.server.rest.CarResource
 
getCaught() - Method in class com.gwtplatform.mvp.client.proxy.AsyncCallFailEvent
Access the Throwable that was obtained when this asynchronous call failed.
getCellCanonicalName() - Method in class com.gwtplatform.carstore.rebind.ColumnTuple
 
getClassName() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns the class name.
getClassName() - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
 
getClassRepresenter() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
 
getClientActionHandler() - Method in interface com.gwtplatform.tester.MockClientActionHandlerMap
 
getClientActionHandlerRegistry() - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 
getClientActionHandlerRegistry() - Method in class com.gwtplatform.dispatch.client.DispatchCall
Returns the bound ClientActionHandlerRegistry.
getCloseDelay() - Method in class com.gwtplatform.carstore.client.application.widget.message.Message
 
getCodeSplitBundlePresenters() - Method in class com.gwtplatform.mvp.rebind.PresenterDefinitions
 
getCodeSplitPresenters() - Method in class com.gwtplatform.mvp.rebind.PresenterDefinitions
 
getColumn() - Method in class com.gwtplatform.carstore.rebind.ColumnTuple
 
getColumns() - Method in class com.gwtplatform.carstore.rebind.ColumnsInitializerDefinitions
 
getConstantFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns all fields ordered that are Modifier.FINAL or Modifier.STATIC.
getContent() - Method in class com.gwtplatform.crawlerservice.server.domain.CachedPage
 
getContent() - Method in class com.gwtplatform.mvp.client.proxy.RevealContentEvent
 
getContent() - Method in class com.gwtplatform.mvp.client.proxy.RevealRootContentEvent
 
getContent() - Method in class com.gwtplatform.mvp.client.proxy.RevealRootLayoutContentEvent
 
getContent() - Method in class com.gwtplatform.mvp.client.proxy.RevealRootPopupContentEvent
 
getCookie() - Method in class com.gwtplatform.carstore.server.dao.domain.UserSession
 
getCookieContent() - Method in class com.gwtplatform.dispatch.client.DefaultSecurityCookieAccessor
 
getCookieContent() - Method in interface com.gwtplatform.dispatch.shared.SecurityCookieAccessor
Gets the current content of the security cookie, using javascript.
getCtorParameters() - Method in class com.gwtplatform.dispatch.rest.rebind.type.ResourceBinding
 
getCurrentPlaceHierarchy() - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
Access the current place hierarchy, with the current PlaceRequest being the last element of this list.
getCurrentPlaceHierarchy() - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 
getCurrentPlaceRequest() - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
Access the current place request, that is, the tail of the place request hierarchy.
getCurrentPlaceRequest() - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 
getCurrentTitle(SetPlaceTitleHandler) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
Retrieves the title of the currently displayed place, or null if it doesn't have a title.
getCurrentTitle(SetPlaceTitleHandler) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 
getCurrentUser() - Method in interface com.gwtplatform.carstore.client.rest.SessionService
 
getCurrentUser() - Method in class com.gwtplatform.carstore.server.rest.SessionResource
 
getCurrentUserDto() - Method in class com.gwtplatform.carstore.shared.dispatch.LogInResult
 
getDefaultDateFormat() - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
 
getDelay() - Method in enum com.gwtplatform.carstore.client.application.widget.message.MessageCloseDelay
 
getDescription() - Method in class com.gwtplatform.common.rebind.VersionInspectorLinker
 
getDeserializationContext() - Method in class com.gwtplatform.dispatch.rest.client.serialization.JsonSerialization
 
getDetailManufacturer() - Static method in class com.gwtplatform.carstore.client.place.NameTokens
 
getDetailRating() - Static method in class com.gwtplatform.carstore.client.place.NameTokens
 
getDispatch() - Method in class com.gwtplatform.dispatch.rpc.server.spring.DispatchModule
 
getDispatch() - Method in class com.gwtplatform.dispatch.server.spring.DispatchModule
Deprecated.
 
getDtoCanonicalName() - Method in class com.gwtplatform.carstore.rebind.ColumnsInitializerDefinitions
 
getElementUtils() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Utility method.
getEnvironment() - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
Returns the current processing environment.
getEventBus() - Method in class com.gwtplatform.mvp.client.PresenterWidget
Access the EventBus object associated with that presenter.
getEventBus() - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
Makes it possible to access the EventBus object associated with that presenter.
getEventBus() - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 
getEventBus() - Method in interface com.gwtplatform.mvp.client.proxy.Proxy
Makes it possible to access the EventBus object associated with that proxy.
getEventBus() - Method in class com.gwtplatform.mvp.client.proxy.ProxyImpl
 
getEventBus() - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
 
getExceptionHandler() - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 
getExceptionHandler() - Method in class com.gwtplatform.dispatch.client.DispatchCall
Returns the bound ExceptionHandler.
getFetchDate() - Method in class com.gwtplatform.crawlerservice.server.domain.CachedPage
 
getFieldBuilder(String) - Static method in class com.google.gwt.uibinder.rebind.FieldManager
 
getFieldGetter(String) - Static method in class com.google.gwt.uibinder.rebind.FieldManager
 
getFieldManager(TypeOracle, MortalLogger, PropertyOracle, boolean) - Method in class com.google.gwt.uibinder.rebind.GinUiBinderGenerator
 
getFieldManager(TypeOracle, MortalLogger, PropertyOracle, boolean) - Method in class com.google.gwt.uibinder.rebind.UiBinderGenerator
 
getFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns all fields.
getFinalFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns all fields which contains Modifier.FINAL.
getFirstName() - Method in class com.gwtplatform.carstore.server.dao.domain.User
 
getFirstName() - Method in class com.gwtplatform.carstore.shared.dto.UserDto
 
getFormParams() - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
 
getFormParams() - Method in interface com.gwtplatform.dispatch.rest.shared.RestAction
 
getGatekeeperParamsString() - Method in class com.gwtplatform.mvp.rebind.ProxyPlaceOutputter
 
getGatekeepers() - Method in class com.gwtplatform.mvp.rebind.PresenterDefinitions
 
getGeneratorContext() - Method in class com.gwtplatform.carstore.rebind.RebindModule
 
getGeneratorContext() - Method in class com.gwtplatform.dispatch.rest.rebind.RebindModule
 
getGeneratorContext() - Method in class com.gwtplatform.mvp.rebind.velocity.RebindModule
 
getGeneratorUtil() - Method in class com.gwtplatform.carstore.rebind.AbstractVelocityGenerator
 
getGeneratorUtil() - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractVelocityGenerator
 
getGeneratorUtil() - Method in class com.gwtplatform.mvp.rebind.velocity.AbstractVelocityGenerator
 
getGinjector() - Static method in class com.gwtplatform.mvp.client.DelayedBindRegistry
Access the ginjector that was bound to this DelayedBindRegistry.
getGinjectorClass() - Method in class com.gwtplatform.mvp.rebind.GinjectorInspector
Access the ginjector class.
getGinjectorClassName() - Method in class com.gwtplatform.mvp.rebind.GinjectorInspector
Access the ginjector class name.
getGlobalHeaderParams() - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
 
getGlobalQueryParams() - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
 
getHandler() - Method in class com.gwtplatform.mvp.client.proxy.GetPlaceTitleEvent
 
getHandlerContainer() - Method in interface com.gwtplatform.mvp.client.HasHandlerContainer
 
getHandlerContainer() - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
 
getHashPassword() - Method in class com.gwtplatform.carstore.server.dao.domain.User
 
getHashPassword() - Method in class com.gwtplatform.carstore.shared.dto.UserDto
 
getHeaderParams() - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
 
getHeaderParams() - Method in interface com.gwtplatform.dispatch.rest.shared.RestAction
 
getHierarchyDepth() - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
Retrieves the number of elements in the place hierarchy.
getHierarchyDepth() - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 
getHttpMethod() - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
 
getHttpMethod() - Method in interface com.gwtplatform.dispatch.rest.shared.RestAction
 
getId() - Method in interface com.gwtplatform.carstore.client.application.rating.ui.RatingColumnsDefinition
 
getId() - Method in class com.gwtplatform.carstore.shared.dto.BaseEntity
 
getId() - Method in class com.gwtplatform.crawlerservice.server.domain.DatastoreObject
 
getImplName() - Method in class com.gwtplatform.dispatch.rest.rebind.type.ResourceBinding
 
getImplPackage() - Method in class com.gwtplatform.dispatch.rest.rebind.type.ResourceBinding
 
getIncrementSize() - Method in class com.gwtplatform.carstore.client.application.ui.ShowMorePagerPanel
 
getInFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns all fields annotated with @In.
getInjector() - Method in class com.gwtplatform.carstore.server.guice.GuiceServletConfig
 
getInstance(Class<B>) - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.BeanProvider
 
getInstance(Class<B>) - Method in class com.gwtplatform.dispatch.rpc.server.guice.GuiceBeanProvider
 
getInstance(Class<B>) - Method in class com.gwtplatform.dispatch.rpc.server.spring.SpringBeanProvider
 
getInstance(ApplicationContext, Class<B>) - Static method in class com.gwtplatform.dispatch.rpc.server.spring.utils.SpringUtils
 
getInstance(Class<B>) - Method in interface com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper.BeanProvider
Deprecated.
 
getInstance(Class<B>) - Method in class com.gwtplatform.dispatch.server.guice.GuiceBeanProvider
Deprecated.
 
getInstance(Class<B>) - Method in class com.gwtplatform.dispatch.server.spring.SpringBeanProvider
Deprecated.
 
getInstance(ApplicationContext, Class<B>) - Static method in class com.gwtplatform.dispatch.server.spring.utils.SpringUtils
Deprecated.
 
getKey(Long) - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
 
getLabel() - Method in interface com.gwtplatform.mvp.client.TabData
Gets the label to display on the tab.
getLabel() - Method in class com.gwtplatform.mvp.client.TabDataBasic
 
getLastName() - Method in class com.gwtplatform.carstore.server.dao.domain.User
 
getLastName() - Method in class com.gwtplatform.carstore.shared.dto.UserDto
 
getLastUpateTime(Object) - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
Returns the last update time in milliseconds since January 1, 1970, 00:00:00 GMT for the cached entry.
getLastUpateTime(Object) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
 
getLocatorTypeMirror(GenProxy) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
 
getLoggedInCookie() - Method in class com.gwtplatform.carstore.shared.dispatch.LogInRequest
 
getLoggedInCookie() - Method in class com.gwtplatform.carstore.shared.dispatch.LogInResult
 
getLogger() - Method in class com.gwtplatform.carstore.rebind.RebindModule
 
getLogger() - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractVelocityGenerator
 
getLogger() - Method in class com.gwtplatform.dispatch.rest.rebind.RebindModule
 
getLogger() - Method in class com.gwtplatform.mvp.rebind.velocity.RebindModule
 
getManufacturer() - Method in class com.gwtplatform.carstore.client.application.manufacturer.event.ManufacturerAddedEvent
 
getManufacturer() - Method in interface com.gwtplatform.carstore.client.application.manufacturer.ManufacturerDetailPresenter.MyView
 
getManufacturer() - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerDetailView
 
getManufacturer() - Static method in class com.gwtplatform.carstore.client.place.NameTokens
 
getManufacturer() - Method in class com.gwtplatform.carstore.server.dao.domain.Car
 
getManufacturer() - Method in class com.gwtplatform.carstore.shared.dto.CarDto
 
getManufacturer() - Method in class com.gwtplatform.carstore.shared.dto.ManufacturerRatingDto
 
getManufacturers() - Method in interface com.gwtplatform.carstore.client.rest.ManufacturerService
 
getManufacturers() - Method in class com.gwtplatform.carstore.server.rest.ManufacturerResource
 
getMapper(String) - Method in class com.gwtplatform.dispatch.rest.client.serialization.AbstractJacksonMapperProvider
 
getMapper(String) - Method in interface com.gwtplatform.dispatch.rest.client.serialization.JacksonMapperProvider
 
getMessage() - Method in class com.gwtplatform.carstore.client.application.event.DisplayMessageEvent
 
getMessage() - Method in class com.gwtplatform.carstore.client.application.widget.message.Message
 
getMetadata() - Method in class com.gwtplatform.dispatch.rest.rebind.event.RegisterMetadataEvent
 
getMetadata() - Method in class com.gwtplatform.dispatch.rest.rebind.type.RegisterMetadataHolder
 
getMetadataType() - Method in class com.gwtplatform.dispatch.rest.rebind.event.RegisterMetadataEvent
 
getMetadataType() - Method in class com.gwtplatform.dispatch.rest.rebind.type.RegisterMetadataHolder
 
getMethod() - Method in class com.gwtplatform.carstore.rebind.ColumnTuple
 
getMethodCapitalizedName() - Method in class com.gwtplatform.carstore.rebind.ColumnTuple
 
getMethodName() - Method in class com.gwtplatform.dispatch.rest.rebind.type.ActionBinding
 
getMethodName() - Method in class com.gwtplatform.dispatch.rest.rebind.type.ChildServiceBinding
 
getMethodName() - Method in class com.gwtplatform.dispatch.rest.rebind.type.MethodCall
 
getModel() - Method in class com.gwtplatform.carstore.server.dao.domain.Car
 
getModel() - Method in class com.gwtplatform.carstore.shared.dto.CarDto
 
getModifierFields(Modifier...) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns all fields with the passed modifier.
getName() - Method in class com.gwtplatform.carstore.client.application.cars.car.CarPresenter
 
getName() - Method in interface com.gwtplatform.carstore.client.application.cars.car.navigation.NavigationTab
 
getName() - Method in class com.gwtplatform.carstore.server.dao.domain.Manufacturer
 
getName() - Method in class com.gwtplatform.carstore.shared.dto.ManufacturerDto
 
getName() - Method in class com.gwtplatform.dispatch.rest.shared.RestParameter
 
getNameToken() - Method in interface com.gwtplatform.mvp.client.proxy.Place
The name token is the first part of the history token, before the parameters.
getNameToken() - Method in class com.gwtplatform.mvp.client.proxy.PlaceImpl
 
getNameToken() - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
 
getNameToken() - Method in class com.gwtplatform.mvp.rebind.ProxyPlaceOutputter
 
getNameToken() - Method in class com.gwtplatform.mvp.rebind.TabInfoMethod
 
getNameToken() - Method in class com.gwtplatform.mvp.shared.proxy.PlaceRequest
 
getNew() - Method in class com.gwtplatform.dispatch.rpc.shared.AbstractUpdateResult
The new/current value.
getNew() - Method in class com.gwtplatform.dispatch.shared.AbstractUpdateResult
Deprecated.
The new/current value.
getNonConstantFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns all fields that are not Modifier.FINAL or Modifier.STATIC.
getObject() - Method in class com.gwtplatform.dispatch.rpc.server.spring.LoggerFactoryBean
 
getObject() - Method in class com.gwtplatform.dispatch.server.spring.LoggerFactoryBean
Deprecated.
 
getObjectType() - Method in class com.gwtplatform.dispatch.rpc.server.spring.LoggerFactoryBean
 
getObjectType() - Method in class com.gwtplatform.dispatch.server.spring.LoggerFactoryBean
Deprecated.
 
getOld() - Method in class com.gwtplatform.dispatch.rpc.shared.AbstractUpdateResult
The previous value.
getOld() - Method in class com.gwtplatform.dispatch.shared.AbstractUpdateResult
Deprecated.
The previous value.
getOnException() - Method in class com.gwtplatform.dispatch.rpc.shared.BatchAction
The expected behaviour if any of the sub-actions throw an exception.
getOnException() - Method in class com.gwtplatform.dispatch.shared.BatchAction
Deprecated.
The expected behaviour if any of the sub-actions throw an exception.
getOnLoginDefaultPage() - Static method in class com.gwtplatform.carstore.client.place.NameTokens
 
getOptionalFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns all non constant fields annotated with @Optional.
getOptionalFields(Class<? extends Annotation>) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns all non constant fields annotated with passed annotation.
getOrCreate(ApplicationContext, Class<B>) - Static method in class com.gwtplatform.dispatch.rpc.server.spring.utils.SpringUtils
 
getOrCreate(ApplicationContext, Class<B>) - Static method in class com.gwtplatform.dispatch.server.spring.utils.SpringUtils
Deprecated.
 
getOrder() - Method in class com.gwtplatform.dispatch.rpc.server.spring.AnnotatedActionBeandHandlerRegistrator
 
getOrder() - Method in class com.gwtplatform.dispatch.server.spring.AnnotatedActionBeandHandlerRegistrator
Deprecated.
 
getOrderedFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns all fields ordered.
getOutFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns all fields annotated with @Out.
getPackage() - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractServiceGenerator
 
getPackage() - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractVelocityGenerator
 
getPackage() - Method in class com.gwtplatform.dispatch.rest.rebind.ActionGenerator
 
getPackage() - Method in class com.gwtplatform.dispatch.rest.rebind.ActionMetadataProviderGenerator
 
getPackage() - Method in class com.gwtplatform.dispatch.rest.rebind.GinModuleGenerator
 
getPackage() - Method in class com.gwtplatform.dispatch.rest.rebind.JacksonMapperGenerator
 
getPackage() - Method in class com.gwtplatform.dispatch.rest.rebind.JacksonMapperProviderGenerator
 
getPackageName() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
 
getPackageName() - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
 
getParameter(String, String) - Method in class com.gwtplatform.mvp.shared.proxy.PlaceRequest
Extracts a given parameter from the PlaceRequest.
getParameterNames() - Method in class com.gwtplatform.mvp.shared.proxy.PlaceRequest
Retrieves all the parameters available with the request.
getPassword() - Method in class com.gwtplatform.carstore.shared.dispatch.LogInRequest
 
getPath() - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
 
getPath() - Method in interface com.gwtplatform.dispatch.rest.shared.RestAction
Returns the relative path for this action.
getPathParams() - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
 
getPathParams() - Method in interface com.gwtplatform.dispatch.rest.shared.RestAction
 
getPlace() - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
 
getPlaceManager() - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
 
getPlaceTitle(GetPlaceTitleEvent) - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
Obtains the title for this place and invoke the passed handler when the title is available.
GetPlaceTitleEvent - Class in com.gwtplatform.mvp.client.proxy
This event is fired whenever the user wants to have access to the title of a place.
GetPlaceTitleEvent(PlaceRequest, SetPlaceTitleHandler) - Constructor for class com.gwtplatform.mvp.client.proxy.GetPlaceTitleEvent
 
GetPlaceTitleHandler - Interface in com.gwtplatform.mvp.client.proxy
 
getPlaceToken() - Method in enum com.gwtplatform.carstore.client.application.widget.header.MenuItem
 
getPresenter(NotifyingAsyncCallback<P>) - Method in interface com.gwtplatform.mvp.client.proxy.Proxy
Get the associated Presenter.
getPresenter(NotifyingAsyncCallback<P>) - Method in class com.gwtplatform.mvp.client.proxy.ProxyImpl
 
getPresenter(NotifyingAsyncCallback<P>) - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
 
getPresenterClass() - Method in class com.gwtplatform.mvp.rebind.PresenterInspector
 
getPresenterClassName() - Method in class com.gwtplatform.mvp.rebind.PresenterInspector
 
getPriority() - Method in interface com.gwtplatform.mvp.client.Tab
A tab priority indicates where it should appear within the tab strip.
getPriority() - Method in interface com.gwtplatform.mvp.client.TabData
A tab priority indicates where it should appear within the tab strip.
getPriority() - Method in class com.gwtplatform.mvp.client.TabDataBasic
 
getProcessingEnvironment() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
 
getPropertiesEditor() - Method in interface com.gwtplatform.carstore.client.gin.MyGinjector
 
getPropertyOracle() - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
 
getProxy() - Method in class com.gwtplatform.mvp.client.Presenter
Returns the Proxy attached to this presenter.
getProxy() - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
 
getProxyTypeMirrorName(UseProxy, TypeMirror) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
Workaround for MirroredTypeException (Attempt to access Class object for TypeMirror).
getQueryParams() - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
 
getQueryParams() - Method in interface com.gwtplatform.dispatch.rest.shared.RestAction
 
getRating() - Method in class com.gwtplatform.carstore.client.application.rating.event.RatingAddedEvent
 
getRating() - Method in interface com.gwtplatform.carstore.client.application.rating.RatingDetailPresenter.MyView
 
getRating() - Method in class com.gwtplatform.carstore.client.application.rating.RatingDetailView
 
getRating() - Method in interface com.gwtplatform.carstore.client.application.rating.ui.RatingColumnsDefinition
 
getRating() - Static method in class com.gwtplatform.carstore.client.place.NameTokens
 
getRating() - Method in class com.gwtplatform.carstore.server.dao.domain.Rating
 
getRating() - Method in class com.gwtplatform.carstore.shared.dto.ManufacturerRatingDto
 
getRating() - Method in class com.gwtplatform.carstore.shared.dto.RatingDto
 
getRatings() - Method in interface com.gwtplatform.carstore.client.rest.RatingService
 
getRatings() - Method in class com.gwtplatform.carstore.server.rest.RatingResource
 
getRatings() - Method in class com.gwtplatform.carstore.shared.dto.CarDto
 
getRawPresenter(NotifyingAsyncCallback<Presenter<?, ?>>) - Method in class com.gwtplatform.mvp.client.proxy.ProxyImpl
 
getRawPresenter(NotifyingAsyncCallback<Presenter<?, ?>>) - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
 
getRawPresenter(NotifyingAsyncCallback<Presenter<?, ?>>) - Method in interface com.gwtplatform.mvp.client.proxy.ProxyRaw
Get the associated Presenter.
getReport() - Static method in class com.gwtplatform.carstore.client.place.NameTokens
 
getRequest() - Method in class com.gwtplatform.mvp.client.proxy.GetPlaceTitleEvent
 
getRequest() - Method in class com.gwtplatform.mvp.client.proxy.NavigationEvent
Access the PlaceRequest that triggered that navigation event.
getRequestedActionType() - Method in exception com.gwtplatform.dispatch.client.actionhandler.ClientActionHandlerMismatchException
 
getRequestTimeoutMs() - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
 
getRequiredFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns all non Optional|Modifier.STATIC| Modifier.FINAL fields ordered.
getResourcePath() - Method in class com.gwtplatform.dispatch.rest.rebind.type.ResourceBinding
 
getResult() - Method in class com.gwtplatform.dispatch.rpc.server.actionhandler.ActionResult
 
getResult() - Method in class com.gwtplatform.dispatch.rpc.shared.action.TestResult
 
getResult() - Method in class com.gwtplatform.dispatch.server.actionhandler.ActionResult
Deprecated.
 
getResultClass() - Method in class com.gwtplatform.dispatch.rest.rebind.type.ActionBinding
 
getResults() - Method in class com.gwtplatform.dispatch.rpc.shared.BatchResult
 
getResults() - Method in class com.gwtplatform.dispatch.shared.BatchResult
Deprecated.
 
getReturnCellCanonicalName() - Method in class com.gwtplatform.carstore.rebind.ColumnTuple
 
getRevealType() - Method in class com.gwtplatform.mvp.client.Presenter
Returns the Presenter.RevealType of this presenter.
getSecurityCookie() - Method in class com.gwtplatform.dispatch.client.DispatchCall
Returns the current security cookie as returned by the bound SecurityCookieAccessor.
getSecurityCookieAccessor() - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 
getSecurityCookieAccessor() - Method in class com.gwtplatform.dispatch.client.DispatchCall
Returns the bound SecurityCookieAccessor.
getSecurityCookieName() - Method in class com.gwtplatform.dispatch.rpc.server.AbstractDispatchServiceImpl
 
getSecurityCookieName() - Method in class com.gwtplatform.dispatch.rpc.server.guice.DispatchServiceImpl
 
getSecurityCookieName() - Method in class com.gwtplatform.dispatch.rpc.server.spring.DispatchServiceImpl
 
getSecurityCookieName() - Method in class com.gwtplatform.dispatch.server.AbstractDispatchServiceImpl
Deprecated.
 
getSecurityCookieName() - Method in class com.gwtplatform.dispatch.server.guice.DispatchServiceImpl
Deprecated.
 
getSecurityCookieName() - Method in class com.gwtplatform.dispatch.server.spring.DispatchServiceImpl
Deprecated.
 
getSerializationClass() - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
 
getSerializationContext() - Method in class com.gwtplatform.dispatch.rest.client.serialization.JsonSerialization
 
getServiceBinding() - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractServiceGenerator
 
getServiceBinding() - Method in class com.gwtplatform.dispatch.rest.rebind.ChildServiceGenerator
 
getServiceBinding() - Method in class com.gwtplatform.dispatch.rest.rebind.ServiceGenerator
 
getServiceInterface() - Method in class com.gwtplatform.dispatch.rest.rebind.type.ServiceBinding
 
getServiceName() - Method in interface com.gwtplatform.dispatch.rpc.shared.Action
Access the name of the service, which will be used as the URL path to access the action.
getServiceName() - Method in class com.gwtplatform.dispatch.rpc.shared.ActionImpl
Default Action using the base path as dispatch/className.
getServiceName() - Method in class com.gwtplatform.dispatch.rpc.shared.UnsecuredActionImpl
Default Action using the base path as dispatch/className.
getServiceName() - Method in interface com.gwtplatform.dispatch.shared.Action
Deprecated.
Access the name of the service, which will be used as the URL path to access the action.
getServiceName() - Method in class com.gwtplatform.dispatch.shared.ActionImpl
Deprecated.
Default Action using the base path as dispatch/className.
getServiceName() - Method in class com.gwtplatform.dispatch.shared.UnsecuredActionImpl
Deprecated.
Default Action using the base path as dispatch/className.
getServices() - Method in class com.gwtplatform.dispatch.rest.rebind.type.ServiceDefinitions
 
getServletContext() - Method in class com.gwtplatform.dispatch.rpc.server.spring.DispatchServiceImpl
 
getServletContext() - Method in class com.gwtplatform.dispatch.server.spring.DispatchServiceImpl
Deprecated.
 
getServletRequest() - Method in class com.gwtplatform.dispatch.rpc.server.guice.request.DefaultRequestProvider
 
getServletRequest() - Method in interface com.gwtplatform.dispatch.rpc.server.RequestProvider
 
getServletRequest() - Method in class com.gwtplatform.dispatch.rpc.server.spring.request.DefaultRequestProvider
 
getServletRequest() - Method in class com.gwtplatform.dispatch.server.guice.request.DefaultRequestProvider
Deprecated.
 
getServletRequest() - Method in interface com.gwtplatform.dispatch.server.RequestProvider
Deprecated.
 
getServletRequest() - Method in class com.gwtplatform.dispatch.server.spring.request.DefaultRequestProvider
Deprecated.
 
getSession() - Method in class com.gwtplatform.dispatch.rpc.server.AbstractHttpSessionSecurityCookieFilter
 
getSession() - Method in class com.gwtplatform.dispatch.rpc.server.guice.HttpSessionSecurityCookieFilter
 
getSession() - Method in class com.gwtplatform.dispatch.rpc.server.spring.HttpSessionSecurityCookieFilter
 
getSession() - Method in class com.gwtplatform.dispatch.server.AbstractHttpSessionSecurityCookieFilter
Deprecated.
 
getSession() - Method in class com.gwtplatform.dispatch.server.guice.HttpSessionSecurityCookieFilter
Deprecated.
 
getSession() - Method in class com.gwtplatform.dispatch.server.spring.HttpSessionSecurityCookieFilter
Deprecated.
 
getSimpleClassName() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
 
getSimpleNameFromTypeName(String) - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
 
getSlot() - Method in class com.gwtplatform.mvp.client.Presenter
Returns the slot where this presenter is to be revealed.
getSome(Integer, Integer) - Method in class com.gwtplatform.carstore.server.dao.BaseDao
 
getSomeDate() - Method in class com.gwtplatform.carstore.server.dao.domain.CarProperties
 
getSomeDate() - Method in class com.gwtplatform.carstore.shared.dto.CarPropertiesDto
 
getSomeNumber() - Method in class com.gwtplatform.carstore.server.dao.domain.CarProperties
 
getSomeNumber() - Method in class com.gwtplatform.carstore.shared.dto.CarPropertiesDto
 
getSomeString() - Method in class com.gwtplatform.carstore.server.dao.domain.CarProperties
 
getSomeString() - Method in class com.gwtplatform.carstore.shared.dto.CarPropertiesDto
 
getStandardPresenters() - Method in class com.gwtplatform.mvp.rebind.PresenterDefinitions
 
getStaticFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Returns all fields which contains Modifier.STATIC.
getStringValue() - Method in class com.gwtplatform.dispatch.rest.shared.RestParameter
 
getStyle() - Method in class com.gwtplatform.carstore.client.application.widget.message.Message
 
getSubset(List<Long>) - Method in class com.gwtplatform.carstore.server.dao.BaseDao
 
getSubsetMap(List<Long>) - Method in class com.gwtplatform.carstore.server.dao.BaseDao
 
getSuperTypeName() - Method in class com.gwtplatform.dispatch.rest.rebind.type.ResourceBinding
 
getSupportedActionType() - Method in exception com.gwtplatform.dispatch.client.actionhandler.ClientActionHandlerMismatchException
 
getSupportedSourceVersion() - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
 
getTab() - Method in class com.gwtplatform.mvp.client.proxy.NonLeafTabContentProxyImpl
 
getTab() - Method in interface com.gwtplatform.mvp.client.proxy.TabContentProxy
Retrieves the Tab object that was created from the TabData returned by TabContentProxy.getTabData().
getTab() - Method in class com.gwtplatform.mvp.client.proxy.TabContentProxyPlaceImpl
 
getTabContainer() - Method in class com.gwtplatform.mvp.client.RequestTabsEvent
 
getTabContainerClassName() - Method in class com.gwtplatform.mvp.rebind.TabInfoMethod
 
getTabContentProxy() - Method in class com.gwtplatform.mvp.client.ChangeTabEvent
 
getTabData() - Method in class com.gwtplatform.mvp.client.proxy.NonLeafTabContentProxyImpl
 
getTabData() - Method in interface com.gwtplatform.mvp.client.proxy.TabContentProxy
Retrieves the TabData that should be used to create this tab.
getTabData() - Method in class com.gwtplatform.mvp.client.proxy.TabContentProxyPlaceImpl
 
getTabsVisible() - Method in class com.gwtplatform.carstore.client.application.event.ChangeActionBarEvent
 
getTargetHistoryToken() - Method in class com.gwtplatform.mvp.client.proxy.NonLeafTabContentProxyImpl
 
getTargetHistoryToken() - Method in interface com.gwtplatform.mvp.client.proxy.TabContentProxy
Gets the history token that should be accessed when the tab is clicked.
getTargetHistoryToken() - Method in class com.gwtplatform.mvp.client.proxy.TabContentProxyPlaceImpl
 
getTestMessage() - Method in class com.gwtplatform.dispatch.rpc.shared.action.TestAction
 
getText() - Method in interface com.gwtplatform.mvp.client.Tab
Gets the text displayed on the tab.
getTitle(int, SetPlaceTitleHandler) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
Retrieves the title of a specific place within the place hierarchy.
getTitle(int, SetPlaceTitleHandler) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 
getToken() - Method in class com.gwtplatform.carstore.client.application.cars.car.CarPresenter
 
getToken() - Method in interface com.gwtplatform.carstore.client.application.cars.car.navigation.NavigationTab
 
getTranslatedMessage() - Method in class com.gwtplatform.carstore.client.util.exceptiontranslators.ForeignTranslator
 
getTranslatedMessage() - Method in class com.gwtplatform.carstore.client.util.exceptiontranslators.NotNullTranslator
 
getTranslatedMessage() - Method in interface com.gwtplatform.carstore.client.util.exceptiontranslators.Translator
 
getTreeLogger() - Method in class com.gwtplatform.common.rebind.Logger
 
getTreeLogger() - Method in class com.gwtplatform.dispatch.rest.rebind.Logger
 
getTreeLogger() - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
 
getType() - Static method in class com.gwtplatform.carstore.client.application.cars.car.navigation.CloseTabEvent
 
getType() - Static method in class com.gwtplatform.carstore.client.application.cars.car.navigation.NavigationTabEvent
 
getType() - Static method in class com.gwtplatform.carstore.client.application.cars.event.CarAddedEvent
 
getType() - Static method in class com.gwtplatform.carstore.client.application.event.ActionBarEvent
 
getType() - Static method in class com.gwtplatform.carstore.client.application.event.ActionBarVisibilityEvent
 
getType() - Static method in class com.gwtplatform.carstore.client.application.event.ChangeActionBarEvent
 
getType() - Static method in class com.gwtplatform.carstore.client.application.event.DisplayMessageEvent
 
getType() - Static method in class com.gwtplatform.carstore.client.application.event.GoBackEvent
 
getType() - Static method in class com.gwtplatform.carstore.client.application.event.UserLoginEvent
 
getType() - Static method in class com.gwtplatform.carstore.client.application.manufacturer.event.ManufacturerAddedEvent
 
getType() - Static method in class com.gwtplatform.carstore.client.application.rating.event.RatingAddedEvent
 
getType(String) - Method in class com.gwtplatform.carstore.rebind.GeneratorUtil
 
getType(String, TypeOracle, MortalLogger) - Static method in class com.gwtplatform.carstore.rebind.GeneratorUtil
 
getType() - Method in class com.gwtplatform.dispatch.rest.rebind.event.RegisterSerializableTypeEvent
 
getType(String) - Method in class com.gwtplatform.dispatch.rest.rebind.util.GeneratorUtil
 
getType() - Static method in class com.gwtplatform.mvp.client.proxy.AsyncCallFailEvent
 
getType() - Static method in class com.gwtplatform.mvp.client.proxy.AsyncCallStartEvent
 
getType() - Static method in class com.gwtplatform.mvp.client.proxy.AsyncCallSucceedEvent
 
getType() - Static method in class com.gwtplatform.mvp.client.proxy.GetPlaceTitleEvent
 
getType() - Static method in class com.gwtplatform.mvp.client.proxy.LockInteractionEvent
 
getType() - Static method in class com.gwtplatform.mvp.client.proxy.NavigationEvent
 
getType() - Static method in class com.gwtplatform.mvp.client.proxy.NavigationRefusedEvent
 
getType() - Static method in class com.gwtplatform.mvp.client.proxy.ResetPresentersEvent
 
getType() - Static method in class com.gwtplatform.mvp.client.proxy.RevealRootContentEvent
 
getType() - Static method in class com.gwtplatform.mvp.client.proxy.RevealRootLayoutContentEvent
 
getType() - Static method in class com.gwtplatform.mvp.client.proxy.RevealRootPopupContentEvent
 
getType(String) - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
 
getType(String) - Method in class com.gwtplatform.mvp.rebind.velocity.GeneratorUtil
 
getTypeClass() - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
 
getTypeOracle() - Method in class com.gwtplatform.carstore.rebind.RebindModule
 
getTypeOracle() - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractVelocityGenerator
 
getTypeOracle() - Method in class com.gwtplatform.dispatch.rest.rebind.RebindModule
 
getTypeOracle() - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
 
getTypeOracle() - Method in class com.gwtplatform.mvp.rebind.velocity.RebindModule
 
getUiHandlers() - Method in class com.gwtplatform.mvp.client.PopupViewWithUiHandlers
Access the UiHandlers associated with this View.
getUiHandlers() - Method in class com.gwtplatform.mvp.client.ViewWithUiHandlers
Access the UiHandlers associated with this View.
getUrl() - Method in class com.gwtplatform.crawlerservice.server.domain.CachedPage
 
getUser() - Method in class com.gwtplatform.carstore.client.security.CurrentUser
 
getUser() - Method in class com.gwtplatform.carstore.shared.dto.CurrentUserDto
 
getUserFromCookie(String) - Method in class com.gwtplatform.carstore.server.dao.UserSessionDao
 
getUserId() - Method in class com.gwtplatform.carstore.server.dao.domain.UserSession
 
getUsername() - Method in class com.gwtplatform.carstore.server.dao.domain.User
 
getUsername() - Method in class com.gwtplatform.carstore.shared.dispatch.LogInRequest
 
getUsername() - Method in class com.gwtplatform.carstore.shared.dto.UserDto
 
getUserSessionKey() - Static method in class com.gwtplatform.carstore.server.authentication.SecurityParameters
 
getValue(RestAction<?>, MetadataType) - Method in class com.gwtplatform.dispatch.rest.client.AbstractActionMetadataProvider
 
getValue(RestAction<?>, MetadataType) - Method in interface com.gwtplatform.dispatch.rest.client.ActionMetadataProvider
Retrieve metadata for the given action and MetadataType pair.
getVelocityEngine(String, MortalLogger) - Method in class com.gwtplatform.carstore.rebind.RebindModule
 
getVelocityEngine(String, Logger) - Method in class com.gwtplatform.dispatch.rest.rebind.RebindModule
 
getVelocityEngine(String, Logger) - Method in class com.gwtplatform.mvp.rebind.velocity.RebindModule
 
getView() - Method in class com.gwtplatform.mvp.client.PresenterWidget
Returns the View for the current presenter.
getWidget() - Method in class com.gwtplatform.mvp.client.PresenterWidget
Deprecated.
getXsrfTokenHeaderName() - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
 
GinFieldManager - Class in com.google.gwt.uibinder.rebind
This version of FieldManager makes it possible for UiBinder files to use widgets that need to be instantiated with gin.
GinFieldManager(TypeOracle, MortalLogger, JClassType, boolean) - Constructor for class com.google.gwt.uibinder.rebind.GinFieldManager
 
GinjectorGenerator - Class in com.gwtplatform.mvp.rebind
Will generate a Ginjector from Ginjector.
GinjectorGenerator(JClassType) - Constructor for class com.gwtplatform.mvp.rebind.GinjectorGenerator
 
GinjectorInspector - Class in com.gwtplatform.mvp.rebind
This class is used to inspect the user-provided ginjector.
ginjectorInspector - Variable in class com.gwtplatform.mvp.rebind.ProxyOutputterBase
 
GinjectorProviderGenerator - Class in com.gwtplatform.mvp.rebind.velocity.ginjectors
 
GinModuleGenerator - Class in com.gwtplatform.dispatch.rest.rebind
 
GinModuleGenerator(TypeOracle, Logger, Provider<VelocityContext>, VelocityEngine, GeneratorUtil, ServiceDefinitions) - Constructor for class com.gwtplatform.dispatch.rest.rebind.GinModuleGenerator
 
GinUiBinderGenerator - Class in com.google.gwt.uibinder.rebind
Generator for implementations of UiBinder.
GinUiBinderGenerator() - Constructor for class com.google.gwt.uibinder.rebind.GinUiBinderGenerator
 
GlobalHeaderParams - Annotation Type in com.gwtplatform.dispatch.rest.client
The timeout in milliseconds to use on for RequestBuilder.
GlobalQueryParams - Annotation Type in com.gwtplatform.dispatch.rest.client
The timeout in milliseconds to use on for RequestBuilder.
GoBackEvent - Class in com.gwtplatform.carstore.client.application.event
 
GoBackEvent() - Constructor for class com.gwtplatform.carstore.client.application.event.GoBackEvent
 
GoBackEvent.GoBackHandler - Interface in com.gwtplatform.carstore.client.application.event
 
GoogleAnalytics - Interface in com.gwtplatform.mvp.client.googleanalytics
This interface lets you manually register Google Analytics events in your application.
GoogleAnalyticsImpl - Class in com.gwtplatform.mvp.client.googleanalytics
Default GoogleAnalytics implementation that uses JSNI to expose Google Analytics javascript methods.
GoogleAnalyticsImpl() - Constructor for class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
 
GoogleAnalyticsNavigationTracker - Class in com.gwtplatform.mvp.client.googleanalytics
This class let's you register every navigation event to a Google Analytics account.
GuiceBeanProvider - Class in com.gwtplatform.dispatch.rpc.server.guice
 
GuiceBeanProvider(Injector) - Constructor for class com.gwtplatform.dispatch.rpc.server.guice.GuiceBeanProvider
 
GuiceBeanProvider - Class in com.gwtplatform.dispatch.server.guice
Deprecated.
Please use GuiceBeanProvider.
GuiceBeanProvider(Injector) - Constructor for class com.gwtplatform.dispatch.server.guice.GuiceBeanProvider
Deprecated.
 
GuiceBeanProvider.GuiceBindingDescriptorAdapter<B> - Class in com.gwtplatform.dispatch.rpc.server.guice
Adapter for tranforming Guice Binding into BeanProvider implementation.
GuiceBeanProvider.GuiceBindingDescriptorAdapter(Binding<B>) - Constructor for class com.gwtplatform.dispatch.rpc.server.guice.GuiceBeanProvider.GuiceBindingDescriptorAdapter
 
GuiceBeanProvider.GuiceBindingDescriptorAdapter<B> - Class in com.gwtplatform.dispatch.server.guice
Deprecated.
Adapter for tranforming Guice Binding into BeanProvider implementation.
GuiceBeanProvider.GuiceBindingDescriptorAdapter(Binding<B>) - Constructor for class com.gwtplatform.dispatch.server.guice.GuiceBeanProvider.GuiceBindingDescriptorAdapter
Deprecated.
 
GuiceServletConfig - Class in com.gwtplatform.carstore.server.guice
 
GuiceServletConfig() - Constructor for class com.gwtplatform.carstore.server.guice.GuiceServletConfig
 
GwtHttpDispatchRequest - Class in com.gwtplatform.dispatch.client
An implementation of DispatchRequest that is an adapter for Request.
GwtHttpDispatchRequest(Request) - Constructor for class com.gwtplatform.dispatch.client.GwtHttpDispatchRequest
 
gwtPopupPanel() - Method in interface com.gwtplatform.carstore.client.resources.AppResources.Styles
 

H

HandlerContainer - Interface in com.gwtplatform.mvp.client
A class that can contain handlers.
HandlerContainerImpl - Class in com.gwtplatform.mvp.client
The implementation of HandlerContainer.
HandlerContainerImpl() - Constructor for class com.gwtplatform.mvp.client.HandlerContainerImpl
Creates a handler container class with automatic binding, unless AutobindDisable is used to globally disable automatic binding.
HandlerContainerImpl(boolean) - Constructor for class com.gwtplatform.mvp.client.HandlerContainerImpl
Creates a handler container class with or without automatic binding.
handleRegisterMetadata(RegisterMetadataEvent) - Method in class com.gwtplatform.dispatch.rest.rebind.ActionMetadataProviderGenerator
 
handleRegisterSerializableType(RegisterSerializableTypeEvent) - Method in class com.gwtplatform.dispatch.rest.rebind.JacksonMapperProviderGenerator
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class com.gwtplatform.dispatch.rpc.server.spring.DispatchServiceImpl
 
handleRequest(HttpServletRequest, HttpServletResponse) - Method in class com.gwtplatform.dispatch.server.spring.DispatchServiceImpl
Deprecated.
 
HandlerModule - Class in com.gwtplatform.dispatch.rpc.server.guice
Base module that will bind Actions to ActionHandlers and ActionValidators.
HandlerModule() - Constructor for class com.gwtplatform.dispatch.rpc.server.guice.HandlerModule
Constructs a HandlerModule that uses the DispatchModule with default configuration.
HandlerModule(DispatchModule) - Constructor for class com.gwtplatform.dispatch.rpc.server.guice.HandlerModule
Constructs a HandlerModule that uses the DispatchModule with a custom configuration.
HandlerModule - Class in com.gwtplatform.dispatch.rpc.server.spring
 
HandlerModule() - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.HandlerModule
 
HandlerModule - Class in com.gwtplatform.dispatch.server.guice
Deprecated.
Please use HandlerModule.
HandlerModule() - Constructor for class com.gwtplatform.dispatch.server.guice.HandlerModule
Deprecated.
Constructs a HandlerModule that uses the DispatchModule with default configuration.
HandlerModule(DispatchModule) - Constructor for class com.gwtplatform.dispatch.server.guice.HandlerModule
Deprecated.
Constructs a HandlerModule that uses the DispatchModule with a custom configuration.
HandlerModule - Class in com.gwtplatform.dispatch.server.spring
Deprecated.
Please use HandlerModule.
HandlerModule() - Constructor for class com.gwtplatform.dispatch.server.spring.HandlerModule
Deprecated.
 
hasBodyParam() - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
 
hasBodyParam() - Method in interface com.gwtplatform.dispatch.rest.shared.RestAction
Verify if this action a body object.
hasFormParams() - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
 
hasFormParams() - Method in interface com.gwtplatform.dispatch.rest.shared.RestAction
Verify if this action contains FORM parameters.
HasHandlerContainer - Interface in com.gwtplatform.mvp.client
This class is used on class that can register handlers.
hashCode() - Method in class com.gwtplatform.carstore.shared.dto.BaseEntity
 
hashCode() - Method in class com.gwtplatform.dispatch.rest.client.ActionMetadataProvider.MetadataKey
 
hashCode() - Method in class com.gwtplatform.dispatch.rest.rebind.type.RegisterMetadataHolder
 
hashCode() - Method in class com.gwtplatform.dispatch.rpc.server.guice.DispatchModule
Override so that only one instance of this class will ever be installed in an Injector.
hashCode() - Method in class com.gwtplatform.dispatch.server.guice.DispatchModule
Deprecated.
Override so that only one instance of this class will ever be installed in an Injector.
hashCode() - Method in class com.gwtplatform.mvp.client.gin.PresenterSetupModule
 
hashCode() - Method in interface com.gwtplatform.mvp.client.proxy.Place
 
hashCode() - Method in class com.gwtplatform.mvp.client.proxy.PlaceImpl
 
hashCode() - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
 
hashCode() - Method in class com.gwtplatform.mvp.shared.proxy.PlaceRequest
 
hashPassword(String) - Method in class com.gwtplatform.carstore.server.authentication.BCryptPasswordSecurity
 
hashPassword(String) - Method in interface com.gwtplatform.carstore.server.authentication.PasswordSecurity
 
hasMapper(String) - Method in class com.gwtplatform.dispatch.rest.client.serialization.AbstractJacksonMapperProvider
 
hasMapper(String) - Method in interface com.gwtplatform.dispatch.rest.client.serialization.JacksonMapperProvider
 
hasOptionalFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
 
hasPendingNavigation() - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
Checks if the PlaceManager has to perform any pending navigation that were not immediately executed because it was requested while the navigation was locked.
hasPendingNavigation() - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 
HasPopupSlot - Interface in com.gwtplatform.mvp.client
 
hasRequiredFields() - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
 
hasSameNameToken(PlaceRequest) - Method in class com.gwtplatform.mvp.shared.proxy.PlaceRequest
Checks if this place request has the same name token as the one passed in.
HasSecured - Interface in com.gwtplatform.dispatch.shared
Indicates that the XSRF protection for an action can be toggled.
HasSlots - Interface in com.gwtplatform.mvp.client
Interface of objects containing slots in which PresenterWidget can be inserted.
HasUiHandlers<C extends UiHandlers> - Interface in com.gwtplatform.mvp.client
Interface meant to be implemented by the View so that its controller can attach its UiHandlers.
HeaderMessages - Interface in com.gwtplatform.carstore.client.resources
 
HeaderMobileView - Class in com.gwtplatform.carstore.client.application.widget.header
 
HeaderParamValueResolver - Class in com.gwtplatform.dispatch.rest.rebind.util
 
HeaderParamValueResolver() - Constructor for class com.gwtplatform.dispatch.rest.rebind.util.HeaderParamValueResolver
 
HeaderPresenter - Class in com.gwtplatform.carstore.client.application.widget.header
 
HeaderPresenter.MyView - Interface in com.gwtplatform.carstore.client.application.widget.header
 
HeaderUiHandlers - Interface in com.gwtplatform.carstore.client.application.widget.header
 
HeaderView - Class in com.gwtplatform.carstore.client.application.widget.header
 
hide() - Method in interface com.gwtplatform.mvp.client.PopupView
Make sure the PopupView is hidden.
hide() - Method in class com.gwtplatform.mvp.client.PopupViewImpl
 
hideActionButtons() - Method in class com.gwtplatform.carstore.client.application.widget.header.HeaderMobileView
 
hideActionButtons() - Method in interface com.gwtplatform.carstore.client.application.widget.header.HeaderPresenter.MyView
 
hideActionButtons() - Method in class com.gwtplatform.carstore.client.application.widget.header.HeaderView
 
HtmlUnitTimeoutMillis - Annotation Type in com.gwtplatform.crawlerservice.server
Use this annotation to indicate how long HtmlUnit should pump the javascript event loop before timing out.
HttpMethod - Enum in com.gwtplatform.dispatch.rest.shared
Represents the HTTP methods supported by the RestDispatch.
HttpRequestBuilderFactory - Class in com.gwtplatform.dispatch.rest.client
A simple factory to create RequestBuilder instances.
HttpRequestBuilderFactory() - Constructor for class com.gwtplatform.dispatch.rest.client.HttpRequestBuilderFactory
 
HttpSessionSecurityCookieFilter - Class in com.gwtplatform.dispatch.rpc.server.guice
This filter will automatically inject a security cookie inside the request the first time the page is loaded.
HttpSessionSecurityCookieFilter - Class in com.gwtplatform.dispatch.rpc.server.spring
 
HttpSessionSecurityCookieFilter(String) - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.HttpSessionSecurityCookieFilter
 
HttpSessionSecurityCookieFilter - Class in com.gwtplatform.dispatch.server.guice
Deprecated.
HttpSessionSecurityCookieFilter - Class in com.gwtplatform.dispatch.server.spring
Deprecated.
HttpSessionSecurityCookieFilter(String) - Constructor for class com.gwtplatform.dispatch.server.spring.HttpSessionSecurityCookieFilter
Deprecated.
 

I

icAdd() - Method in interface com.gwtplatform.carstore.client.resources.AppResources
 
icDelete() - Method in interface com.gwtplatform.carstore.client.resources.AppResources
 
icDone() - Method in interface com.gwtplatform.carstore.client.resources.AppResources
 
icMenu() - Method in interface com.gwtplatform.carstore.client.resources.AppResources
 
icUpdate() - Method in interface com.gwtplatform.carstore.client.resources.AppResources
 
id - Variable in class com.gwtplatform.carstore.shared.dto.BaseEntity
 
ID - Static variable in class com.gwtplatform.carstore.shared.rest.PathParameter
 
ID - Static variable in class com.gwtplatform.carstore.shared.rest.RestParameter
 
IMPL_NAME - Static variable in class com.gwtplatform.mvp.rebind.velocity.AbstractVelocityGenerator
 
implode(Object[], String) - Static method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
Construct a single string from an array of strings, gluing them together with the specified delimiter.
In - Annotation Type in com.gwtplatform.dispatch.annotation
Use the @In(value) annotation on fields in an @GenDispatch class.
IndirectProvider<T> - Interface in com.gwtplatform.common.client
Act as a Provider, but instead of returning the provided object, the user must pass a callback in which the object is handled.
info(String, Object...) - Method in class com.gwtplatform.common.rebind.Logger
 
info(String, Object...) - Method in class com.gwtplatform.dispatch.rest.rebind.Logger
 
init() - Method in class com.gwtplatform.carstore.server.DevBootStrapper
 
init(FilterConfig) - Method in class com.gwtplatform.crawler.server.CrawlFilter
 
init(ProcessingEnvironment) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
 
init(FilterConfig) - Method in class com.gwtplatform.dispatch.rpc.server.AbstractHttpSessionSecurityCookieFilter
 
init(FilterConfig) - Method in class com.gwtplatform.dispatch.rpc.server.AbstractRandomSecurityCookieFilter
 
init(FilterConfig) - Method in class com.gwtplatform.dispatch.server.AbstractHttpSessionSecurityCookieFilter
Deprecated.
 
init(FilterConfig) - Method in class com.gwtplatform.dispatch.server.AbstractRandomSecurityCookieFilter
Deprecated.
 
init() - Method in interface com.gwtplatform.mvp.client.ApplicationController
 
init(String) - Method in interface com.gwtplatform.mvp.client.googleanalytics.GoogleAnalytics
Initializes the script for Google Analytics for a specific userAccount.
init(String) - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
 
init() - Method in class com.gwtplatform.mvp.rebind.GinjectorInspector
Initializes the ginjector inspector.
init(JClassType) - Method in class com.gwtplatform.mvp.rebind.PresenterInspector
Initializes the presenter inspector given the annotation present on a proxy interface.
init(JMethod) - Method in class com.gwtplatform.mvp.rebind.PresenterTitleMethod
 
init(JMethod) - Method in class com.gwtplatform.mvp.rebind.ProxyEventMethod
 
init(JClassType) - Method in class com.gwtplatform.mvp.rebind.ProxyOutputterBase
Initializes this proxy outputter given the specified proxy interface.
init(JMethod) - Method in class com.gwtplatform.mvp.rebind.TabInfoMethod
 
initActionBar(Boolean) - Method in class com.gwtplatform.carstore.client.application.widget.header.HeaderMobileView
 
initActionBar(Boolean) - Method in interface com.gwtplatform.carstore.client.application.widget.header.HeaderPresenter.MyView
 
initActionBar(Boolean) - Method in class com.gwtplatform.carstore.client.application.widget.header.HeaderView
 
initComposerFactory(ClassSourceFileComposerFactory) - Method in interface com.gwtplatform.mvp.rebind.ProxyOutputter
Initializes the composer factory, adding all the imports, setting the implemented interfaces and extending the correct superclass.
initComposerFactory(ClassSourceFileComposerFactory) - Method in class com.gwtplatform.mvp.rebind.ProxyOutputterBase
 
initDataProvider() - Method in class com.gwtplatform.carstore.client.application.cars.CarsMobileView
 
initDataProvider() - Method in interface com.gwtplatform.carstore.client.application.cars.CarsPresenter.MyView
 
initDataProvider() - Method in class com.gwtplatform.carstore.client.application.cars.CarsView
 
initializeColumns(CellTable<T>) - Method in interface com.gwtplatform.carstore.client.columninitializer.ColumnInitializer
 
initializeWidgetsInnerClass(IndentedWriter, OwnerClass) - Method in class com.google.gwt.uibinder.rebind.FieldManager
Initialize with field builders the generated Widgets inner class.
initWidget(Widget) - Method in class com.gwtplatform.mvp.client.ViewImpl
 
INSTANCE - Static variable in class com.gwtplatform.carstore.server.dao.objectify.Deref.Func
 
instantiate(ApplicationContext, Class<B>) - Static method in class com.gwtplatform.dispatch.rpc.server.spring.utils.SpringUtils
 
instantiate(ApplicationContext, Class<B>) - Static method in class com.gwtplatform.dispatch.server.spring.utils.SpringUtils
Deprecated.
 
InterfaceGenerationHelper - Class in com.gwtplatform.dispatch.annotation.helper
InterfaceGenerationHelper is an internal class that provides common routines only used by the annotation processors.
InterfaceGenerationHelper(Writer) - Constructor for class com.gwtplatform.dispatch.annotation.helper.InterfaceGenerationHelper
 
invalidEmailOrPassword() - Method in interface com.gwtplatform.carstore.client.resources.LoginMessages
 
isBound() - Method in interface com.gwtplatform.mvp.client.HandlerContainer
Returns true if the HandlerContainer is currently bound.
isBound() - Method in class com.gwtplatform.mvp.client.HandlerContainerImpl
 
isCentered() - Method in class com.gwtplatform.mvp.client.proxy.RevealRootPopupContentEvent
 
isClosable() - Method in class com.gwtplatform.carstore.client.application.cars.car.CarPresenter
 
isClosable() - Method in interface com.gwtplatform.carstore.client.application.cars.car.navigation.NavigationTab
 
isConstant(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
Checks if a field contains a static or final modifier.
isExecuted() - Method in class com.gwtplatform.dispatch.rpc.server.actionhandler.ActionResult
isExecuted() - Method in class com.gwtplatform.dispatch.server.actionhandler.ActionResult
Deprecated.
isFetchInProgress() - Method in class com.gwtplatform.crawlerservice.server.domain.CachedPage
 
isFinal(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
Checks if a field contains a final modifier.
isHandled() - Method in class com.gwtplatform.mvp.client.proxy.GetPlaceTitleEvent
Checks if the event was handled.
isLoggedIn() - Method in class com.gwtplatform.carstore.client.security.CurrentUser
 
isLoggedIn() - Method in class com.gwtplatform.carstore.shared.dto.CurrentUserDto
 
isMatching() - Method in class com.gwtplatform.carstore.client.util.exceptiontranslators.ForeignTranslator
 
isMatching() - Method in class com.gwtplatform.carstore.client.util.exceptiontranslators.NotNullTranslator
 
isMatching() - Method in interface com.gwtplatform.carstore.client.util.exceptiontranslators.Translator
 
isNew() - Method in class com.gwtplatform.carstore.client.application.cars.event.CarAddedEvent
 
isPending() - Method in class com.gwtplatform.dispatch.client.CompletedDispatchRequest
 
isPending() - Method in class com.gwtplatform.dispatch.client.DefaultCallbackDispatchRequest
 
isPending() - Method in class com.gwtplatform.dispatch.client.DelagatingCallbackDispatchRequest
 
isPending() - Method in class com.gwtplatform.dispatch.client.DelegatingDispatchRequest
 
isPending() - Method in class com.gwtplatform.dispatch.client.GwtHttpDispatchRequest
 
isPending() - Method in interface com.gwtplatform.dispatch.shared.DispatchRequest
 
isPrimitive(TypeMirror) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
Checks if a type is a primitive type.
isRestService(JMethod) - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractServiceGenerator
 
isSaved() - Method in class com.gwtplatform.carstore.shared.dto.BaseEntity
 
isSecured() - Method in class com.gwtplatform.dispatch.rest.rebind.type.ResourceBinding
 
isSecured() - Method in class com.gwtplatform.dispatch.rpc.shared.ActionImpl
Secure is on by default.
isSecured() - Method in class com.gwtplatform.dispatch.rpc.shared.UnsecuredActionImpl
Secure is off by default.
isSecured() - Method in interface com.gwtplatform.dispatch.shared.Action
Deprecated.
Verifies if the action is secured.
isSecured() - Method in class com.gwtplatform.dispatch.shared.ActionImpl
Deprecated.
Secure is on by default.
isSecured() - Method in interface com.gwtplatform.dispatch.shared.HasSecured
Verifies if the action is secured.
isSecured() - Method in class com.gwtplatform.dispatch.shared.UnsecuredActionImpl
Deprecated.
Secure is off by default.
isService(JClassType) - Method in class com.gwtplatform.dispatch.rest.rebind.type.ServiceDefinitions
 
isSingleton() - Method in class com.gwtplatform.dispatch.rpc.server.spring.LoggerFactoryBean
 
isSingleton() - Method in class com.gwtplatform.dispatch.server.spring.LoggerFactoryBean
Deprecated.
 
isStatic(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
Checks if a field contains a static modifier.
isTheSameToken(String) - Method in class com.gwtplatform.carstore.client.application.event.ActionBarEvent
 
isUserLoggedIn() - Method in class com.gwtplatform.carstore.server.authentication.Authenticator
 
isValid(Action<? extends Result>) - Method in class com.gwtplatform.dispatch.rpc.server.actionvalidator.AbstractDefaultActionValidator
 
isValid(Action<? extends Result>) - Method in interface com.gwtplatform.dispatch.rpc.server.actionvalidator.ActionValidator
Validate whether or not that Action can be executed at this time.
isValid(Action<? extends Result>) - Method in class com.gwtplatform.dispatch.server.actionvalidator.AbstractDefaultActionValidator
Deprecated.
 
isValid(Action<? extends Result>) - Method in interface com.gwtplatform.dispatch.server.actionvalidator.ActionValidator
Deprecated.
Validate whether or not that Action can be executed at this time.
isVisible() - Method in class com.gwtplatform.carstore.client.application.event.ActionBarVisibilityEvent
 
isVisible() - Method in class com.gwtplatform.mvp.client.PresenterWidget
Verifies if the presenter is currently visible on the screen.

J

JacksonMapperGenerator - Class in com.gwtplatform.dispatch.rest.rebind
 
JacksonMapperProvider - Interface in com.gwtplatform.dispatch.rest.client.serialization
Provides access to the gwt-jackson object mappers generated at the compilation.
JacksonMapperProviderGenerator - Class in com.gwtplatform.dispatch.rest.rebind
 
JacksonProvider - Class in com.gwtplatform.carstore.server.rest
 
JacksonProvider() - Constructor for class com.gwtplatform.carstore.server.rest.JacksonProvider
 
JsonSerialization - Class in com.gwtplatform.dispatch.rest.client.serialization
JSON implementation of Serialization.

L

LazyActionHandlerValidatorRegistry - Interface in com.gwtplatform.dispatch.rpc.server.actionhandlervalidator
 
LazyActionHandlerValidatorRegistry - Interface in com.gwtplatform.dispatch.server.actionhandlervalidator
Deprecated.
LazyActionHandlerValidatorRegistryImpl - Class in com.gwtplatform.dispatch.rpc.server.guice.actionhandlervalidator
This is a lazy-loading implementation of the registry.
LazyActionHandlerValidatorRegistryImpl - Class in com.gwtplatform.dispatch.rpc.server.spring.actionhandlervalidator
 
LazyActionHandlerValidatorRegistryImpl() - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
 
LazyActionHandlerValidatorRegistryImpl - Class in com.gwtplatform.dispatch.server.guice.actionhandlervalidator
LazyActionHandlerValidatorRegistryImpl - Class in com.gwtplatform.dispatch.server.spring.actionhandlervalidator
LazyActionHandlerValidatorRegistryImpl() - Constructor for class com.gwtplatform.dispatch.server.spring.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
Deprecated.
 
LIMIT - Static variable in class com.gwtplatform.carstore.shared.rest.RestParameter
 
link(TreeLogger, LinkerContext, ArtifactSet, boolean) - Method in class com.gwtplatform.common.rebind.VersionInspectorLinker
 
linkValidators(ActionHandlerValidatorLinkerHelper.BeanProvider, ActionHandlerValidatorRegistry) - Static method in class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper
 
linkValidators(Injector, ActionHandlerValidatorRegistry) - Static method in class com.gwtplatform.dispatch.rpc.server.guice.actionhandlervalidator.ActionHandlerValidatorLinker
 
linkValidators(ApplicationContext, ActionHandlerValidatorRegistry) - Static method in class com.gwtplatform.dispatch.rpc.server.spring.actionhandlervalidator.ActionHandlerValidatorLinker
 
linkValidators(ActionHandlerValidatorLinkerHelper.BeanProvider, ActionHandlerValidatorRegistry) - Static method in class com.gwtplatform.dispatch.server.actionhandlervalidator.ActionHandlerValidatorLinkerHelper
Deprecated.
 
linkValidators(Injector, ActionHandlerValidatorRegistry) - Static method in class com.gwtplatform.dispatch.server.guice.actionhandlervalidator.ActionHandlerValidatorLinker
Deprecated.
 
linkValidators(ApplicationContext, ActionHandlerValidatorRegistry) - Static method in class com.gwtplatform.dispatch.server.spring.actionhandlervalidator.ActionHandlerValidatorLinker
Deprecated.
 
listAll(int, int) - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
 
listByProperty(String, Object) - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
 
listChildKeys(Object) - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
 
listChildren(Object) - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
 
listKeysByProperty(String, Object) - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
 
load() - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
 
LockInteractionEvent - Class in com.gwtplatform.mvp.client.proxy
This event is fired whenever interaction should be locked throughout the application, usually because a navigation operation is taking place and interacting could cause unexpected state switches.
LockInteractionEvent(boolean) - Constructor for class com.gwtplatform.mvp.client.proxy.LockInteractionEvent
 
LockInteractionHandler - Interface in com.gwtplatform.mvp.client.proxy
lockScreen() - Method in class com.gwtplatform.mvp.client.RootPresenter.RootView
 
LoggedInGatekeeper - Class in com.gwtplatform.carstore.client.security
 
logger - Variable in class com.google.gwt.uibinder.rebind.FieldManager
 
Logger - Class in com.gwtplatform.common.rebind
 
Logger(TreeLogger) - Constructor for class com.gwtplatform.common.rebind.Logger
 
Logger - Class in com.gwtplatform.dispatch.rest.rebind
 
Logger(TreeLogger) - Constructor for class com.gwtplatform.dispatch.rest.rebind.Logger
 
logger - Variable in class com.gwtplatform.dispatch.rpc.server.AbstractDispatchServiceImpl
 
logger - Variable in class com.gwtplatform.dispatch.server.AbstractDispatchServiceImpl
Deprecated.
 
logger - Variable in class com.gwtplatform.mvp.rebind.ProxyOutputterBase
 
LoggerFactoryBean - Class in com.gwtplatform.dispatch.rpc.server.spring
 
LoggerFactoryBean(Logger) - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.LoggerFactoryBean
 
LoggerFactoryBean - Class in com.gwtplatform.dispatch.server.spring
Deprecated.
Please use LoggerFactoryBean.
LoggerFactoryBean(Logger) - Constructor for class com.gwtplatform.dispatch.server.spring.LoggerFactoryBean
Deprecated.
 
login(String, String) - Method in class com.gwtplatform.carstore.client.application.login.LoginPresenter
 
login(String, String) - Method in interface com.gwtplatform.carstore.client.application.login.LoginUiHandlers
 
login - Static variable in class com.gwtplatform.carstore.client.place.NameTokens
 
login(LogInRequest) - Method in interface com.gwtplatform.carstore.client.rest.SessionService
 
login(LogInRequest) - Method in class com.gwtplatform.carstore.server.rest.SessionResource
 
LOGIN_COOKIE_NAME - Static variable in class com.gwtplatform.carstore.client.application.login.LoginPresenter
 
LoginMessages - Interface in com.gwtplatform.carstore.client.resources
 
LoginMobileModule - Class in com.gwtplatform.carstore.client.application.login
 
LoginMobileModule() - Constructor for class com.gwtplatform.carstore.client.application.login.LoginMobileModule
 
LoginMobileView - Class in com.gwtplatform.carstore.client.application.login
 
LoginModule - Class in com.gwtplatform.carstore.client.application.login
 
LoginModule() - Constructor for class com.gwtplatform.carstore.client.application.login.LoginModule
 
LoginPresenter - Class in com.gwtplatform.carstore.client.application.login
 
LoginPresenter.MyProxy - Interface in com.gwtplatform.carstore.client.application.login
 
LoginPresenter.MyView - Interface in com.gwtplatform.carstore.client.application.login
 
LogInRequest - Class in com.gwtplatform.carstore.shared.dispatch
 
LogInRequest() - Constructor for class com.gwtplatform.carstore.shared.dispatch.LogInRequest
 
LogInRequest(String, String) - Constructor for class com.gwtplatform.carstore.shared.dispatch.LogInRequest
 
LogInRequest(String) - Constructor for class com.gwtplatform.carstore.shared.dispatch.LogInRequest
 
LogInResult - Class in com.gwtplatform.carstore.shared.dispatch
 
LogInResult() - Constructor for class com.gwtplatform.carstore.shared.dispatch.LogInResult
 
LogInResult(ActionType, CurrentUserDto, String) - Constructor for class com.gwtplatform.carstore.shared.dispatch.LogInResult
 
LoginUiHandlers - Interface in com.gwtplatform.carstore.client.application.login
 
LoginView - Class in com.gwtplatform.carstore.client.application.login
 
logo() - Method in interface com.gwtplatform.carstore.client.resources.AppResources
 
logout() - Method in class com.gwtplatform.carstore.client.application.widget.header.HeaderPresenter
 
logout() - Method in interface com.gwtplatform.carstore.client.application.widget.header.HeaderUiHandlers
 
logout() - Method in interface com.gwtplatform.carstore.client.rest.SessionService
 
logout() - Method in class com.gwtplatform.carstore.server.authentication.Authenticator
 
logout() - Method in class com.gwtplatform.carstore.server.rest.SessionResource
 
logStackTrace(Logger, Throwable) - Static method in class com.gwtplatform.dispatch.rpc.server.Utils
Logs an entire stack trace to the logger, so that it can easily be viewed in the App Engine log.
logStackTrace(Logger, Level, Throwable) - Static method in class com.gwtplatform.dispatch.rpc.server.Utils
Logs an entire stack trace to the logger, so that it can easily be viewed in the App Engine log.
logStackTrace(Logger, Throwable) - Static method in class com.gwtplatform.dispatch.server.Utils
Deprecated.
Logs an entire stack trace to the logger, so that it can easily be viewed in the App Engine log.
logStackTrace(Logger, Level, Throwable) - Static method in class com.gwtplatform.dispatch.server.Utils
Deprecated.
Logs an entire stack trace to the logger, so that it can easily be viewed in the App Engine log.
lookup(String) - Method in class com.google.gwt.uibinder.rebind.FieldManager
 

M

manualReveal(Presenter<?, ?>) - Method in interface com.gwtplatform.mvp.client.proxy.ProxyPlace
Manually reveals a presenter.
manualReveal(Presenter<?, ?>) - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
 
ManualRevealCallback<T> - Class in com.gwtplatform.mvp.client.proxy
This implementation of AsyncCallback can be used when fetching data from the server within Presenter.prepareFromRequest(com.gwtplatform.mvp.shared.proxy.PlaceRequest) for a presenter that uses manual reveal (see Presenter.useManualReveal().
ManualRevealCallback(Presenter<?, ? extends ProxyPlace<?>>) - Constructor for class com.gwtplatform.mvp.client.proxy.ManualRevealCallback
Creates an ManualRevealCallback that is not attached to another AsyncCallback.
manualRevealFailed() - Method in interface com.gwtplatform.mvp.client.proxy.ProxyPlace
Cancels manually revealing a presenter.
manualRevealFailed() - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
 
manufactureAccessorName(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
manufactureField(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
Returns the field's type together with the field's simple name.
manufactureIndentation() - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
manufacturer - Static variable in class com.gwtplatform.carstore.client.place.NameTokens
 
Manufacturer - Class in com.gwtplatform.carstore.server.dao.domain
 
Manufacturer() - Constructor for class com.gwtplatform.carstore.server.dao.domain.Manufacturer
 
Manufacturer(String) - Constructor for class com.gwtplatform.carstore.server.dao.domain.Manufacturer
 
MANUFACTURER - Static variable in class com.gwtplatform.carstore.shared.rest.ResourcesPath
 
ManufacturerAddedEvent - Class in com.gwtplatform.carstore.client.application.manufacturer.event
 
ManufacturerAddedEvent(ManufacturerDto) - Constructor for class com.gwtplatform.carstore.client.application.manufacturer.event.ManufacturerAddedEvent
 
ManufacturerAddedEvent.ManufacturerAddedHandler - Interface in com.gwtplatform.carstore.client.application.manufacturer.event
 
ManufacturerCell - Class in com.gwtplatform.carstore.client.application.manufacturer.renderer
 
ManufacturerDao - Class in com.gwtplatform.carstore.server.dao
 
ManufacturerDao() - Constructor for class com.gwtplatform.carstore.server.dao.ManufacturerDao
 
ManufacturerDetailPresenter - Class in com.gwtplatform.carstore.client.application.manufacturer
 
ManufacturerDetailPresenter.MyProxy - Interface in com.gwtplatform.carstore.client.application.manufacturer
 
ManufacturerDetailPresenter.MyView - Interface in com.gwtplatform.carstore.client.application.manufacturer
 
ManufacturerDetailUiHandlers - Interface in com.gwtplatform.carstore.client.application.manufacturer
 
ManufacturerDetailView - Class in com.gwtplatform.carstore.client.application.manufacturer
 
ManufacturerDto - Class in com.gwtplatform.carstore.shared.dto
 
ManufacturerDto() - Constructor for class com.gwtplatform.carstore.shared.dto.ManufacturerDto
 
ManufacturerDto(String) - Constructor for class com.gwtplatform.carstore.shared.dto.ManufacturerDto
 
ManufacturerMobileModule - Class in com.gwtplatform.carstore.client.application.manufacturer
 
ManufacturerMobileModule() - Constructor for class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerMobileModule
 
ManufacturerMobileView - Class in com.gwtplatform.carstore.client.application.manufacturer
 
ManufacturerModule - Class in com.gwtplatform.carstore.client.application.manufacturer
 
ManufacturerModule() - Constructor for class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerModule
 
ManufacturerPresenter - Class in com.gwtplatform.carstore.client.application.manufacturer
 
ManufacturerPresenter.MyProxy - Interface in com.gwtplatform.carstore.client.application.manufacturer
 
ManufacturerPresenter.MyView - Interface in com.gwtplatform.carstore.client.application.manufacturer
 
ManufacturerRatingDto - Class in com.gwtplatform.carstore.shared.dto
 
ManufacturerRatingDto() - Constructor for class com.gwtplatform.carstore.shared.dto.ManufacturerRatingDto
 
ManufacturerRatingDto(String, Double) - Constructor for class com.gwtplatform.carstore.shared.dto.ManufacturerRatingDto
 
ManufacturerRenderer - Class in com.gwtplatform.carstore.client.application.manufacturer.ui
 
ManufacturerRenderer() - Constructor for class com.gwtplatform.carstore.client.application.manufacturer.ui.ManufacturerRenderer
 
ManufacturerResource - Class in com.gwtplatform.carstore.server.rest
 
manufacturerSaved() - Method in interface com.gwtplatform.carstore.client.resources.EditManufacturerMessages
 
ManufacturerService - Interface in com.gwtplatform.carstore.client.rest
 
ManufacturerUiHandlers - Interface in com.gwtplatform.carstore.client.application.manufacturer
 
ManufacturerView - Class in com.gwtplatform.carstore.client.application.manufacturer
 
manufactureSetterName(String) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
manufactureSetterName(VariableElement) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
matchesNameToken(String) - Method in class com.gwtplatform.mvp.shared.proxy.PlaceRequest
Checks if this place request matches the name token passed.
matchesRequest(PlaceRequest) - Method in interface com.gwtplatform.mvp.client.proxy.Place
Makes sure the method matches the passed request.
matchesRequest(PlaceRequest) - Method in class com.gwtplatform.mvp.client.proxy.PlaceImpl
 
matchesRequest(PlaceRequest) - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
 
menuAction() - Method in interface com.gwtplatform.carstore.client.resources.AppResources.Styles
 
MenuItem - Enum in com.gwtplatform.carstore.client.application.widget.header
 
mergeTemplate(PrintWriter, String, JClassType, String, String) - Method in class com.gwtplatform.carstore.rebind.AbstractVelocityGenerator
 
mergeTemplate(PrintWriter, String, String) - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractVelocityGenerator
 
mergeTemplate(PrintWriter, String) - Method in class com.gwtplatform.mvp.rebind.velocity.AbstractVelocityGenerator
 
Message - Class in com.gwtplatform.carstore.client.application.widget.message
 
Message(String, MessageStyle) - Constructor for class com.gwtplatform.carstore.client.application.widget.message.Message
 
Message(String, MessageStyle, MessageCloseDelay) - Constructor for class com.gwtplatform.carstore.client.application.widget.message.Message
 
message() - Method in interface com.gwtplatform.carstore.client.resources.AppResources.Styles
 
MESSAGE - Static variable in class com.gwtplatform.dispatch.rpc.server.actionhandler.TestActionHandler
 
MessageCloseDelay - Enum in com.gwtplatform.carstore.client.application.widget.message
 
MessagesModule - Class in com.gwtplatform.carstore.client.application.widget.message
 
MessagesModule() - Constructor for class com.gwtplatform.carstore.client.application.widget.message.MessagesModule
 
MessagesPresenter - Class in com.gwtplatform.carstore.client.application.widget.message
 
MessagesPresenter.MyView - Interface in com.gwtplatform.carstore.client.application.widget.message
 
MessageStyle - Enum in com.gwtplatform.carstore.client.application.widget.message
 
MessagesView - Class in com.gwtplatform.carstore.client.application.widget.message
 
MessageWidget - Class in com.gwtplatform.carstore.client.application.widget.message.ui
 
MessageWidget(MessageWidget.Binder, AppResources, Message) - Constructor for class com.gwtplatform.carstore.client.application.widget.message.ui.MessageWidget
 
MessageWidgetFactory - Interface in com.gwtplatform.carstore.client.application.widget.message.ui
 
MetadataType - Enum in com.gwtplatform.dispatch.rest.shared
Used to associate some metadata to generated classes without cluttering the generated classes.
MethodCall - Class in com.gwtplatform.dispatch.rest.rebind.type
 
MethodCall(String, String...) - Constructor for class com.gwtplatform.dispatch.rest.rebind.type.MethodCall
 
MobileDataListStyle - Interface in com.gwtplatform.carstore.client.resources
 
MobileDataListStyle.ListStyle - Interface in com.gwtplatform.carstore.client.resources
 
MobileModule - Class in com.gwtplatform.carstore.client.gin
 
MobileModule() - Constructor for class com.gwtplatform.carstore.client.gin.MobileModule
 
MobileNavigationListStyle - Interface in com.gwtplatform.carstore.client.resources
 
MobileNavigationListStyle.ListStyle - Interface in com.gwtplatform.carstore.client.resources
 
mobileTextField() - Method in interface com.gwtplatform.carstore.client.resources.AppResources.Styles
 
mock(Class<T>) - Method in interface com.gwtplatform.tester.MockFactory
 
MockClientActionHandlerMap - Interface in com.gwtplatform.tester
This is the interface that define the map of Action to ClientActionHandler for unit testing.
MockFactory - Interface in com.gwtplatform.tester
Mocking factory that transfer the work of creating a mock object to any Mocking framework.
MockHandlerModule - Class in com.gwtplatform.tester
Module for use in test cases when creating a guice injector that needs to provide mock handlers.
MockHandlerModule() - Constructor for class com.gwtplatform.tester.MockHandlerModule
 
MockingBinder<U,O> - Class in com.gwtplatform.tester
MockingBinder makes testing view even easier by mocking every UiField and returning a mocked object upon creation.
MockingBinder(Class<U>, MockFactory) - Constructor for class com.gwtplatform.tester.MockingBinder
 
MockProvider<T> - Class in com.gwtplatform.tester
For use in test cases where an Provider is required to provide an object and the test case needs to provide a mock of the object.
MockProvider(T) - Constructor for class com.gwtplatform.tester.MockProvider
Construct a Provider that will provide the mock object.
MultimapJsonSerializer - Class in com.gwtplatform.dispatch.rest.client.serialization
Serializes a Multimap to valid JSON.
MultimapJsonSerializer() - Constructor for class com.gwtplatform.dispatch.rest.client.serialization.MultimapJsonSerializer
 
MultipleResult<T> - Class in com.gwtplatform.dispatch.rpc.shared
A common use-case is returning a list value from an action.
MultipleResult(List<T>) - Constructor for class com.gwtplatform.dispatch.rpc.shared.MultipleResult
 
MultipleResult() - Constructor for class com.gwtplatform.dispatch.rpc.shared.MultipleResult
 
MultipleResult<T> - Class in com.gwtplatform.dispatch.shared
Deprecated.
Please use MultipleResult.
MultipleResult(List<T>) - Constructor for class com.gwtplatform.dispatch.shared.MultipleResult
Deprecated.
 
MultipleResult() - Constructor for class com.gwtplatform.dispatch.shared.MultipleResult
Deprecated.
 
MyGinjector - Interface in com.gwtplatform.carstore.client.gin
Methods defined here will be added to the generated Ginjector.

N

NameToken - Annotation Type in com.gwtplatform.mvp.client.annotations
This annotation is used on the declaration of a presenter's ProxyPlace to specify the name token to use to access this presenter.
nameToken(String) - Method in class com.gwtplatform.mvp.shared.proxy.PlaceRequest.Builder
 
NameTokens - Class in com.gwtplatform.carstore.client.place
 
NameTokens() - Constructor for class com.gwtplatform.carstore.client.place.NameTokens
 
navigateBack() - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
Calls History#back().
navigateBack() - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 
NavigationEvent - Class in com.gwtplatform.mvp.client.proxy
Event fired after navigation has occurred.
NavigationEvent(PlaceRequest) - Constructor for class com.gwtplatform.mvp.client.proxy.NavigationEvent
Create a navigation event and attach it to a place request.
NavigationHandler - Interface in com.gwtplatform.mvp.client.proxy
Handler for NavigationEvent.
NavigationListStyle - Interface in com.gwtplatform.carstore.client.resources
 
NavigationListStyle.ListStyle - Interface in com.gwtplatform.carstore.client.resources
 
NavigationRefusedEvent - Class in com.gwtplatform.mvp.client.proxy
Event fired when a user refuses to leave a page.
NavigationRefusedEvent() - Constructor for class com.gwtplatform.mvp.client.proxy.NavigationRefusedEvent
 
NavigationRefusedHandler - Interface in com.gwtplatform.mvp.client.proxy
NavigationTab - Interface in com.gwtplatform.carstore.client.application.cars.car.navigation
 
NavigationTabEvent - Class in com.gwtplatform.carstore.client.application.cars.car.navigation
 
NavigationTabEvent(NavigationTabEvent.Action, NavigationTab) - Constructor for class com.gwtplatform.carstore.client.application.cars.car.navigation.NavigationTabEvent
 
NavigationTabEvent.NavigationTabHandler - Interface in com.gwtplatform.carstore.client.application.cars.car.navigation
 
NavigationTabPresenter - Class in com.gwtplatform.carstore.client.application.cars.car.navigation
 
NavigationTabPresenter.MyView - Interface in com.gwtplatform.carstore.client.application.cars.car.navigation
 
NavigationTabView - Class in com.gwtplatform.carstore.client.application.cars.car.navigation
 
NavigationUiHandlers - Interface in com.gwtplatform.carstore.client.application.cars.car.navigation
 
newCar - Static variable in class com.gwtplatform.carstore.client.place.NameTokens
 
NoGatekeeper - Annotation Type in com.gwtplatform.mvp.client.annotations
This annotation lets you specify that the Place associated with your proxy should not use a Gatekeeper even if one is defined with DefaultGatekeeper.
NonLeafTabContentProxy<P extends Presenter<?,?>> - Interface in com.gwtplatform.mvp.client.proxy
The interface for the Proxy of a Presenter that does not have a name token and that can be displayed within a TabContainerPresenter's main area.
NonLeafTabContentProxyImpl<T extends Presenter<?,?>> - Class in com.gwtplatform.mvp.client.proxy
 
NonLeafTabContentProxyImpl() - Constructor for class com.gwtplatform.mvp.client.proxy.NonLeafTabContentProxyImpl
Creates a Proxy for a Presenter that is meant to be contained within a TabContainerPresenter but not as a leaf.
NonLeafTabContentProxyOutputter - Class in com.gwtplatform.mvp.rebind
Proxy outputter for a proxy corresponding to a presenter which is displayed within a TabContainerPresenter.
NonLeafTabContentProxyOutputter(TypeOracle, TreeLogger, ClassCollection, GinjectorInspector, PresenterInspector) - Constructor for class com.gwtplatform.mvp.rebind.NonLeafTabContentProxyOutputter
 
NoResult - Class in com.gwtplatform.dispatch.rpc.shared
A common use-case is returning nothing from an action.
NoResult() - Constructor for class com.gwtplatform.dispatch.rpc.shared.NoResult
 
NoResult - Class in com.gwtplatform.dispatch.shared
Deprecated.
Please use NoResult.
NoResult() - Constructor for class com.gwtplatform.dispatch.shared.NoResult
Deprecated.
 
normalizePath(String) - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractVelocityGenerator
 
NotifyingAsyncCallback<T> - Class in com.gwtplatform.mvp.client.proxy
An implementation of AsyncCallback that sends events on the EventBus whenever an async call starts, succeeds, or fails.
NotifyingAsyncCallback(EventBus) - Constructor for class com.gwtplatform.mvp.client.proxy.NotifyingAsyncCallback
 
NotifyingAsyncCallback.State - Enum in com.gwtplatform.mvp.client.proxy
This enum indicates the state of the notifying async callback.
NotNullTranslator - Class in com.gwtplatform.carstore.client.util.exceptiontranslators
 
NotNullTranslator(String) - Constructor for class com.gwtplatform.carstore.client.util.exceptiontranslators.NotNullTranslator
 
NoXsrfHeader - Annotation Type in com.gwtplatform.dispatch.rest.client
Annotation used to disable the XSRF header on REST actions and services.

O

ObjectifyDao<T> - Class in com.gwtplatform.crawlerservice.server.service
Generic DAO for use with Objectify.
ObjectifyDao() - Constructor for class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
 
OFFSET - Static variable in class com.gwtplatform.carstore.shared.rest.RestParameter
 
ofy() - Method in class com.gwtplatform.carstore.server.dao.BaseDao
 
Ofy - Class in com.gwtplatform.carstore.server.dao.objectify
 
Ofy(Objectify) - Constructor for class com.gwtplatform.carstore.server.dao.objectify.Ofy
 
ofy() - Static method in class com.gwtplatform.carstore.server.dao.objectify.OfyService
 
ofy() - Static method in class com.gwtplatform.crawlerservice.server.objectify.OfyService
 
ofy() - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
 
OfyFactory - Class in com.gwtplatform.carstore.server.dao.objectify
 
OfyFactory() - Constructor for class com.gwtplatform.carstore.server.dao.objectify.OfyFactory
 
OfyService - Class in com.gwtplatform.carstore.server.dao.objectify
 
OfyService() - Constructor for class com.gwtplatform.carstore.server.dao.objectify.OfyService
 
OfyService - Class in com.gwtplatform.crawlerservice.server.objectify
 
OfyService() - Constructor for class com.gwtplatform.crawlerservice.server.objectify.OfyService
 
onAction(ChangeActionBarEvent.ActionType) - Method in class com.gwtplatform.carstore.client.application.widget.header.HeaderPresenter
 
onAction(ChangeActionBarEvent.ActionType) - Method in interface com.gwtplatform.carstore.client.application.widget.header.HeaderUiHandlers
 
onActionBarVisible(ActionBarVisibilityEvent) - Method in class com.gwtplatform.carstore.client.application.ApplicationPresenter
 
onActionBarVisible(ActionBarVisibilityEvent) - Method in interface com.gwtplatform.carstore.client.application.event.ActionBarVisibilityEvent.ActionBarVisibilityHandler
 
onActionBarVisible(ActionBarVisibilityEvent) - Method in class com.gwtplatform.carstore.client.application.widget.header.HeaderPresenter
 
onActionEvent(ActionBarEvent) - Method in class com.gwtplatform.carstore.client.application.cars.car.CarPresenter
 
onActionEvent(ActionBarEvent) - Method in class com.gwtplatform.carstore.client.application.cars.CarsPresenter
 
onActionEvent(ActionBarEvent) - Method in interface com.gwtplatform.carstore.client.application.event.ActionBarEvent.ActionBarHandler
 
onActionEvent(ActionBarEvent) - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerDetailPresenter
 
onActionEvent(ActionBarEvent) - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerPresenter
 
onActionEvent(ActionBarEvent) - Method in class com.gwtplatform.carstore.client.application.rating.RatingDetailPresenter
 
onActionEvent(ActionBarEvent) - Method in class com.gwtplatform.carstore.client.application.rating.RatingPresenter
 
onAsyncCallFail(AsyncCallFailEvent) - Method in interface com.gwtplatform.mvp.client.proxy.AsyncCallFailHandler
 
onAsyncCallStart(AsyncCallStartEvent) - Method in interface com.gwtplatform.mvp.client.proxy.AsyncCallStartHandler
 
onAsyncCallSucceed(AsyncCallSucceedEvent) - Method in interface com.gwtplatform.mvp.client.proxy.AsyncCallSucceedHandler
 
onBind() - Method in class com.gwtplatform.carstore.client.application.ApplicationPresenter
 
onBind() - Method in class com.gwtplatform.carstore.client.application.cars.car.CarPresenter
 
onBind() - Method in class com.gwtplatform.carstore.client.application.cars.car.navigation.NavigationTabPresenter
 
onBind() - Method in class com.gwtplatform.carstore.client.application.cars.car.RootCarPresenter
 
onBind() - Method in class com.gwtplatform.carstore.client.application.cars.CarsPresenter
 
onBind() - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerDetailPresenter
 
onBind() - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerPresenter
 
onBind() - Method in class com.gwtplatform.carstore.client.application.rating.RatingDetailPresenter
 
onBind() - Method in class com.gwtplatform.carstore.client.application.rating.RatingPresenter
 
onBind() - Method in class com.gwtplatform.carstore.client.application.widget.header.HeaderPresenter
 
onBind() - Method in class com.gwtplatform.carstore.client.application.widget.message.MessagesPresenter
 
onBind() - Method in class com.gwtplatform.mvp.client.HandlerContainerImpl
Lifecycle method called when binding the object.
onBind() - Method in class com.gwtplatform.mvp.client.RootPresenter
 
onBind() - Method in class com.gwtplatform.mvp.client.TabContainerPresenter
 
onBootstrap() - Method in interface com.gwtplatform.mvp.client.Bootstrapper
 
onBootstrap() - Method in class com.gwtplatform.mvp.client.DefaultBootstrapper
 
onBrowserEvent(Cell.Context, Element, RatingDto, NativeEvent, ValueUpdater<RatingDto>) - Method in class com.gwtplatform.carstore.client.application.rating.renderer.RatingCell
 
onCancel() - Method in class com.gwtplatform.carstore.client.application.cars.car.CarPresenter
 
onCancel() - Method in interface com.gwtplatform.carstore.client.application.cars.car.CarUiHandlers
 
onCancel() - Method in class com.gwtplatform.carstore.client.application.manufacturer.ui.EditManufacturerPresenter
 
onCancel() - Method in interface com.gwtplatform.carstore.client.application.manufacturer.ui.EditManufacturerUiHandlers
 
onCancel() - Method in class com.gwtplatform.carstore.client.application.rating.ui.EditRatingPresenter
 
onCancel() - Method in interface com.gwtplatform.carstore.client.application.rating.ui.EditRatingUiHandlers
 
onCarAdded(CarAddedEvent) - Method in class com.gwtplatform.carstore.client.application.cars.CarsPresenter
 
onCarAdded(CarAddedEvent) - Method in interface com.gwtplatform.carstore.client.application.cars.event.CarAddedEvent.CarAddedHandler
 
onChangeActionBar(ChangeActionBarEvent) - Method in class com.gwtplatform.carstore.client.application.ApplicationPresenter
 
onChangeActionBar(ChangeActionBarEvent) - Method in interface com.gwtplatform.carstore.client.application.event.ChangeActionBarEvent.ChangeActionBarHandler
 
onChangeActionBar(ChangeActionBarEvent) - Method in class com.gwtplatform.carstore.client.application.widget.header.HeaderPresenter
 
onChangeTab(ChangeTabEvent) - Method in interface com.gwtplatform.mvp.client.ChangeTabHandler
Called whenever a tab contained in a TabContainerPresenter wants to change its information.
onClose() - Method in interface com.gwtplatform.mvp.client.PopupViewCloseHandler
 
onCloseTab(CloseTabEvent) - Method in interface com.gwtplatform.carstore.client.application.cars.car.navigation.CloseTabEvent.CloseTabHandler
 
onCloseTab(NavigationTab) - Method in interface com.gwtplatform.carstore.client.application.cars.car.navigation.NavigationTabEvent.NavigationTabHandler
 
onCloseTab(NavigationTab) - Method in class com.gwtplatform.carstore.client.application.cars.car.navigation.NavigationTabPresenter
 
onCreate() - Method in class com.gwtplatform.carstore.client.application.cars.CarsPresenter
 
onCreate() - Method in interface com.gwtplatform.carstore.client.application.cars.CarsUiHandlers
 
onCreate() - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerPresenter
 
onCreate() - Method in interface com.gwtplatform.carstore.client.application.manufacturer.ManufacturerUiHandlers
 
onCreate() - Method in class com.gwtplatform.carstore.client.application.rating.RatingPresenter
 
onCreate() - Method in interface com.gwtplatform.carstore.client.application.rating.RatingUiHandlers
 
onDelete(CarDto) - Method in class com.gwtplatform.carstore.client.application.cars.CarsPresenter
 
onDelete(CarDto) - Method in interface com.gwtplatform.carstore.client.application.cars.CarsUiHandlers
 
onDelete(ManufacturerDto) - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerPresenter
 
onDelete(ManufacturerDto) - Method in interface com.gwtplatform.carstore.client.application.manufacturer.ManufacturerUiHandlers
 
onDelete(RatingDto) - Method in class com.gwtplatform.carstore.client.application.rating.RatingPresenter
 
onDelete(RatingDto) - Method in interface com.gwtplatform.carstore.client.application.rating.RatingUiHandlers
 
onDetail(ManufacturerDto) - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerPresenter
 
onDetail(ManufacturerDto) - Method in interface com.gwtplatform.carstore.client.application.manufacturer.ManufacturerUiHandlers
 
onDisplayMessage(DisplayMessageEvent) - Method in interface com.gwtplatform.carstore.client.application.event.DisplayMessageEvent.DisplayMessageHandler
 
onDisplayMessage(DisplayMessageEvent) - Method in class com.gwtplatform.carstore.client.application.widget.message.MessagesPresenter
 
onEdit(CarDto) - Method in class com.gwtplatform.carstore.client.application.cars.CarsPresenter
 
onEdit(CarDto) - Method in interface com.gwtplatform.carstore.client.application.cars.CarsUiHandlers
 
onEdit(ManufacturerDto) - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerPresenter
 
onEdit(ManufacturerDto) - Method in interface com.gwtplatform.carstore.client.application.manufacturer.ManufacturerUiHandlers
 
onExecuteFailure(A, Throwable, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 
onExecuteFailure(Throwable) - Method in class com.gwtplatform.dispatch.client.DispatchCall
Override this method to perform additional work when the action execution failed.
onExecuteFailure(Throwable, Response) - Method in class com.gwtplatform.dispatch.client.DispatchCall
Override this method to perform additional work when the action execution failed.
onExecuteFailure(Throwable, Response) - Method in class com.gwtplatform.dispatch.rest.client.RestDispatchCall
 
onExecuteSuccess(A, R, AsyncCallback<R>) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 
onExecuteSuccess(R) - Method in class com.gwtplatform.dispatch.client.DispatchCall
Override this method to perform additional work when the action execution succeeded.
onExecuteSuccess(R, Response) - Method in class com.gwtplatform.dispatch.client.DispatchCall
Override this method to perform additional work when the action execution succeeded.
onExecuteSuccess(R, Response) - Method in class com.gwtplatform.dispatch.rest.client.RestDispatchCall
 
onFailure(Throwable) - Method in class com.gwtplatform.carstore.client.util.AbstractAsyncCallback
 
onFailure(Throwable) - Method in class com.gwtplatform.carstore.client.util.ErrorHandlerAsyncCallback
 
onFailure(Throwable) - Method in class com.gwtplatform.dispatch.client.DefaultCallbackDispatchRequest
 
onFailure(Throwable) - Method in class com.gwtplatform.dispatch.client.DefaultExceptionHandler
onFailure(Throwable) - Method in class com.gwtplatform.dispatch.client.DelagatingCallbackDispatchRequest
 
onFailure(Throwable) - Method in class com.gwtplatform.dispatch.client.DelegatingAsyncCallback
 
onFailure(Throwable) - Method in interface com.gwtplatform.dispatch.client.ExceptionHandler
This method is called when an exception occurs.
onFailure(Throwable) - Method in class com.gwtplatform.mvp.client.proxy.ManualRevealCallback
 
onFailure(Throwable) - Method in class com.gwtplatform.mvp.client.proxy.NotifyingAsyncCallback
 
onGetPlaceTitle(GetPlaceTitleEvent) - Method in interface com.gwtplatform.mvp.client.proxy.GetPlaceTitleHandler
Called when something has requested the name of a new place.
onGoBack(GoBackEvent) - Method in class com.gwtplatform.carstore.client.application.cars.car.CarPresenter
 
onGoBack(GoBackEvent) - Method in interface com.gwtplatform.carstore.client.application.event.GoBackEvent.GoBackHandler
 
onGoBack(GoBackEvent) - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerDetailPresenter
 
onGoBack(GoBackEvent) - Method in class com.gwtplatform.carstore.client.application.rating.RatingDetailPresenter
 
onGoBack() - Method in class com.gwtplatform.carstore.client.application.widget.header.HeaderPresenter
 
onGoBack() - Method in interface com.gwtplatform.carstore.client.application.widget.header.HeaderUiHandlers
 
onHide() - Method in class com.gwtplatform.mvp.client.PresenterWidget
Lifecycle method called whenever this presenter is about to be hidden.
onLoad() - Method in class com.gwtplatform.carstore.client.application.widget.message.ui.MessageWidget
 
onLockInteraction(LockInteractionEvent) - Method in interface com.gwtplatform.mvp.client.proxy.LockInteractionHandler
 
onLockInteraction(LockInteractionEvent) - Method in class com.gwtplatform.mvp.client.RootPresenter
 
onLogin(UserLoginEvent) - Method in interface com.gwtplatform.carstore.client.application.event.UserLoginEvent.UserLoginHandler
 
onLogin(UserLoginEvent) - Method in class com.gwtplatform.carstore.client.application.widget.header.HeaderPresenter
 
onLogout() - Method in class com.gwtplatform.carstore.client.application.widget.header.HeaderMobileView
 
onLogout() - Method in interface com.gwtplatform.carstore.client.application.widget.header.UserInfoPopup.Handler
 
onManufacturerAdded(ManufacturerAddedEvent) - Method in interface com.gwtplatform.carstore.client.application.manufacturer.event.ManufacturerAddedEvent.ManufacturerAddedHandler
 
onModuleLoad() - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestDispatcherController
 
onNavigation(NavigationEvent) - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsNavigationTracker
 
onNavigation(NavigationEvent) - Method in interface com.gwtplatform.mvp.client.proxy.NavigationHandler
 
onNavigationRefused(NavigationRefusedEvent) - Method in interface com.gwtplatform.mvp.client.proxy.NavigationRefusedHandler
 
onPreBootstrap() - Method in interface com.gwtplatform.mvp.client.PreBootstrapper
 
onProcessingCompleted() - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
Utility method called after the processing is finished.
onProcessingStarted() - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
Utility method called after processing has started.
onRangeOrRowCountChanged() - Method in class com.gwtplatform.carstore.client.application.ui.ShowMorePagerPanel
 
onRatingAdded(RatingAddedEvent) - Method in interface com.gwtplatform.carstore.client.application.rating.event.RatingAddedEvent.RatingAddedHandler
 
onRatingAdded(RatingAddedEvent) - Method in class com.gwtplatform.carstore.client.application.rating.RatingPresenter
 
onRequestTabs(RequestTabsEvent) - Method in interface com.gwtplatform.mvp.client.RequestTabsHandler
Called whenever the TabContainerPresenter is instantiated and needs to know which tabs it contains.
onReset() - Method in class com.gwtplatform.mvp.client.PresenterWidget
Lifecycle method called on all visible presenters whenever a presenter is revealed anywhere in the presenter hierarchy.
onResetPresenters(ResetPresentersEvent) - Method in interface com.gwtplatform.mvp.client.proxy.ResetPresentersHandler
 
onResetPresenters(ResetPresentersEvent) - Method in class com.gwtplatform.mvp.client.RootPresenter
 
onReveal() - Method in class com.gwtplatform.carstore.client.application.cars.car.CarPresenter
 
onReveal() - Method in class com.gwtplatform.carstore.client.application.cars.CarsPresenter
 
onReveal() - Method in class com.gwtplatform.carstore.client.application.login.LoginPresenter
 
onReveal() - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerDetailPresenter
 
onReveal() - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerPresenter
 
onReveal() - Method in class com.gwtplatform.carstore.client.application.rating.RatingDetailPresenter
 
onReveal() - Method in class com.gwtplatform.carstore.client.application.rating.RatingPresenter
 
onReveal() - Method in class com.gwtplatform.carstore.client.application.report.ReportPresenter
 
onReveal() - Method in class com.gwtplatform.mvp.client.PresenterWidget
Lifecycle method called whenever this presenter is about to be revealed.
onRevealContent(RevealContentEvent) - Method in class com.gwtplatform.mvp.client.proxy.RevealContentHandler
This is the dispatched method.
onRevealRootContent(RevealRootContentEvent) - Method in interface com.gwtplatform.mvp.client.proxy.RevealRootContentHandler
Called whenever a presenter wants to sets itself as the root content of the application, that is, within GWT's RootPanel.
onRevealRootContent(RevealRootContentEvent) - Method in class com.gwtplatform.mvp.client.RootPresenter
 
onRevealRootLayoutContent(RevealRootLayoutContentEvent) - Method in interface com.gwtplatform.mvp.client.proxy.RevealRootLayoutContentHandler
Called whenever a presenter wants to sets itself as the root layout content of the application, that is, within GWT's RootLayoutPanel.
onRevealRootLayoutContent(RevealRootLayoutContentEvent) - Method in class com.gwtplatform.mvp.client.RootPresenter
 
onRevealRootPopupContent(RevealRootPopupContentEvent) - Method in interface com.gwtplatform.mvp.client.proxy.RevealRootPopupContentHandler
Called whenever a presenter wants to sets itself as a popup attached to the root of the application.
onRevealRootPopupContent(RevealRootPopupContentEvent) - Method in class com.gwtplatform.mvp.client.RootPresenter
 
onRevealTab(NavigationTab) - Method in interface com.gwtplatform.carstore.client.application.cars.car.navigation.NavigationTabEvent.NavigationTabHandler
 
onRevealTab(NavigationTab) - Method in class com.gwtplatform.carstore.client.application.cars.car.navigation.NavigationTabPresenter
 
onSave(CarDto) - Method in class com.gwtplatform.carstore.client.application.cars.car.CarPresenter
 
onSave(CarDto) - Method in interface com.gwtplatform.carstore.client.application.cars.car.CarUiHandlers
 
onSave(ManufacturerDto) - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerDetailPresenter
 
onSave(ManufacturerDto) - Method in interface com.gwtplatform.carstore.client.application.manufacturer.ManufacturerDetailUiHandlers
 
onSave(ManufacturerDto) - Method in class com.gwtplatform.carstore.client.application.manufacturer.ui.EditManufacturerPresenter
 
onSave(ManufacturerDto) - Method in interface com.gwtplatform.carstore.client.application.manufacturer.ui.EditManufacturerUiHandlers
 
onSave(RatingDto) - Method in class com.gwtplatform.carstore.client.application.rating.RatingDetailPresenter
 
onSave(RatingDto) - Method in interface com.gwtplatform.carstore.client.application.rating.RatingDetailUiHandlers
 
onSave(RatingDto) - Method in class com.gwtplatform.carstore.client.application.rating.ui.EditRatingPresenter
 
onSave(RatingDto) - Method in interface com.gwtplatform.carstore.client.application.rating.ui.EditRatingUiHandlers
 
onSetPlaceTitle(String) - Method in interface com.gwtplatform.mvp.client.proxy.SetPlaceTitleHandler
Invoked when the title of the place is available.
onSuccess(R) - Method in class com.gwtplatform.dispatch.client.DefaultCallbackDispatchRequest
 
onSuccess(R) - Method in class com.gwtplatform.dispatch.client.DelagatingCallbackDispatchRequest
 
onSuccess(ClientActionHandler<?, ?>) - Method in class com.gwtplatform.dispatch.client.DelegatingAsyncCallback
 
onSuccess(T) - Method in class com.gwtplatform.mvp.client.proxy.ManualRevealCallback
 
onSuccess(T) - Method in class com.gwtplatform.mvp.client.proxy.NotifyingAsyncCallback
 
onSuccessfulLogin() - Method in interface com.gwtplatform.carstore.client.resources.LoginMessages
 
onTabSelected(int) - Method in class com.gwtplatform.carstore.client.application.cars.car.navigation.NavigationTabPresenter
 
onTabSelected(int) - Method in interface com.gwtplatform.carstore.client.application.cars.car.navigation.NavigationUiHandlers
 
onUnbind() - Method in class com.gwtplatform.mvp.client.HandlerContainerImpl
Lifecycle method called when unbinding the object.
onUnbind() - Method in class com.gwtplatform.mvp.client.TabContainerPresenter
 
onUndoFailure(A, Throwable, AsyncCallback<Void>) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 
onUndoSuccess(A, Void, AsyncCallback<Void>) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 
onValueChange(ValueChangeEvent<String>) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
Handles change events from History.
onWindowClosing(Window.ClosingEvent) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 
Optional - Annotation Type in com.gwtplatform.dispatch.annotation
Use the @Optional annotation to specify optional fields.
oracle - Variable in class com.gwtplatform.mvp.rebind.ProxyOutputterBase
 
Order - Annotation Type in com.gwtplatform.dispatch.annotation
Use with @GenEvent or @GenDto to specify the order of the fields in the constructor parameter list.
Out - Annotation Type in com.gwtplatform.dispatch.annotation
Use the @Out(value) annotation on fields in an @GenDispatch class.

P

PACKAGE - Static variable in class com.gwtplatform.mvp.rebind.velocity.AbstractVelocityGenerator
 
ParameterTokenFormatter - Class in com.gwtplatform.mvp.shared.proxy
Formats tokens from String values to PlaceRequest and PlaceRequest hierarchies and vice-versa.
ParameterTokenFormatter(UrlUtils) - Constructor for class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
Builds a ParameterTokenFormatter using the default separators and escape character.
ParameterTokenFormatter(UrlUtils, String, String, String) - Constructor for class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
This constructor makes it possible to use custom separators in your token formatter.
PasswordSecurity - Interface in com.gwtplatform.carstore.server.authentication
 
PathParameter - Class in com.gwtplatform.carstore.shared.rest
 
PathParameter() - Constructor for class com.gwtplatform.carstore.shared.rest.PathParameter
 
PathParamValueResolver - Class in com.gwtplatform.dispatch.rest.rebind.util
 
PathParamValueResolver() - Constructor for class com.gwtplatform.dispatch.rest.rebind.util.PathParamValueResolver
 
PhoneGapDispatchAsync - Class in com.gwtplatform.dispatch.client
Deprecated.
PhoneGapDispatchAsync - Class in com.gwtplatform.dispatch.rpc.client
This class is an extension of RpcDispatchAsync and configures the right service entry point and request headers for Phone Gap applications.
PhoneGapDispatchAsyncModule - Class in com.gwtplatform.dispatch.client.gin
Deprecated.
PhoneGapDispatchAsyncModule() - Constructor for class com.gwtplatform.dispatch.client.gin.PhoneGapDispatchAsyncModule
Deprecated.
 
PhoneGapDispatchAsyncModule - Class in com.gwtplatform.dispatch.rpc.client.gin
This gin module provides provides access to a DispatchAsync singleton that will work when used in a Phone Gap application.
PhoneGapDispatchAsyncModule() - Constructor for class com.gwtplatform.dispatch.rpc.client.gin.PhoneGapDispatchAsyncModule
 
PhoneGapLocalModule - Class in com.gwtplatform.carstore.client.gin
 
PhoneGapLocalModule() - Constructor for class com.gwtplatform.carstore.client.gin.PhoneGapLocalModule
 
PhoneGapModule - Class in com.gwtplatform.carstore.client.gin
 
PhoneGapModule() - Constructor for class com.gwtplatform.carstore.client.gin.PhoneGapModule
 
PhoneGapRemoteModule - Class in com.gwtplatform.carstore.client.gin
 
PhoneGapRemoteModule() - Constructor for class com.gwtplatform.carstore.client.gin.PhoneGapRemoteModule
 
Place - Interface in com.gwtplatform.mvp.client.proxy
Important: For simplicity, places do not participate in dependency injection and can be created with new.
PlaceImpl - Class in com.gwtplatform.mvp.client.proxy
 
PlaceImpl(String) - Constructor for class com.gwtplatform.mvp.client.proxy.PlaceImpl
 
PlaceManager - Interface in com.gwtplatform.mvp.client.proxy
Place managers work as an intermediary between the GWT History API and ProxyPlaceAbstract.
PlaceManagerImpl - Class in com.gwtplatform.mvp.client.proxy
Default implementation to be extended of the PlaceManager.
PlaceManagerImpl(EventBus, TokenFormatter) - Constructor for class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 
PlaceRequest - Class in com.gwtplatform.mvp.shared.proxy
This class represents a 'request' for a place location.
PlaceRequest() - Constructor for class com.gwtplatform.mvp.shared.proxy.PlaceRequest
Builds a request without any name token and without parameters.
PlaceRequest(String) - Constructor for class com.gwtplatform.mvp.shared.proxy.PlaceRequest
Deprecated.
PlaceRequest.Builder - Class in com.gwtplatform.mvp.shared.proxy
Class for constructing PlaceRequests.
PlaceRequest.Builder() - Constructor for class com.gwtplatform.mvp.shared.proxy.PlaceRequest.Builder
Constructor which will not initialize any internal variables; this should be done by calling either PlaceRequest.Builder.nameToken(String), PlaceRequest.Builder.with(String, String) or PlaceRequest.Builder.with(java.util.Map) method, e.g.
PlaceRequest.Builder(PlaceRequest) - Constructor for class com.gwtplatform.mvp.shared.proxy.PlaceRequest.Builder
'Copy' constructor for initializing a new PlaceRequest.Builder with data from an existing PlaceRequest, e.g.
PlaceTokenRegistry - Interface in com.gwtplatform.mvp.shared.proxy
Provide information about all registered place tokens.
PlaceTokenRegistryGenerator - Class in com.gwtplatform.mvp.rebind
Generates an implementation of PlaceTokenRegistry based on GWTP's NameToken annotation.
PlaceTokenRegistryGenerator() - Constructor for class com.gwtplatform.mvp.rebind.PlaceTokenRegistryGenerator
 
PlaceWithGatekeeper - Class in com.gwtplatform.mvp.client.proxy
 
PlaceWithGatekeeper(String, Gatekeeper) - Constructor for class com.gwtplatform.mvp.client.proxy.PlaceWithGatekeeper
 
PlaceWithGatekeeperWithParams - Class in com.gwtplatform.mvp.client.proxy
Specialized PlaceWithGatekeeper which uses a GatekeeperWithParams and an array of parameters to protect the Place.
PlaceWithGatekeeperWithParams(String, GatekeeperWithParams, String[]) - Constructor for class com.gwtplatform.mvp.client.proxy.PlaceWithGatekeeperWithParams
 
pop() - Method in class com.google.gwt.uibinder.rebind.FieldManager
Remove the field at the top of the FieldManager.parsedFieldStack.
populateVelocityContext(VelocityContext, JClassType) - Method in class com.gwtplatform.carstore.rebind.AbstractVelocityGenerator
 
populateVelocityContext(VelocityContext, JClassType) - Method in class com.gwtplatform.carstore.rebind.VelocityColumnsInitializerGenerator
 
populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractServiceGenerator
 
populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.dispatch.rest.rebind.AbstractVelocityGenerator
 
populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.dispatch.rest.rebind.ActionGenerator
 
populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.dispatch.rest.rebind.ActionMetadataProviderGenerator
 
populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.dispatch.rest.rebind.ChildServiceGenerator
 
populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.dispatch.rest.rebind.GinModuleGenerator
 
populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.dispatch.rest.rebind.JacksonMapperGenerator
 
populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.dispatch.rest.rebind.JacksonMapperProviderGenerator
 
populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.dispatch.rest.rebind.ServiceGenerator
 
populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.mvp.rebind.velocity.AbstractVelocityGenerator
 
populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.mvp.rebind.velocity.ginjectors.FormFactorGinjectorGenerator
 
populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.mvp.rebind.velocity.ginjectors.FormFactorGinjectorProviderGenerator
 
populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.mvp.rebind.velocity.ginjectors.GinjectorProviderGenerator
 
populateVelocityContext(VelocityContext) - Method in class com.gwtplatform.mvp.rebind.velocity.proxy.VelocityPlacetokenGenerator
 
PopupView - Interface in com.gwtplatform.mvp.client
The interface for View classes that is meant to be displayed as a popup, like a GWT PopupPanel or a DialogBox.
PopupViewCloseHandler - Interface in com.gwtplatform.mvp.client
A simple handler that provides a callback method to use whenever a PopupView is closed.
PopupViewImpl - Class in com.gwtplatform.mvp.client
A simple implementation of PopupView that can be used when the widget returned by ViewImpl.asWidget() inherits from PopupPanel.
PopupViewImpl(EventBus) - Constructor for class com.gwtplatform.mvp.client.PopupViewImpl
The PopupViewImpl class uses the EventBus to listen to NavigationEvent in order to automatically close when this event is fired, if desired.
PopupViewWithUiHandlers<C extends UiHandlers> - Class in com.gwtplatform.mvp.client
Base class for a PopupView that implements the HasUiHandlers interface.
PopupViewWithUiHandlers(EventBus) - Constructor for class com.gwtplatform.mvp.client.PopupViewWithUiHandlers
The PopupViewWithUiHandlers class uses the EventBus to listen to NavigationEvent in order to automatically close when this event is fired, if desired.
postfetch(A, R) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.AbstractCachingClientActionHandler
Override this method to perform an action after the call to the server returns successfully or not.
postfetch(A, R) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.ActionCachingHandler
 
postProcessAfterInitialization(Object, String) - Method in class com.gwtplatform.dispatch.rpc.server.spring.AnnotatedActionBeandHandlerRegistrator
 
postProcessAfterInitialization(Object, String) - Method in class com.gwtplatform.dispatch.server.spring.AnnotatedActionBeandHandlerRegistrator
Deprecated.
 
postProcessBeforeInitialization(Object, String) - Method in class com.gwtplatform.dispatch.rpc.server.spring.AnnotatedActionBeandHandlerRegistrator
 
postProcessBeforeInitialization(Object, String) - Method in class com.gwtplatform.dispatch.server.spring.AnnotatedActionBeandHandlerRegistrator
Deprecated.
 
PreBootstrapper - Interface in com.gwtplatform.mvp.client
When a class implementing the PreBootstrapper interface and annotated with com.gwtplatform.mvp.client.annotations.PreBootstrap is found, the ApplicationController will call onPreBootstrap() before GWTP is initialized.
prefetch(A) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.AbstractCachingClientActionHandler
Override this method to perform an action before the call is sent to the server.
prefetch(A) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.ActionCachingHandler
 
prepare() - Method in class com.gwtplatform.mvp.client.proxy.NotifyingAsyncCallback
This method is used to place that the async callback in its INITIALIZED stated.
prepareExecute(A) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 
prepareExecute(A) - Method in class com.gwtplatform.dispatch.client.RpcDispatchAsync
Deprecated.
 
prepareExecute(A) - Method in class com.gwtplatform.dispatch.rpc.client.RpcDispatchAsync
 
prepareFromRequest(PlaceRequest) - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerDetailPresenter
 
prepareFromRequest(PlaceRequest) - Method in class com.gwtplatform.mvp.client.Presenter
Prepare the state of the presenter given the information contained in the PlaceRequest.
prepareService(ServiceDefTarget, String, String) - Method in class com.gwtplatform.dispatch.client.PhoneGapDispatchAsync
Deprecated.
 
prepareService(ServiceDefTarget, String, String) - Method in class com.gwtplatform.dispatch.client.RpcDispatchAsync
Deprecated.
 
prepareService(ServiceDefTarget, String, String) - Method in class com.gwtplatform.dispatch.rpc.client.PhoneGapDispatchAsync
 
prepareService(ServiceDefTarget, String, String) - Method in class com.gwtplatform.dispatch.rpc.client.RpcDispatchAsync
 
prepareUndo(A) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 
prepareUndo(A) - Method in class com.gwtplatform.dispatch.client.RpcDispatchAsync
Deprecated.
 
prepareUndo(A) - Method in class com.gwtplatform.dispatch.rpc.client.RpcDispatchAsync
 
Presenter<V extends View,Proxy_ extends Proxy<?>> - Class in com.gwtplatform.mvp.client
A singleton presenter, the basic building block of the model-view-presenter architecture.
Presenter(boolean, EventBus, V, Proxy_) - Constructor for class com.gwtplatform.mvp.client.Presenter
Creates a Presenter that is not necessarily using automatic binding.
Presenter(EventBus, V, Proxy_) - Constructor for class com.gwtplatform.mvp.client.Presenter
Creates a Presenter that uses automatic binding.
Presenter(EventBus, V, Proxy_, Presenter.RevealType) - Constructor for class com.gwtplatform.mvp.client.Presenter
Creates a Presenter that uses automatic binding.
Presenter(EventBus, V, Proxy_, GwtEvent.Type<RevealContentHandler<?>>) - Constructor for class com.gwtplatform.mvp.client.Presenter
Creates a Presenter that uses automatic binding.
Presenter(EventBus, V, Proxy_, Presenter.RevealType, GwtEvent.Type<RevealContentHandler<?>>) - Constructor for class com.gwtplatform.mvp.client.Presenter
Creates a Presenter that uses automatic binding.
presenter - Variable in class com.gwtplatform.mvp.client.proxy.ProxyImpl
 
Presenter.RevealType - Enum in com.gwtplatform.mvp.client
The RevealType define which event will be fired in the default Presenter.revealInParent().
PresenterDefinitions - Class in com.gwtplatform.mvp.rebind
This class will hold a reference to all type of presenters that can be found in an application to be able to retrieve them by type afterward.
PresenterDefinitions() - Constructor for class com.gwtplatform.mvp.rebind.PresenterDefinitions
 
PresenterInspector - Class in com.gwtplatform.mvp.rebind
A class used to inspect the presenter, the methods and inner interfaces it contains.
PresenterInspector(TypeOracle, TreeLogger, ClassCollection, GinjectorInspector) - Constructor for class com.gwtplatform.mvp.rebind.PresenterInspector
 
presenterInspector - Variable in class com.gwtplatform.mvp.rebind.ProxyOutputterBase
 
PresenterSetupModule - Class in com.gwtplatform.mvp.client.gin
Configures the basic classes for presenter.
PresenterSetupModule(Class<? extends PlaceManager>) - Constructor for class com.gwtplatform.mvp.client.gin.PresenterSetupModule
 
PresenterSetupModule(Class<? extends PlaceManager>, Class<? extends TokenFormatter>) - Constructor for class com.gwtplatform.mvp.client.gin.PresenterSetupModule
 
PresenterTitleMethod - Class in com.gwtplatform.mvp.rebind
Represents a method, in the presenter, that is responsible of returning the place title.
PresenterTitleMethod(TreeLogger, ClassCollection, GinjectorInspector, PresenterInspector) - Constructor for class com.gwtplatform.mvp.rebind.PresenterTitleMethod
 
PresenterWidget<V extends View> - Class in com.gwtplatform.mvp.client
A presenter that does not have to be a singleton.
PresenterWidget(boolean, EventBus, V) - Constructor for class com.gwtplatform.mvp.client.PresenterWidget
Creates a PresenterWidget that is not necessarily using automatic binding.
PresenterWidget(EventBus, V) - Constructor for class com.gwtplatform.mvp.client.PresenterWidget
Creates a PresenterWidget that uses automatic binding.
print(Object) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
print(String, Object...) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
printError(String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
Prints an error.
println() - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
println(Object) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
println(String, Object...) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
printMessage(String) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
Prints a message.
printWithoutSpaces(String, Object...) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
process(Element) - Method in class com.gwtplatform.dispatch.annotation.processor.GenDispatchProcessor
 
process(Element) - Method in class com.gwtplatform.dispatch.annotation.processor.GenDtoProcessor
 
process(Element) - Method in class com.gwtplatform.dispatch.annotation.processor.GenEventProcessor
 
process(Set<? extends TypeElement>, RoundEnvironment) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
 
process(Element) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProcessor
Override this function to receive elements which you've declared in supported annotations.
process(Element) - Method in class com.gwtplatform.dispatch.annotation.processor.GenProxyProcessor
 
propertySourcesPlaceholderConfigurer() - Static method in class com.gwtplatform.dispatch.rpc.server.spring.DispatchModule
 
propertySourcesPlaceholderConfigurer() - Static method in class com.gwtplatform.dispatch.server.spring.DispatchModule
Deprecated.
 
provideDispatchAsync(ExceptionHandler, SecurityCookieAccessor, ClientActionHandlerRegistry) - Method in class com.gwtplatform.dispatch.client.gin.DispatchAsyncModule
Deprecated.
 
ProviderBundle - Class in com.gwtplatform.common.client
This class can be used to contain a group of providers that should all sit behind the same split point.
ProviderBundle(int) - Constructor for class com.gwtplatform.common.client.ProviderBundle
Constructs a ProviderBundle containing a given number of providers.
ProviderBundleGenerator - Class in com.gwtplatform.mvp.rebind
Will generate a ProviderBundle.
ProviderBundleGenerator() - Constructor for class com.gwtplatform.mvp.rebind.ProviderBundleGenerator
 
providers - Variable in class com.gwtplatform.common.client.ProviderBundle
 
Proxy<P extends Presenter<?,?>> - Interface in com.gwtplatform.mvp.client.proxy
The interface for light-weight singleton classes that listens for events before the full Presenter is instantiated.
ProxyCodeSplit - Annotation Type in com.gwtplatform.mvp.client.annotations
Use this annotation with a Proxy if you want the associated Presenter to sit behind a split point.
ProxyCodeSplitBundle - Annotation Type in com.gwtplatform.mvp.client.annotations
Use this annotation if you want to have certain Proxys and their associated Presenters to sit behind one split point and to be compiled into one javascript file separately from others.
ProxyCodeSplitBundle.NoOpProviderBundle - Class in com.gwtplatform.mvp.client.annotations
 
ProxyEvent - Annotation Type in com.gwtplatform.mvp.client.annotations
Use this to annotate an event-handling method that should be registered in the proxy rather than being registered in the presenter.
ProxyEventMethod - Class in com.gwtplatform.mvp.rebind
Represents a method, in the presenter, that is responsible of handling an event.
ProxyEventMethod(TreeLogger, ClassCollection, PresenterInspector) - Constructor for class com.gwtplatform.mvp.rebind.ProxyEventMethod
 
ProxyGenerator - Class in com.gwtplatform.mvp.rebind
 
ProxyGenerator() - Constructor for class com.gwtplatform.mvp.rebind.ProxyGenerator
 
ProxyImpl<P extends Presenter<?,?>> - Class in com.gwtplatform.mvp.client.proxy
 
ProxyImpl() - Constructor for class com.gwtplatform.mvp.client.proxy.ProxyImpl
Creates a Proxy class for a specific presenter.
ProxyOutputter - Interface in com.gwtplatform.mvp.rebind
Interface of classes that are able to output the code of a specific type of proxy.
ProxyOutputterBase - Class in com.gwtplatform.mvp.rebind
The base class of any ProxyOutputter implementation.
ProxyOutputterFactory - Class in com.gwtplatform.mvp.rebind
Factory used to instantiate the adequate ProxyOutputter given a proxy interface.
ProxyOutputterFactory(TypeOracle, TreeLogger, ClassCollection, GinjectorInspector, PresenterInspector) - Constructor for class com.gwtplatform.mvp.rebind.ProxyOutputterFactory
 
ProxyPlace<P extends Presenter<?,?>> - Interface in com.gwtplatform.mvp.client.proxy
The interface of a Proxy that is also a Place.
ProxyPlaceAbstract<P extends Presenter<?,?>,Proxy_ extends Proxy<P>> - Class in com.gwtplatform.mvp.client.proxy
A useful mixing class to define a Proxy that is also a Place.
ProxyPlaceAbstract() - Constructor for class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
ProxyPlaceImpl<P extends Presenter<?,?>> - Class in com.gwtplatform.mvp.client.proxy
A useful mixing class to define a Proxy that is also a Place.
ProxyPlaceImpl() - Constructor for class com.gwtplatform.mvp.client.proxy.ProxyPlaceImpl
 
ProxyPlaceOutputter - Class in com.gwtplatform.mvp.rebind
Proxy outputter for a proxy that is also a place.
ProxyPlaceOutputter(TypeOracle, TreeLogger, ClassCollection, GinjectorInspector, PresenterInspector) - Constructor for class com.gwtplatform.mvp.rebind.ProxyPlaceOutputter
 
ProxyRaw - Interface in com.gwtplatform.mvp.client.proxy
This is the unparameterized base interface for proxy.
ProxyStandard - Annotation Type in com.gwtplatform.mvp.client.annotations
Use this annotation with a Proxy if you don't want the associated Presenter to sit behind a split point.
pump() - Method in class com.gwtplatform.tester.DeferredCommandManager
 
push(XMLElement, FieldWriter) - Method in class com.google.gwt.uibinder.rebind.FieldManager
 
put(T) - Method in class com.gwtplatform.carstore.server.dao.BaseDao
 
put(Iterable<T>) - Method in class com.gwtplatform.carstore.server.dao.BaseDao
 
put(CarPropertiesDto) - Method in class com.gwtplatform.carstore.server.dao.CarPropertiesDao
 
put(T) - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
 
put(Object, Object) - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
Puts the key-value pair in the cache.
put(Object, Object) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
 
putAll(Iterable<T>) - Method in class com.gwtplatform.crawlerservice.server.service.ObjectifyDao
 

Q

query() - Method in class com.gwtplatform.carstore.server.dao.BaseDao
 
query(Class<T>) - Method in class com.gwtplatform.carstore.server.dao.objectify.Ofy
 
QueryParamValueResolver - Class in com.gwtplatform.dispatch.rest.rebind.util
 
QueryParamValueResolver() - Constructor for class com.gwtplatform.dispatch.rest.rebind.util.QueryParamValueResolver
 

R

random - Variable in class com.gwtplatform.dispatch.rpc.server.AbstractRandomSecurityCookieFilter
 
random - Variable in class com.gwtplatform.dispatch.server.AbstractRandomSecurityCookieFilter
Deprecated.
 
RandomSecurityCookieFilter - Class in com.gwtplatform.dispatch.rpc.server.guice
 
RandomSecurityCookieFilter - Class in com.gwtplatform.dispatch.rpc.server.spring
 
RandomSecurityCookieFilter - Class in com.gwtplatform.dispatch.server.guice
Deprecated.
RandomSecurityCookieFilter - Class in com.gwtplatform.dispatch.server.spring
Deprecated.
rating - Static variable in class com.gwtplatform.carstore.client.place.NameTokens
 
Rating - Class in com.gwtplatform.carstore.server.dao.domain
 
Rating() - Constructor for class com.gwtplatform.carstore.server.dao.domain.Rating
 
RATING - Static variable in class com.gwtplatform.carstore.shared.rest.ResourcesPath
 
RatingAddedEvent - Class in com.gwtplatform.carstore.client.application.rating.event
 
RatingAddedEvent(RatingDto) - Constructor for class com.gwtplatform.carstore.client.application.rating.event.RatingAddedEvent
 
RatingAddedEvent.RatingAddedHandler - Interface in com.gwtplatform.carstore.client.application.rating.event
 
RatingCell - Class in com.gwtplatform.carstore.client.application.rating.renderer
 
RatingCellFactory - Interface in com.gwtplatform.carstore.client.application.rating.renderer
 
RatingColumnsDefinition - Interface in com.gwtplatform.carstore.client.application.rating.ui
 
RatingDao - Class in com.gwtplatform.carstore.server.dao
 
RatingDao() - Constructor for class com.gwtplatform.carstore.server.dao.RatingDao
 
RatingDetailPresenter - Class in com.gwtplatform.carstore.client.application.rating
 
RatingDetailPresenter.MyProxy - Interface in com.gwtplatform.carstore.client.application.rating
 
RatingDetailPresenter.MyView - Interface in com.gwtplatform.carstore.client.application.rating
 
RatingDetailUiHandlers - Interface in com.gwtplatform.carstore.client.application.rating
 
RatingDetailView - Class in com.gwtplatform.carstore.client.application.rating
 
RatingDetailView(RatingDetailView.Binder, RatingDetailView.Driver) - Constructor for class com.gwtplatform.carstore.client.application.rating.RatingDetailView
 
RatingDto - Class in com.gwtplatform.carstore.shared.dto
 
RatingDto() - Constructor for class com.gwtplatform.carstore.shared.dto.RatingDto
 
RatingDto(CarDto, Integer) - Constructor for class com.gwtplatform.carstore.shared.dto.RatingDto
 
RatingMobileModule - Class in com.gwtplatform.carstore.client.application.rating
 
RatingMobileModule() - Constructor for class com.gwtplatform.carstore.client.application.rating.RatingMobileModule
 
RatingMobileView - Class in com.gwtplatform.carstore.client.application.rating
 
RatingModule - Class in com.gwtplatform.carstore.client.application.rating
 
RatingModule() - Constructor for class com.gwtplatform.carstore.client.application.rating.RatingModule
 
RatingPresenter - Class in com.gwtplatform.carstore.client.application.rating
 
RatingPresenter.MyProxy - Interface in com.gwtplatform.carstore.client.application.rating
 
RatingPresenter.MyView - Interface in com.gwtplatform.carstore.client.application.rating
 
RatingResource - Class in com.gwtplatform.carstore.server.rest
 
ratingSaved() - Method in interface com.gwtplatform.carstore.client.resources.EditRatingMessages
 
RatingService - Interface in com.gwtplatform.carstore.client.rest
 
RatingUiHandlers - Interface in com.gwtplatform.carstore.client.application.rating
 
RatingView - Class in com.gwtplatform.carstore.client.application.rating
 
RebindModule - Class in com.gwtplatform.carstore.rebind
 
RebindModule(MortalLogger, GeneratorContext) - Constructor for class com.gwtplatform.carstore.rebind.RebindModule
 
RebindModule - Class in com.gwtplatform.dispatch.rest.rebind
Rest-Dispatch code generation module.
RebindModule(Logger, GeneratorContext) - Constructor for class com.gwtplatform.dispatch.rest.rebind.RebindModule
 
RebindModule - Class in com.gwtplatform.mvp.rebind.velocity
 
RebindModule(Logger, GeneratorContext) - Constructor for class com.gwtplatform.mvp.rebind.velocity.RebindModule
 
ReflectionHelper - Class in com.gwtplatform.dispatch.annotation.helper
ReflectionHelper is an internal class that provides common routines only used by the annotation processors.
ReflectionHelper(ProcessingEnvironment, TypeElement) - Constructor for class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
 
register(ClientActionHandler<?, ?>) - Method in class com.gwtplatform.dispatch.client.actionhandler.DefaultClientActionHandlerRegistry
Register a instance of a client-side action handler.
register(Class<?>, Provider<? extends ClientActionHandler<?, ?>>) - Method in class com.gwtplatform.dispatch.client.actionhandler.DefaultClientActionHandlerRegistry
Register a Provider of a client-side action handler.
register(Class<?>, AsyncProvider<? extends ClientActionHandler<?, ?>>) - Method in class com.gwtplatform.dispatch.client.actionhandler.DefaultClientActionHandlerRegistry
Register an AsyncProvider of a client-side action handler.
register(Class<?>, AsyncProvider<B>, int) - Method in class com.gwtplatform.dispatch.client.actionhandler.DefaultClientActionHandlerRegistry
Register a client-side action handler that is part of a ProviderBundle.
register(Class<?>, IndirectProvider<ClientActionHandler<?, ?>>) - Method in class com.gwtplatform.dispatch.client.actionhandler.DefaultClientActionHandlerRegistry
Register an IndirectProvider of a client-side action handler.
register(Class<? extends RestAction>, MetadataType, Object) - Method in class com.gwtplatform.dispatch.rest.client.AbstractActionMetadataProvider
 
register(DelayedBind) - Static method in class com.gwtplatform.mvp.client.DelayedBindRegistry
Registers a new object so that it is bound using delayed binding.
RegisterActionHandler - Annotation Type in com.gwtplatform.dispatch.rpc.server.spring.annotation
Annotation to put on handler to automatic register handler with action ActionHandler.getActionType() and validator RegisterActionHandler.validator().
RegisterActionHandler - Annotation Type in com.gwtplatform.dispatch.server.spring.annotation
Deprecated.
registerBean(ApplicationContext, B) - Static method in class com.gwtplatform.dispatch.rpc.server.spring.utils.SpringUtils
 
registerBean(ApplicationContext, B) - Static method in class com.gwtplatform.dispatch.server.spring.utils.SpringUtils
Deprecated.
 
registerField(FieldWriterType, JClassType, String) - Method in class com.google.gwt.uibinder.rebind.FieldManager
Used to declare fields of an existing type.
registerField(JClassType, String) - Method in class com.google.gwt.uibinder.rebind.FieldManager
 
registerField(String, String) - Method in class com.google.gwt.uibinder.rebind.FieldManager
 
registerField(String, FieldWriter) - Method in class com.google.gwt.uibinder.rebind.FieldManager
 
registerField(FieldWriterType, JClassType, String) - Method in class com.google.gwt.uibinder.rebind.GinFieldManager
 
registerFieldForGeneratedCssResource(ImplicitCssResource) - Method in class com.google.gwt.uibinder.rebind.FieldManager
Used to declare fields that will hold generated instances generated CssResource interfaces.
registerFieldForLazyDomElement(JClassType, OwnerField) - Method in class com.google.gwt.uibinder.rebind.FieldManager
Register a new field for LazyDomElement types.
registerFieldOfGeneratedType(JClassType, String, String, String) - Method in class com.google.gwt.uibinder.rebind.FieldManager
Used to declare fields of a type (other than CssResource) that is to be generated.
registerFieldReference(XMLElement, String, JType...) - Method in class com.google.gwt.uibinder.rebind.FieldManager
Called to register a {field.reference} encountered during parsing, to be validated against the type oracle once parsing is complete.
registerHandler(HandlerRegistration) - Method in class com.gwtplatform.mvp.client.HandlerContainerImpl
Registers a handler so that it is automatically removed when HandlerContainerImpl.unbind() is called.
RegisterMetadataEvent - Class in com.gwtplatform.dispatch.rest.rebind.event
 
RegisterMetadataEvent(String, MetadataType, String) - Constructor for class com.gwtplatform.dispatch.rest.rebind.event.RegisterMetadataEvent
 
RegisterMetadataHolder - Class in com.gwtplatform.dispatch.rest.rebind.type
 
RegisterMetadataHolder(String, MetadataType, String) - Constructor for class com.gwtplatform.dispatch.rest.rebind.type.RegisterMetadataHolder
 
RegisterSerializableTypeEvent - Class in com.gwtplatform.dispatch.rest.rebind.event
 
RegisterSerializableTypeEvent(JType) - Constructor for class com.gwtplatform.dispatch.rest.rebind.event.RegisterSerializableTypeEvent
 
RemoteServerUrl - Annotation Type in com.gwtplatform.dispatch.client
Deprecated.
Please use RemoteServerUrl.
RemoteServerUrl - Annotation Type in com.gwtplatform.dispatch.rpc.client
This annotation is used to bind the remote server url to your phonegap application.
remove(Object) - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
Removes the entry from the cache.
remove(Object) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
 
removeActionHandlerValidator(Class<A>) - Method in class com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.AbstractEagerActionHandlerValidatorRegistryImpl
 
removeActionHandlerValidator(Class<A>) - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.EagerActionHandlerValidatorRegistry
 
removeActionHandlerValidator(Class<A>) - Method in class com.gwtplatform.dispatch.server.actionhandlervalidator.AbstractEagerActionHandlerValidatorRegistryImpl
Deprecated.
 
removeActionHandlerValidator(Class<A>) - Method in interface com.gwtplatform.dispatch.server.actionhandlervalidator.EagerActionHandlerValidatorRegistry
Deprecated.
 
removeActionHandlerValidatorClass(Class<A>, ActionHandlerValidatorClass<A, R>) - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandlervalidator.LazyActionHandlerValidatorRegistry
Removes any registration of specified class, as well as any instances which have been created.
removeActionHandlerValidatorClass(Class<A>, ActionHandlerValidatorClass<A, R>) - Method in class com.gwtplatform.dispatch.rpc.server.guice.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
 
removeActionHandlerValidatorClass(Class<A>, ActionHandlerValidatorClass<A, R>) - Method in class com.gwtplatform.dispatch.rpc.server.spring.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
 
removeActionHandlerValidatorClass(Class<A>, ActionHandlerValidatorClass<A, R>) - Method in interface com.gwtplatform.dispatch.server.actionhandlervalidator.LazyActionHandlerValidatorRegistry
Deprecated.
Removes any registration of specified class, as well as any instances which have been created.
removeActionHandlerValidatorClass(Class<A>, ActionHandlerValidatorClass<A, R>) - Method in class com.gwtplatform.dispatch.server.guice.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
Deprecated.
 
removeActionHandlerValidatorClass(Class<A>, ActionHandlerValidatorClass<A, R>) - Method in class com.gwtplatform.dispatch.server.spring.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
Deprecated.
 
removeButton() - Method in interface com.gwtplatform.carstore.client.resources.MobileDataListStyle.ListStyle
 
removeFromPopupSlot(PresenterWidget<? extends PopupView>) - Method in interface com.gwtplatform.mvp.client.HasPopupSlot
This method removes popup content within the Presenter.
removeFromPopupSlot(PresenterWidget<? extends PopupView>) - Method in class com.gwtplatform.mvp.client.PresenterWidget
 
removeFromSlot(Object, PresenterWidget<?>) - Method in interface com.gwtplatform.mvp.client.HasSlots
This method removes some content in a specific slot of the Presenter.
removeFromSlot(Object, PresenterWidget<?>) - Method in class com.gwtplatform.mvp.client.PresenterWidget
 
removeFromSlot(Object, IsWidget) - Method in interface com.gwtplatform.mvp.client.View
Requests the view to remove content from a specific slot.
removeFromSlot(Object, IsWidget) - Method in class com.gwtplatform.mvp.client.ViewImpl
 
removeLoggedInCookie(UserDto) - Method in class com.gwtplatform.carstore.server.dao.UserSessionDao
 
removeManufacturer(ManufacturerDto) - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerMobileView
 
removeManufacturer(ManufacturerDto) - Method in interface com.gwtplatform.carstore.client.application.manufacturer.ManufacturerPresenter.MyView
 
removeManufacturer(ManufacturerDto) - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerView
 
removeRating(RatingDto) - Method in class com.gwtplatform.carstore.client.application.rating.RatingMobileView
 
removeRating(RatingDto) - Method in interface com.gwtplatform.carstore.client.application.rating.RatingPresenter.MyView
 
removeRating(RatingDto) - Method in class com.gwtplatform.carstore.client.application.rating.RatingView
 
removeSmall() - Method in interface com.gwtplatform.carstore.client.resources.AppResources
 
removeTab(int) - Method in interface com.gwtplatform.carstore.client.application.cars.car.navigation.NavigationTabPresenter.MyView
 
removeTab(int) - Method in class com.gwtplatform.carstore.client.application.cars.car.navigation.NavigationTabView
 
removeTab(Tab) - Method in interface com.gwtplatform.mvp.client.TabPanel
Removes a tab from the widget.
removeTabs() - Method in interface com.gwtplatform.mvp.client.TabPanel
Removes all tabs from the widget.
render(CarDto) - Method in class com.gwtplatform.carstore.client.application.cars.car.CarRenderer
 
render(Cell.Context, CarDto, SafeHtmlBuilder) - Method in class com.gwtplatform.carstore.client.application.cars.renderer.CarCell
 
render(Cell.Context, ManufacturerDto, SafeHtmlBuilder) - Method in class com.gwtplatform.carstore.client.application.manufacturer.renderer.ManufacturerCell
 
render(ManufacturerDto) - Method in class com.gwtplatform.carstore.client.application.manufacturer.ui.ManufacturerRenderer
 
render(Cell.Context, RatingDto, SafeHtmlBuilder) - Method in class com.gwtplatform.carstore.client.application.rating.renderer.RatingCell
 
render(Cell.Context, T, SafeHtmlBuilder) - Method in class com.gwtplatform.carstore.client.application.renderer.EnumCell
 
render(Cell.Context, ManufacturerRatingDto, SafeHtmlBuilder) - Method in class com.gwtplatform.carstore.client.application.report.renderer.ReportCell
 
replaceManufacturer(ManufacturerDto, ManufacturerDto) - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerMobileView
 
replaceManufacturer(ManufacturerDto, ManufacturerDto) - Method in interface com.gwtplatform.carstore.client.application.manufacturer.ManufacturerPresenter.MyView
 
replaceManufacturer(ManufacturerDto, ManufacturerDto) - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerView
 
replaceParameters(String, Object...) - Static method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
Replaces each placeholder of this string that matches a parameter index.
report - Static variable in class com.gwtplatform.carstore.client.place.NameTokens
 
ReportCell - Class in com.gwtplatform.carstore.client.application.report.renderer
 
ReportMobileModule - Class in com.gwtplatform.carstore.client.application.report
 
ReportMobileModule() - Constructor for class com.gwtplatform.carstore.client.application.report.ReportMobileModule
 
ReportMobileView - Class in com.gwtplatform.carstore.client.application.report
 
ReportModule - Class in com.gwtplatform.carstore.client.application.report
 
ReportModule() - Constructor for class com.gwtplatform.carstore.client.application.report.ReportModule
 
ReportPresenter - Class in com.gwtplatform.carstore.client.application.report
 
ReportPresenter.MyProxy - Interface in com.gwtplatform.carstore.client.application.report
 
ReportPresenter.MyView - Interface in com.gwtplatform.carstore.client.application.report
 
ReportService - Class in com.gwtplatform.carstore.server.service
 
ReportService() - Constructor for class com.gwtplatform.carstore.server.service.ReportService
 
ReportView - Class in com.gwtplatform.carstore.client.application.report
 
requestProvider - Variable in class com.gwtplatform.dispatch.rpc.server.AbstractDispatchServiceImpl
 
requestProvider(Class<? extends RequestProvider>) - Method in class com.gwtplatform.dispatch.rpc.server.guice.DispatchModule.Builder
 
RequestProvider - Interface in com.gwtplatform.dispatch.rpc.server
 
RequestProvider - Class in com.gwtplatform.dispatch.rpc.server.spring.utils
 
RequestProvider() - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.utils.RequestProvider
 
requestProvider - Variable in class com.gwtplatform.dispatch.server.AbstractDispatchServiceImpl
Deprecated.
 
requestProvider(Class<? extends RequestProvider>) - Method in class com.gwtplatform.dispatch.server.guice.DispatchModule.Builder
Deprecated.
 
RequestProvider - Interface in com.gwtplatform.dispatch.server
Deprecated.
Please use RequestProvider.
RequestProvider - Class in com.gwtplatform.dispatch.server.spring.utils
Deprecated.
Please use RequestProvider.
RequestProvider() - Constructor for class com.gwtplatform.dispatch.server.spring.utils.RequestProvider
Deprecated.
 
RequestTabs - Annotation Type in com.gwtplatform.mvp.client.annotations
Use this annotation in classes implementing TabContainerPresenter.
RequestTabsEvent - Class in com.gwtplatform.mvp.client
This event is fired by the TabContainerPresenter to identify all presenters that should display their tabs within it.
RequestTabsEvent(GwtEvent.Type<RequestTabsHandler>, TabContainerPresenter<?, ?>) - Constructor for class com.gwtplatform.mvp.client.RequestTabsEvent
Creates an event for requesting the tabs that should be displayed in a TabContainerPresenter.
requestTabsEventType - Variable in class com.gwtplatform.mvp.client.proxy.NonLeafTabContentProxyImpl
 
RequestTabsHandler - Interface in com.gwtplatform.mvp.client
 
requestTimeout(int) - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
Specify the number of milliseconds to wait for a request to complete.
RequestTimeout - Annotation Type in com.gwtplatform.dispatch.rest.client
The timeout in milliseconds to use on for RequestBuilder.
require(String) - Method in class com.google.gwt.uibinder.rebind.FieldManager
Gets a FieldWriter given its name or throws a RuntimeException if not found.
reset() - Method in class com.gwtplatform.carstore.client.security.CurrentUser
 
resetFields(CarDto) - Method in class com.gwtplatform.carstore.client.application.cars.car.CarMobileView
 
resetFields(CarDto) - Method in interface com.gwtplatform.carstore.client.application.cars.car.CarPresenter.MyView
 
resetFields(CarDto) - Method in class com.gwtplatform.carstore.client.application.cars.car.CarView
 
ResetPresentersEvent - Class in com.gwtplatform.mvp.client.proxy
This event is fired whenever all visible presenters should be reset.
ResetPresentersEvent() - Constructor for class com.gwtplatform.mvp.client.proxy.ResetPresentersEvent
 
ResetPresentersHandler - Interface in com.gwtplatform.mvp.client.proxy
 
resetWhitespaces() - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
resolve(T) - Method in interface com.gwtplatform.dispatch.rest.rebind.util.AnnotationValueResolver
 
resolve(FormParam) - Method in class com.gwtplatform.dispatch.rest.rebind.util.FormParamValueResolver
 
resolve(HeaderParam) - Method in class com.gwtplatform.dispatch.rest.rebind.util.HeaderParamValueResolver
 
resolve(PathParam) - Method in class com.gwtplatform.dispatch.rest.rebind.util.PathParamValueResolver
 
resolve(QueryParam) - Method in class com.gwtplatform.dispatch.rest.rebind.util.QueryParamValueResolver
 
ResourceBinding - Class in com.gwtplatform.dispatch.rest.rebind.type
 
ResourceBinding(String, String, String) - Constructor for class com.gwtplatform.dispatch.rest.rebind.type.ResourceBinding
 
ResourceLoader - Class in com.gwtplatform.carstore.client.gin
 
ResourceLoader(AppResources) - Constructor for class com.gwtplatform.carstore.client.gin.ResourceLoader
 
ResourcesPath - Class in com.gwtplatform.carstore.shared.rest
 
ResourcesPath() - Constructor for class com.gwtplatform.carstore.shared.rest.ResourcesPath
 
RestAction<R> - Interface in com.gwtplatform.dispatch.rest.shared
An action used by RestDispatch.
RestApplicationPath - Annotation Type in com.gwtplatform.dispatch.rest.client
Binding annotation associated to the root path of your API end point.
RestCallback<R> - Interface in com.gwtplatform.dispatch.rest.shared
An AsyncCallback you can use if you need to retrieve the Response returned by the HTTP call.
RestDispatch - Interface in com.gwtplatform.dispatch.rest.shared
An asynchronous dispatcher service with an arbitrary action type.
RestDispatchAsync - Class in com.gwtplatform.dispatch.rest.client
The default implementation for RestDispatch.
RestDispatchAsyncModule - Class in com.gwtplatform.dispatch.rest.client.gin
An implementation of AbstractDispatchAsyncModule that uses REST calls.
RestDispatchAsyncModule() - Constructor for class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModule
Creates this module using the default values as specified by RestDispatchAsyncModuleBuilder.
RestDispatchAsyncModule.Builder - Class in com.gwtplatform.dispatch.rest.client.gin
RestDispatchAsyncModule.Builder() - Constructor for class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModule.Builder
 
RestDispatchAsyncModuleBuilder - Class in com.gwtplatform.dispatch.rest.client.gin
RestDispatchAsyncModuleBuilder() - Constructor for class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
 
RestDispatchCall<A extends RestAction<R>,R> - Class in com.gwtplatform.dispatch.rest.client
A class representing an execute call to be sent to the server over HTTP.
RestDispatchCall(ExceptionHandler, ClientActionHandlerRegistry, SecurityCookieAccessor, RestRequestBuilderFactory, RestResponseDeserializer, A, AsyncCallback<R>) - Constructor for class com.gwtplatform.dispatch.rest.client.RestDispatchCall
 
RestDispatchCallFactory - Interface in com.gwtplatform.dispatch.rest.client
A factory used to create DispatchCall instances.
RestDispatcherController - Interface in com.gwtplatform.dispatch.rest.client
This interface is used to initiate the generation of RestServices and RestActions.
RestModule - Class in com.gwtplatform.carstore.server.rest
 
RestModule() - Constructor for class com.gwtplatform.carstore.server.rest.RestModule
 
RestParameter - Class in com.gwtplatform.carstore.shared.rest
 
RestParameter() - Constructor for class com.gwtplatform.carstore.shared.rest.RestParameter
 
RestParameter - Class in com.gwtplatform.dispatch.rest.shared
This class is used by AbstractRestAction to associate a parameter name to a value.
RestParameter(String, Object) - Constructor for class com.gwtplatform.dispatch.rest.shared.RestParameter
 
RestParameterBuilder - Class in com.gwtplatform.dispatch.rest.client.gin
Configure a global parameter to be sent with every HTTP requests.
RestRequestBuilderFactory - Interface in com.gwtplatform.dispatch.rest.client
Factory used to create RequestBuilder objects for a given RestAction.
RestResponseDeserializer - Interface in com.gwtplatform.dispatch.rest.client
Deserializes a response for a given action.
RestService - Interface in com.gwtplatform.dispatch.rest.shared
Defines RestActions to be used with RestDispatch.
Result - Interface in com.gwtplatform.dispatch.rpc.shared
A marker interface for Action results.
Result - Interface in com.gwtplatform.dispatch.shared
Deprecated.
Please use ServiceException.
RevealContentEvent - Class in com.gwtplatform.mvp.client.proxy
This event is fired by a Presenter that desires to reveal itself within its parent.
RevealContentEvent(GwtEvent.Type<RevealContentHandler<?>>, Presenter<?, ?>) - Constructor for class com.gwtplatform.mvp.client.proxy.RevealContentEvent
 
RevealContentHandler<T extends Presenter<?,?>> - Class in com.gwtplatform.mvp.client.proxy
This is the handler class for RevealContentEvent.
RevealContentHandler(EventBus, ProxyImpl<T>) - Constructor for class com.gwtplatform.mvp.client.proxy.RevealContentHandler
 
revealCurrentPlace() - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
Reveals the place corresponding to the current value of the history token in the URL bar.
revealCurrentPlace() - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 
revealDefaultPlace() - Method in class com.gwtplatform.mvp.client.proxy.DefaultPlaceManager
 
revealDefaultPlace() - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
Reveals the default place.
revealErrorPlace(String) - Method in class com.gwtplatform.mvp.client.proxy.DefaultPlaceManager
 
revealErrorPlace(String) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
Reveals the place to display when a user tries to access an invalid place.
revealErrorPlace(String) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 
revealInParent() - Method in class com.gwtplatform.carstore.client.application.ApplicationPresenter
 
revealInParent() - Method in class com.gwtplatform.carstore.client.application.cars.car.CarPresenter
 
revealInParent() - Method in class com.gwtplatform.carstore.client.application.cars.car.RootCarPresenter
 
revealInParent() - Method in class com.gwtplatform.carstore.client.application.cars.CarsPresenter
 
revealInParent() - Method in class com.gwtplatform.carstore.client.application.login.LoginPresenter
 
revealInParent() - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerDetailPresenter
 
revealInParent() - Method in class com.gwtplatform.carstore.client.application.manufacturer.ManufacturerPresenter
 
revealInParent() - Method in class com.gwtplatform.carstore.client.application.rating.RatingDetailPresenter
 
revealInParent() - Method in class com.gwtplatform.carstore.client.application.rating.RatingPresenter
 
revealInParent() - Method in class com.gwtplatform.carstore.client.application.report.ReportPresenter
 
revealInParent() - Method in class com.gwtplatform.mvp.client.Presenter
Requests that the presenter reveal itself in its parent presenter.
revealPlace(PlaceRequest) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
Programmatically reveals the specified place, updating the browser URL in the process.
revealPlace(PlaceRequest, boolean) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
Programmatically reveals the specified place.
revealPlace(PlaceRequest) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 
revealPlace(PlaceRequest, boolean) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 
revealPlaceHierarchy(List<PlaceRequest>) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
Programmatically reveals the specified hierarchy of places place, updating the browser URL in the process.
revealPlaceHierarchy(List<PlaceRequest>) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 
revealRelativePlace(int) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
Programmatically reveals the specified place from the current place hierarchy.
revealRelativePlace(PlaceRequest) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
Programmatically reveals the specified place as a child of the current place hierarchy.
revealRelativePlace(PlaceRequest, int) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
Programmatically reveals the specified place relative to the other places in the current place hierarchy.
revealRelativePlace(int) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 
revealRelativePlace(PlaceRequest) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 
revealRelativePlace(PlaceRequest, int) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 
RevealRootContentEvent - Class in com.gwtplatform.mvp.client.proxy
This event is fired by a Presenter that desires to reveal itself at the root of the application.
RevealRootContentEvent(Presenter<?, ?>) - Constructor for class com.gwtplatform.mvp.client.proxy.RevealRootContentEvent
 
RevealRootContentHandler - Interface in com.gwtplatform.mvp.client.proxy
This is the handler interface for RevealRootContentEvent.
RevealRootLayoutContentEvent - Class in com.gwtplatform.mvp.client.proxy
This event is fired by a Presenter that desires to reveal itself at the root of the application.
RevealRootLayoutContentEvent(Presenter<?, ?>) - Constructor for class com.gwtplatform.mvp.client.proxy.RevealRootLayoutContentEvent
 
RevealRootLayoutContentHandler - Interface in com.gwtplatform.mvp.client.proxy
This is the handler interface for RevealRootLayoutContentEvent.
RevealRootPopupContentEvent - Class in com.gwtplatform.mvp.client.proxy
This event is fired when a PresenterWidget wants to reveal itself as a popup at the root of the application.
RevealRootPopupContentEvent(PresenterWidget<? extends PopupView>) - Constructor for class com.gwtplatform.mvp.client.proxy.RevealRootPopupContentEvent
 
RevealRootPopupContentEvent(PresenterWidget<? extends PopupView>, boolean) - Constructor for class com.gwtplatform.mvp.client.proxy.RevealRootPopupContentEvent
 
RevealRootPopupContentHandler - Interface in com.gwtplatform.mvp.client.proxy
This is the handler interface for RevealRootPopupContentEvent.
revealUnauthorizedPlace(String) - Method in class com.gwtplatform.mvp.client.proxy.DefaultPlaceManager
 
revealUnauthorizedPlace(String) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
Reveals the place to display when a user has been refused the access to a specific place.
revealUnauthorizedPlace(String) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 
RootCarPresenter - Class in com.gwtplatform.carstore.client.application.cars.car
 
RootCarPresenter.MyProxy - Interface in com.gwtplatform.carstore.client.application.cars.car
 
RootCarPresenter.MyView - Interface in com.gwtplatform.carstore.client.application.cars.car
 
RootCarView - Class in com.gwtplatform.carstore.client.application.cars.car
 
RootPresenter - Class in com.gwtplatform.mvp.client
This is the presenter for the top-level of the application.
RootPresenter(EventBus, RootPresenter.RootView) - Constructor for class com.gwtplatform.mvp.client.RootPresenter
Creates a proxy class for a presenter that can contain tabs.
RootPresenter.RootView - Class in com.gwtplatform.mvp.client
RootPresenter.RootView() - Constructor for class com.gwtplatform.mvp.client.RootPresenter.RootView
 
RouteTokenFormatter - Class in com.gwtplatform.mvp.shared.proxy
Implementation of TokenFormatter with support for route like place names.
RpcDispatchAsync - Class in com.gwtplatform.dispatch.client
Deprecated.
Please use RpcDispatchAsync.
RpcDispatchAsync(ExceptionHandler, SecurityCookieAccessor, ClientActionHandlerRegistry) - Constructor for class com.gwtplatform.dispatch.client.RpcDispatchAsync
Deprecated.
 
RpcDispatchAsync - Class in com.gwtplatform.dispatch.rpc.client
This class is the default implementation of DispatchAsync, which is essentially the client-side access to the Dispatch class on the server-side.
RpcDispatchAsyncModule - Class in com.gwtplatform.dispatch.rpc.client.gin
An implementation of AbstractDispatchAsyncModule that uses Remote Procedure Calls (RPC).
RpcDispatchAsyncModule() - Constructor for class com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule
 
RpcDispatchAsyncModule(RpcDispatchAsyncModule.Builder) - Constructor for class com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule
 
RpcDispatchAsyncModule.Builder - Class in com.gwtplatform.dispatch.rpc.client.gin
RpcDispatchAsyncModule.Builder() - Constructor for class com.gwtplatform.dispatch.rpc.client.gin.RpcDispatchAsyncModule.Builder
 
RpcDispatchCallFactory - Interface in com.gwtplatform.dispatch.rpc.client
A factory used to create DispatchCall instances.
RpcDispatchExecuteCall<A extends Action<R>,R extends Result> - Class in com.gwtplatform.dispatch.rpc.client
A class representing an execute call to be sent to the server using RPC.
RpcDispatchUndoCall<A extends Action<R>,R extends Result> - Class in com.gwtplatform.dispatch.rpc.client
A class representing an undo call to be sent to the server using RPC.

S

saveOrCreate(CarDto) - Method in interface com.gwtplatform.carstore.client.rest.CarsService
 
saveOrCreate(ManufacturerDto) - Method in interface com.gwtplatform.carstore.client.rest.ManufacturerService
 
saveOrCreate(RatingDto) - Method in interface com.gwtplatform.carstore.client.rest.RatingService
 
saveOrCreate(CarDto) - Method in class com.gwtplatform.carstore.server.rest.CarResource
 
saveOrCreate(ManufacturerDto) - Method in class com.gwtplatform.carstore.server.rest.ManufacturerResource
 
saveOrCreate(RatingDto) - Method in class com.gwtplatform.carstore.server.rest.RatingResource
 
SecureRandomSingleton - Class in com.gwtplatform.dispatch.rpc.server.guice
 
SecureRandomSingleton() - Constructor for class com.gwtplatform.dispatch.rpc.server.guice.SecureRandomSingleton
 
SecureRandomSingleton - Class in com.gwtplatform.dispatch.rpc.server.spring
 
SecureRandomSingleton() - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.SecureRandomSingleton
 
SecureRandomSingleton - Class in com.gwtplatform.dispatch.server.guice
Deprecated.
SecureRandomSingleton() - Constructor for class com.gwtplatform.dispatch.server.guice.SecureRandomSingleton
Deprecated.
 
SecureRandomSingleton - Class in com.gwtplatform.dispatch.server.spring
Deprecated.
SecureRandomSingleton() - Constructor for class com.gwtplatform.dispatch.server.spring.SecureRandomSingleton
Deprecated.
 
SecurityCookie - Annotation Type in com.gwtplatform.dispatch.shared
Bind this annotation on the string you want to use as a security cookie:

bindConstant().annotatedWith(SecurityCookie.class).to("MYCOOKIE");

SecurityCookieAccessor - Interface in com.gwtplatform.dispatch.shared
Provides access to the security cookie stored on the client.
securityCookieName - Variable in class com.gwtplatform.dispatch.rpc.server.AbstractRandomSecurityCookieFilter
 
securityCookieName - Variable in class com.gwtplatform.dispatch.rpc.server.guice.DispatchServiceImpl
 
securityCookieName - Variable in class com.gwtplatform.dispatch.rpc.server.spring.DispatchServiceImpl
 
securityCookieName - Variable in class com.gwtplatform.dispatch.server.AbstractRandomSecurityCookieFilter
Deprecated.
 
securityCookieName - Variable in class com.gwtplatform.dispatch.server.guice.DispatchServiceImpl
Deprecated.
 
securityCookieName - Variable in class com.gwtplatform.dispatch.server.spring.DispatchServiceImpl
Deprecated.
 
SecurityModule - Class in com.gwtplatform.carstore.client.security
 
SecurityModule() - Constructor for class com.gwtplatform.carstore.client.security.SecurityModule
 
SecurityParameters - Class in com.gwtplatform.carstore.server.authentication
 
SecurityParameters() - Constructor for class com.gwtplatform.carstore.server.authentication.SecurityParameters
 
selectTab(int) - Method in interface com.gwtplatform.carstore.client.application.cars.car.navigation.NavigationTabPresenter.MyView
 
selectTab(int) - Method in class com.gwtplatform.carstore.client.application.cars.car.navigation.NavigationTabView
 
serialization(Class<? extends Serialization>) - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
Specify the serialization implementation to use.
Serialization - Interface in com.gwtplatform.dispatch.rest.client.serialization
Offers basic serialization methods.
serialize(Object, String) - Method in class com.gwtplatform.dispatch.rest.client.DefaultRestRequestBuilderFactory
Serialize the given object.
serialize(T, String) - Method in class com.gwtplatform.dispatch.rest.client.serialization.JsonSerialization
 
serialize(Multimap<?, ?>) - Method in class com.gwtplatform.dispatch.rest.client.serialization.MultimapJsonSerializer
 
serialize(T, String) - Method in interface com.gwtplatform.dispatch.rest.client.serialization.Serialization
Serializes the object as a type represented by parameterizedType.
ServerModule - Class in com.gwtplatform.carstore.server.guice
 
ServerModule() - Constructor for class com.gwtplatform.carstore.server.guice.ServerModule
 
ServiceBinding - Class in com.gwtplatform.dispatch.rest.rebind.type
 
ServiceBinding(String, String, String, String) - Constructor for class com.gwtplatform.dispatch.rest.rebind.type.ServiceBinding
 
ServiceDefinitions - Class in com.gwtplatform.dispatch.rest.rebind.type
 
ServiceException - Exception in com.gwtplatform.dispatch.rpc.shared
This is thrown by services when there is a low-level problem while processing an action execution.
ServiceException() - Constructor for exception com.gwtplatform.dispatch.rpc.shared.ServiceException
 
ServiceException(String) - Constructor for exception com.gwtplatform.dispatch.rpc.shared.ServiceException
 
ServiceException(String, Throwable) - Constructor for exception com.gwtplatform.dispatch.rpc.shared.ServiceException
 
ServiceException(Throwable) - Constructor for exception com.gwtplatform.dispatch.rpc.shared.ServiceException
 
ServiceException - Exception in com.gwtplatform.dispatch.shared
Deprecated.
Please use ServiceException.
ServiceException() - Constructor for exception com.gwtplatform.dispatch.shared.ServiceException
Deprecated.
 
ServiceException(String) - Constructor for exception com.gwtplatform.dispatch.shared.ServiceException
Deprecated.
 
ServiceException(String, Throwable) - Constructor for exception com.gwtplatform.dispatch.shared.ServiceException
Deprecated.
 
ServiceException(Throwable) - Constructor for exception com.gwtplatform.dispatch.shared.ServiceException
Deprecated.
 
ServiceGenerator - Class in com.gwtplatform.dispatch.rest.rebind
 
ServiceKey - Annotation Type in com.gwtplatform.crawler.server
Use this annotation to bind the key that should be used when invoking CrawlServiceServlet.
ServiceKey - Annotation Type in com.gwtplatform.crawlerservice.server
Use this annotation to bind the key that should be used when invoking CrawlServiceServlet.
ServiceUrl - Annotation Type in com.gwtplatform.crawler.server
Use this annotation to bind the URL that should be used for the crawl service.
SESSION - Static variable in class com.gwtplatform.carstore.shared.rest.ResourcesPath
 
sessionAccessor(Class<? extends SecurityCookieAccessor>) - Method in class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule.Builder
Specify an alternate session accessor.
sessionAccessorType - Variable in class com.gwtplatform.dispatch.client.gin.AbstractDispatchAsyncModule.Builder
 
SessionResource - Class in com.gwtplatform.carstore.server.rest
 
SessionService - Interface in com.gwtplatform.carstore.client.rest
 
setActiveTab(Tab) - Method in interface com.gwtplatform.mvp.client.TabPanel
Sets the currently active tab.
setAllowedCars(List<CarDto>) - Method in interface com.gwtplatform.carstore.client.application.rating.RatingDetailPresenter.MyView
 
setAllowedCars(List<CarDto>) - Method in class com.gwtplatform.carstore.client.application.rating.RatingDetailView
 
setAllowedCars(List<CarDto>) - Method in interface com.gwtplatform.carstore.client.application.rating.ui.EditRatingPresenter.MyView
 
setAllowedCars(List<CarDto>) - Method in class com.gwtplatform.carstore.client.application.rating.ui.EditRatingView
 
setAllowedManufacturers(List<ManufacturerDto>) - Method in class com.gwtplatform.carstore.client.application.cars.car.CarMobileView
 
setAllowedManufacturers(List<ManufacturerDto>) - Method in interface com.gwtplatform.carstore.client.application.cars.car.CarPresenter.MyView
 
setAllowedManufacturers(List<ManufacturerDto>) - Method in class com.gwtplatform.carstore.client.application.cars.car.CarView
 
setApplicationContext(ApplicationContext) - Method in class com.gwtplatform.dispatch.rpc.server.spring.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
 
setApplicationContext(ApplicationContext) - Method in class com.gwtplatform.dispatch.server.spring.actionhandlervalidator.LazyActionHandlerValidatorRegistryImpl
Deprecated.
 
setAutoExpireTimeInMs(long) - Method in interface com.gwtplatform.dispatch.client.actionhandler.caching.Cache
Set the auto expiry time, after which an entry will expire after it is put in cache.
setAutoExpireTimeInMs(long) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.DefaultCacheImpl
 
setAutoHideOnNavigationEventEnabled(boolean) - Method in interface com.gwtplatform.mvp.client.PopupView
Indicates that the view should automatically hide when a GWTP NavigationEvent is fired.
setAutoHideOnNavigationEventEnabled(boolean) - Method in class com.gwtplatform.mvp.client.PopupViewImpl
 
setBodyParam(Object) - Method in class com.gwtplatform.dispatch.rest.client.AbstractRestAction
 
setCar(CarDto) - Method in class com.gwtplatform.carstore.client.application.cars.car.CarPresenterProvider
 
setCar(Car) - Method in class com.gwtplatform.carstore.server.dao.domain.CarProperties
 
setCar(Car) - Method in class com.gwtplatform.carstore.server.dao.domain.Rating
 
setCar(CarDto) - Method in class com.gwtplatform.carstore.shared.dto.CarPropertiesDto
 
setCar(CarDto) - Method in class com.gwtplatform.carstore.shared.dto.RatingDto
 
setCarProperties(CarProperties) - Method in class com.gwtplatform.carstore.server.dao.domain.Car
 
setCarProperties(CarPropertiesDto) - Method in class com.gwtplatform.carstore.shared.dto.CarDto
 
setCars(List<Car>) - Method in class com.gwtplatform.carstore.server.dao.domain.Manufacturer
 
setCars(List<CarDto>) - Method in class com.gwtplatform.carstore.shared.dto.ManufacturerDto
 
setCarsCount(Integer) - Method in class com.gwtplatform.carstore.client.application.cars.CarsMobileView
 
setCarsCount(Integer) - Method in interface com.gwtplatform.carstore.client.application.cars.CarsPresenter.MyView
 
setCarsCount(Integer) - Method in class com.gwtplatform.carstore.client.application.cars.CarsView
 
setClassName(String) - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
 
setCloseHandler(PopupViewCloseHandler) - Method in interface com.gwtplatform.mvp.client.PopupView
Identifies which PopupViewCloseHandler should be called when this view closed (either automatically or through a call to PopupView.hide().
setCloseHandler(PopupViewCloseHandler) - Method in class com.gwtplatform.mvp.client.PopupViewImpl
 
setContent(String) - Method in class com.gwtplatform.crawlerservice.server.domain.CachedPage
 
setCtorParameters(List<JParameter>) - Method in class com.gwtplatform.dispatch.rest.rebind.type.ResourceBinding
 
setDelegate(DispatchRequest) - Method in class com.gwtplatform.dispatch.client.DelegatingDispatchRequest
Populates the DelegatingDispatchRequest object with a DispatchRequest.
setDisplay(HasRows) - Method in class com.gwtplatform.carstore.client.application.ui.ShowMorePagerPanel
 
setFetchDate(Date) - Method in class com.gwtplatform.crawlerservice.server.domain.CachedPage
 
setFetchInProgress(boolean) - Method in class com.gwtplatform.crawlerservice.server.domain.CachedPage
 
setFirstName(String) - Method in class com.gwtplatform.carstore.server.dao.domain.User
 
setFirstName(String) - Method in class com.gwtplatform.carstore.shared.dto.UserDto
 
setHandled() - Method in class com.gwtplatform.mvp.client.proxy.GetPlaceTitleEvent
Indicates that the event was handled and that other handlers should not process it.
setHandler(UserInfoPopup.Handler) - Method in class com.gwtplatform.carstore.client.application.widget.header.UserInfoPopup
 
setHandlerModules(List<HandlerModule>) - Method in class com.gwtplatform.dispatch.rpc.server.spring.DispatchModule
 
setHandlerModules(List<HandlerModule>) - Method in class com.gwtplatform.dispatch.server.spring.DispatchModule
Deprecated.
 
setHashPassword(String) - Method in class com.gwtplatform.carstore.server.dao.domain.User
 
setHashPassword(String) - Method in class com.gwtplatform.carstore.shared.dto.UserDto
 
setId(Long) - Method in class com.gwtplatform.carstore.server.dao.domain.Manufacturer
 
setId(Long) - Method in class com.gwtplatform.carstore.shared.dto.BaseEntity
 
setId(Long) - Method in class com.gwtplatform.crawlerservice.server.domain.DatastoreObject
 
setIncrementSize(int) - Method in class com.gwtplatform.carstore.client.application.ui.ShowMorePagerPanel
 
setInSlot(Object, IsWidget) - Method in class com.gwtplatform.carstore.client.application.ApplicationMobileView
 
setInSlot(Object, IsWidget) - Method in class com.gwtplatform.carstore.client.application.ApplicationView
 
setInSlot(Object, IsWidget) - Method in class com.gwtplatform.carstore.client.application.cars.car.RootCarView
 
setInSlot(Object, PresenterWidget<?>) - Method in interface com.gwtplatform.mvp.client.HasSlots
This method sets some content in a specific slot of the Presenter.
setInSlot(Object, PresenterWidget<?>, boolean) - Method in interface com.gwtplatform.mvp.client.HasSlots
This method sets some content in a specific slot of the Presenter.
setInSlot(Object, PresenterWidget<?>) - Method in class com.gwtplatform.mvp.client.PresenterWidget
 
setInSlot(Object, PresenterWidget<?>, boolean) - Method in class com.gwtplatform.mvp.client.PresenterWidget
 
setInSlot(Object, IsWidget) - Method in class com.gwtplatform.mvp.client.RootPresenter.RootView
 
setInSlot(Object, PresenterWidget<?>) - Method in class com.gwtplatform.mvp.client.TabContainerPresenter
 
setInSlot(Object, IsWidget) - Method in interface com.gwtplatform.mvp.client.View
Requests the view to set content within a specific slot, clearing anything that was already contained there.
setInSlot(Object, IsWidget) - Method in class com.gwtplatform.mvp.client.ViewImpl
 
setLastName(String) - Method in class com.gwtplatform.carstore.server.dao.domain.User
 
setLastName(String) - Method in class com.gwtplatform.carstore.shared.dto.UserDto
 
setLoggedIn(Boolean) - Method in class com.gwtplatform.carstore.client.security.CurrentUser
 
setLoginButtonEnabled(boolean) - Method in class com.gwtplatform.carstore.client.application.login.LoginMobileView
 
setLoginButtonEnabled(boolean) - Method in interface com.gwtplatform.carstore.client.application.login.LoginPresenter.MyView
 
setLoginButtonEnabled(boolean) - Method in class com.gwtplatform.carstore.client.application.login.LoginView
 
setManufacturer(Manufacturer) - Method in class com.gwtplatform.carstore.server.dao.domain.Car
 
setManufacturer(ManufacturerDto) - Method in class com.gwtplatform.carstore.shared.dto.CarDto
 
setModel(String) - Method in class com.gwtplatform.carstore.server.dao.domain.Car
 
setModel(String) - Method in class com.gwtplatform.carstore.shared.dto.CarDto
 
setName(String) - Method in class com.gwtplatform.carstore.server.dao.domain.Manufacturer
 
setName(String) - Method in class com.gwtplatform.carstore.shared.dto.ManufacturerDto
 
setNameToken(String) - Method in class com.gwtplatform.mvp.rebind.NonLeafTabContentProxyOutputter
 
setOnLeaveConfirmation(String) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
Sets the question that will be displayed whenever the user tries to navigate away from the current page.
setOnLeaveConfirmation(String) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 
setPackageName(String) - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
 
setPlace(Place) - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
 
setPlaceManager(PlaceManager) - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
 
SetPlaceTitleHandler - Interface in com.gwtplatform.mvp.client.proxy
The interface for a handler that will be invoked when a place title is available.
setPosition(int, int) - Method in interface com.gwtplatform.mvp.client.PopupView
Reposition the PopupView within the browser's client area.
setPosition(int, int) - Method in class com.gwtplatform.mvp.client.PopupViewImpl
 
setPresenters(List<JClassType>) - Method in class com.gwtplatform.mvp.rebind.ProviderBundleGenerator
 
setPropertyOracle(PropertyOracle) - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
 
setProxy(CarPresenter.MyProxy) - Method in class com.gwtplatform.carstore.client.application.cars.car.CarPresenterProvider
 
setProxy(Proxy_) - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
 
setRating(Integer) - Method in class com.gwtplatform.carstore.server.dao.domain.Rating
 
setRating(Integer) - Method in class com.gwtplatform.carstore.shared.dto.RatingDto
 
setRatings(List<RatingDto>) - Method in class com.gwtplatform.carstore.shared.dto.CarDto
 
setResponse(Response) - Method in class com.gwtplatform.carstore.client.util.ErrorHandlerAsyncCallback
 
setResponse(Response) - Method in interface com.gwtplatform.dispatch.rest.shared.RestCallback
The Response received from the server.
setResult(String) - Method in class com.gwtplatform.carstore.client.application.stats.StatisticsView
 
setResult(Boolean) - Method in class com.gwtplatform.dispatch.rpc.shared.action.TestResult
 
setRevealType(Presenter.RevealType) - Method in class com.gwtplatform.mvp.client.Presenter
Set the Presenter.RevealType of this presenter.
setSecured(boolean) - Method in class com.gwtplatform.dispatch.rest.rebind.type.ResourceBinding
 
setServletContext(ServletContext) - Method in class com.gwtplatform.dispatch.rpc.server.spring.DispatchServiceImpl
 
setServletContext(ServletContext) - Method in class com.gwtplatform.dispatch.server.spring.DispatchServiceImpl
Deprecated.
 
setSlot(GwtEvent.Type<RevealContentHandler<?>>) - Method in class com.gwtplatform.mvp.client.Presenter
Set the slot where this presenter is to be revealed.
setSomeDate(Date) - Method in class com.gwtplatform.carstore.server.dao.domain.CarProperties
 
setSomeDate(Date) - Method in class com.gwtplatform.carstore.shared.dto.CarPropertiesDto
 
setSomeNumber(Integer) - Method in class com.gwtplatform.carstore.server.dao.domain.CarProperties
 
setSomeNumber(Integer) - Method in class com.gwtplatform.carstore.shared.dto.CarPropertiesDto
 
setSomeString(String) - Method in class com.gwtplatform.carstore.server.dao.domain.CarProperties
 
setSomeString(String) - Method in class com.gwtplatform.carstore.shared.dto.CarPropertiesDto
 
setSuperTypeName(String) - Method in class com.gwtplatform.dispatch.rest.rebind.type.ResourceBinding
 
setTargetHistoryToken(String) - Method in interface com.gwtplatform.mvp.client.Tab
Sets the history token this tab links to.
setTestMessage(String) - Method in class com.gwtplatform.dispatch.rpc.shared.action.TestAction
 
setText(String) - Method in interface com.gwtplatform.mvp.client.Tab
Sets the text displayed on the tab.
setTreeLogger(TreeLogger) - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
 
setTypeClass(JClassType) - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
 
setTypeOracle(TypeOracle) - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
 
setUiHandlers(C) - Method in interface com.gwtplatform.mvp.client.HasUiHandlers
Sets the UiHandlers subclass associated with this object.
setUiHandlers(C) - Method in class com.gwtplatform.mvp.client.PopupViewWithUiHandlers
 
setUiHandlers(C) - Method in class com.gwtplatform.mvp.client.ViewWithUiHandlers
 
setUrl(String) - Method in class com.gwtplatform.crawlerservice.server.domain.CachedPage
 
setUser(UserDto) - Method in class com.gwtplatform.carstore.client.security.CurrentUser
 
setUsername(String) - Method in class com.gwtplatform.carstore.client.application.widget.header.UserInfoPopup
 
setUsername(String) - Method in class com.gwtplatform.carstore.server.dao.domain.User
 
setUsername(String) - Method in class com.gwtplatform.carstore.shared.dto.UserDto
 
setWhitespaces(int) - Method in class com.gwtplatform.dispatch.annotation.helper.GenerationHelper
 
SHARED_PACKAGE - Static variable in class com.gwtplatform.dispatch.rest.rebind.AbstractVelocityGenerator
 
SharedModule - Class in com.gwtplatform.carstore.client.gin
 
SharedModule() - Constructor for class com.gwtplatform.carstore.client.gin.SharedModule
 
shouldLock() - Method in class com.gwtplatform.mvp.client.proxy.LockInteractionEvent
 
show() - Method in interface com.gwtplatform.mvp.client.PopupView
Important!
show() - Method in class com.gwtplatform.mvp.client.PopupViewImpl
 
showActionBar(Boolean) - Method in class com.gwtplatform.carstore.client.application.widget.header.HeaderMobileView
 
showActionBar(Boolean) - Method in interface com.gwtplatform.carstore.client.application.widget.header.HeaderPresenter.MyView
 
showActionBar(Boolean) - Method in class com.gwtplatform.carstore.client.application.widget.header.HeaderView
 
showActionButton(ChangeActionBarEvent.ActionType) - Method in class com.gwtplatform.carstore.client.application.widget.header.HeaderMobileView
 
showActionButton(ChangeActionBarEvent.ActionType) - Method in interface com.gwtplatform.carstore.client.application.widget.header.HeaderPresenter.MyView
 
showActionButton(ChangeActionBarEvent.ActionType) - Method in class com.gwtplatform.carstore.client.application.widget.header.HeaderView
 
ShowMorePagerPanel - Class in com.gwtplatform.carstore.client.application.ui
 
ShowMorePagerPanel(int) - Constructor for class com.gwtplatform.carstore.client.application.ui.ShowMorePagerPanel
 
SimpleResult<T> - Class in com.gwtplatform.dispatch.rpc.shared
A common use-case is returning a single value from an action.
SimpleResult(T) - Constructor for class com.gwtplatform.dispatch.rpc.shared.SimpleResult
 
SimpleResult<T> - Class in com.gwtplatform.dispatch.shared
Deprecated.
Please use SimpleResult.
SimpleResult(T) - Constructor for class com.gwtplatform.dispatch.shared.SimpleResult
Deprecated.
 
SLOT_HEADER_CONTENT - Static variable in class com.gwtplatform.carstore.client.application.ApplicationPresenter
 
SLOT_MAIN_CONTENT - Static variable in class com.gwtplatform.carstore.client.application.ApplicationPresenter
 
SLOT_MESSAGES_CONTENT - Static variable in class com.gwtplatform.carstore.client.application.ApplicationPresenter
 
SLOT_TAB_BAR - Static variable in class com.gwtplatform.carstore.client.application.cars.car.RootCarPresenter
 
sortFields(Class<? extends Annotation>, Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
Sorts the passed fields based on the passed annotation sort logic.
sortInFields(SortedMap<Integer, VariableElement>, Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
 
sortOrderFields(SortedMap<Integer, VariableElement>, Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
 
sortOutFields(SortedMap<Integer, VariableElement>, Collection<VariableElement>) - Method in class com.gwtplatform.dispatch.annotation.helper.ReflectionHelper
 
SpringBeanProvider - Class in com.gwtplatform.dispatch.rpc.server.spring
 
SpringBeanProvider(ApplicationContext) - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.SpringBeanProvider
 
SpringBeanProvider - Class in com.gwtplatform.dispatch.server.spring
Deprecated.
Please use SpringBeanProvider.
SpringBeanProvider(ApplicationContext) - Constructor for class com.gwtplatform.dispatch.server.spring.SpringBeanProvider
Deprecated.
 
SpringBeanProvider.SpringBindingDescriptorAdapter<B> - Class in com.gwtplatform.dispatch.rpc.server.spring
Adapter for transforming Guice Binding into BeanProvider implementation.
SpringBeanProvider.SpringBindingDescriptorAdapter(Map.Entry<String, B>) - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.SpringBeanProvider.SpringBindingDescriptorAdapter
 
SpringBeanProvider.SpringBindingDescriptorAdapter<B> - Class in com.gwtplatform.dispatch.server.spring
Deprecated.
Adapter for tranforming Guice Binding into BeanProvider implementation.
SpringBeanProvider.SpringBindingDescriptorAdapter(Map.Entry<String, B>) - Constructor for class com.gwtplatform.dispatch.server.spring.SpringBeanProvider.SpringBindingDescriptorAdapter
Deprecated.
 
SpringUtils - Class in com.gwtplatform.dispatch.rpc.server.spring.utils
 
SpringUtils() - Constructor for class com.gwtplatform.dispatch.rpc.server.spring.utils.SpringUtils
 
SpringUtils - Class in com.gwtplatform.dispatch.server.spring.utils
Deprecated.
Please use SpringUtils.
SpringUtils() - Constructor for class com.gwtplatform.dispatch.server.spring.utils.SpringUtils
Deprecated.
 
StandardProvider<T> - Class in com.gwtplatform.common.client
An IndirectProvider that immediately gets the object and invokes the callback, without performing code splitting.
StandardProvider(Provider<T>) - Constructor for class com.gwtplatform.common.client.StandardProvider
Creates a IndirectProvider that directly gets the object and invokes the callback.
StatisticsModule - Class in com.gwtplatform.carstore.client.application.stats
 
StatisticsModule() - Constructor for class com.gwtplatform.carstore.client.application.stats.StatisticsModule
 
StatisticsPresenter - Class in com.gwtplatform.carstore.client.application.stats
 
StatisticsResource - Class in com.gwtplatform.carstore.server.rest
 
StatisticsResource() - Constructor for class com.gwtplatform.carstore.server.rest.StatisticsResource
 
StatisticsService - Interface in com.gwtplatform.carstore.client.rest
 
StatisticsUiHandlers - Interface in com.gwtplatform.carstore.client.application.stats
 
StatisticsView - Class in com.gwtplatform.carstore.client.application.stats
 
STATS - Static variable in class com.gwtplatform.carstore.client.place.NameTokens
 
STATS - Static variable in class com.gwtplatform.carstore.shared.rest.ResourcesPath
 
stripFieldGetter(String) - Static method in class com.google.gwt.uibinder.rebind.FieldManager
 
styles() - Method in interface com.gwtplatform.carstore.client.resources.AppResources
 
success() - Method in interface com.gwtplatform.carstore.client.resources.AppResources.Styles
 
success(T) - Method in class com.gwtplatform.mvp.client.proxy.NotifyingAsyncCallback
This method is called whenever the asynchronous call returns successfully.
SUFFIX - Static variable in class com.gwtplatform.dispatch.rest.rebind.AbstractVelocityGenerator
 

T

Tab - Class in com.gwtplatform.carstore.client.application.cars.car.navigation
 
Tab(String, boolean) - Constructor for class com.gwtplatform.carstore.client.application.cars.car.navigation.Tab
 
Tab - Interface in com.gwtplatform.mvp.client
This interface represents a tab after it has been instantiated as a Widget.
TabContainerPresenter<V extends View & TabPanel,Proxy_ extends Proxy<?>> - Class in com.gwtplatform.mvp.client
A Presenter that can display many tabs and the content of one of these tabs.
TabContainerPresenter(EventBus, V, Proxy_, Object, GwtEvent.Type<RequestTabsHandler>, GwtEvent.Type<ChangeTabHandler>, Presenter.RevealType) - Constructor for class com.gwtplatform.mvp.client.TabContainerPresenter
Creates a TabContainerPresenter that uses automatic binding.
TabContainerPresenter(EventBus, V, Proxy_, Object, GwtEvent.Type<RequestTabsHandler>, GwtEvent.Type<ChangeTabHandler>, GwtEvent.Type<RevealContentHandler<?>>) - Constructor for class com.gwtplatform.mvp.client.TabContainerPresenter
Creates a TabContainerPresenter that uses automatic binding.
TabContainerPresenter(EventBus, V, Proxy_, Object, GwtEvent.Type<RequestTabsHandler>, GwtEvent.Type<ChangeTabHandler>, Presenter.RevealType, GwtEvent.Type<RevealContentHandler<?>>) - Constructor for class com.gwtplatform.mvp.client.TabContainerPresenter
Creates a TabContainerPresenter that uses automatic binding.
TabContainerPresenter(EventBus, V, Proxy_, Object, GwtEvent.Type<RequestTabsHandler>) - Constructor for class com.gwtplatform.mvp.client.TabContainerPresenter
Creates a TabContainerPresenter that uses automatic binding.
TabContainerPresenter(EventBus, V, Proxy_, Object, GwtEvent.Type<RequestTabsHandler>, Presenter.RevealType) - Constructor for class com.gwtplatform.mvp.client.TabContainerPresenter
Creates a TabContainerPresenter that uses automatic binding.
TabContainerPresenter(EventBus, V, Proxy_, Object, GwtEvent.Type<RequestTabsHandler>, GwtEvent.Type<RevealContentHandler<?>>) - Constructor for class com.gwtplatform.mvp.client.TabContainerPresenter
Creates a TabContainerPresenter that uses automatic binding.
TabContentProxy<P extends Presenter<?,?>> - Interface in com.gwtplatform.mvp.client.proxy
The interface for the Proxy of a Presenter that can be displayed within a TabContainerPresenter's main area.
TabContentProxyPlace<P extends Presenter<?,?>> - Interface in com.gwtplatform.mvp.client.proxy
The interface for the Proxy of a Presenter that has a name token and can be displayed within a TabContainerPresenter's main area.
TabContentProxyPlaceImpl<T extends Presenter<?,?>> - Class in com.gwtplatform.mvp.client.proxy
A useful mixing class to define a TabContentProxy that is also a Place.
TabContentProxyPlaceImpl() - Constructor for class com.gwtplatform.mvp.client.proxy.TabContentProxyPlaceImpl
 
TabContentProxyPlaceOutputter - Class in com.gwtplatform.mvp.rebind
TabContentProxyPlaceOutputter(TypeOracle, TreeLogger, ClassCollection, GinjectorInspector, PresenterInspector, ProxyPlaceOutputter, NonLeafTabContentProxyOutputter) - Constructor for class com.gwtplatform.mvp.rebind.TabContentProxyPlaceOutputter
Create a TabContentProxyPlaceOutputter based on the superclass passed as a parameter.
tabData - Variable in class com.gwtplatform.mvp.client.proxy.NonLeafTabContentProxyImpl
 
TabData - Interface in com.gwtplatform.mvp.client
Classes of this type contains all the data required to create a new Tab.
TabDataBasic - Class in com.gwtplatform.mvp.client
The basic type of TabData, with just enough information to create a basic Tab.
TabDataBasic(String, float) - Constructor for class com.gwtplatform.mvp.client.TabDataBasic
 
TabInfo - Annotation Type in com.gwtplatform.mvp.client.annotations
Annotation used to specify various information on a tab.
TabInfoMethod - Class in com.gwtplatform.mvp.rebind
Represents a static method, in the presenter, that returns tab information.
TabInfoMethod(TreeLogger, ClassCollection, GinjectorInspector, PresenterInspector) - Constructor for class com.gwtplatform.mvp.rebind.TabInfoMethod
 
TabletModule - Class in com.gwtplatform.carstore.client.gin
 
TabletModule() - Constructor for class com.gwtplatform.carstore.client.gin.TabletModule
 
TabPanel - Interface in com.gwtplatform.mvp.client
Classes of this type hold a list of Tab, from which only one can be active at any time.
TabView - Interface in com.gwtplatform.mvp.client
The interface of a View that is also a TabPanel.
targetHistoryToken - Variable in class com.gwtplatform.mvp.client.proxy.NonLeafTabContentProxyImpl
 
TEMPLATE - Static variable in class com.gwtplatform.dispatch.rest.rebind.AbstractServiceGenerator
 
testAction(Dispatch) - Method in class com.gwtplatform.dispatch.rpc.server.ActionTestBase
 
TestAction - Class in com.gwtplatform.dispatch.rpc.shared.action
 
TestAction(String) - Constructor for class com.gwtplatform.dispatch.rpc.shared.action.TestAction
 
TestActionHandler - Class in com.gwtplatform.dispatch.rpc.server.actionhandler
 
TestActionHandler() - Constructor for class com.gwtplatform.dispatch.rpc.server.actionhandler.TestActionHandler
 
TestDispatchAsync - Class in com.gwtplatform.tester
This class is an implementation of DispatchAsync for use with test cases that configure guice using a MockHandlerModule.
TestDispatchAsync(TestDispatchService, Injector) - Constructor for class com.gwtplatform.tester.TestDispatchAsync
 
TestDispatchModule - Class in com.gwtplatform.tester
This class configures guice for use in test cases with a MockHandlerModule.
TestDispatchModule() - Constructor for class com.gwtplatform.tester.TestDispatchModule
 
TestDispatchService - Class in com.gwtplatform.tester
This class is an implementation of DispatchService for use with test cases that configure guice using a MockHandlerModule.
TestDispatchService(Dispatch) - Constructor for class com.gwtplatform.tester.TestDispatchService
 
TestResult - Class in com.gwtplatform.dispatch.rpc.shared.action
 
TestResult(Boolean) - Constructor for class com.gwtplatform.dispatch.rpc.shared.action.TestResult
 
Title - Annotation Type in com.gwtplatform.mvp.client.annotations
Annotation used to specify the title of a place as a string.
TitleFunction - Annotation Type in com.gwtplatform.mvp.client.annotations
This annotation can be used to specify a function returning the title of a place as a string, given the request.
toHistoryToken(List<PlaceRequest>) - Method in class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
 
toHistoryToken(List<PlaceRequest>) - Method in class com.gwtplatform.mvp.shared.proxy.RouteTokenFormatter
 
toHistoryToken(List<PlaceRequest>) - Method in interface com.gwtplatform.mvp.shared.proxy.TokenFormatter
Converts a place request hierarchy (a list of PlaceRequest) into a history token.
toHttpMethods(HttpMethod, HttpMethod...) - Method in class com.gwtplatform.dispatch.rest.client.gin.RestParameterBuilder
Define with which HttpMethod the parameter will be added.
TokenFormatException - Exception in com.gwtplatform.mvp.shared.proxy
 
TokenFormatException() - Constructor for exception com.gwtplatform.mvp.shared.proxy.TokenFormatException
 
TokenFormatException(String) - Constructor for exception com.gwtplatform.mvp.shared.proxy.TokenFormatException
 
TokenFormatException(String, Throwable) - Constructor for exception com.gwtplatform.mvp.shared.proxy.TokenFormatException
 
TokenFormatException(Throwable) - Constructor for exception com.gwtplatform.mvp.shared.proxy.TokenFormatException
 
TokenFormatter - Interface in com.gwtplatform.mvp.shared.proxy
Formats tokens from String values to PlaceRequest and PlaceRequest hierarchies and vice-versa.
toPlaceRequest(String) - Method in class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
 
toPlaceRequest(String) - Method in class com.gwtplatform.mvp.shared.proxy.RouteTokenFormatter
 
toPlaceRequest(String) - Method in interface com.gwtplatform.mvp.shared.proxy.TokenFormatter
Converts a place token into a PlaceRequest.
toPlaceRequestHierarchy(String) - Method in class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
 
toPlaceRequestHierarchy(String) - Method in class com.gwtplatform.mvp.shared.proxy.RouteTokenFormatter
 
toPlaceRequestHierarchy(String) - Method in interface com.gwtplatform.mvp.shared.proxy.TokenFormatter
Converts a history token into a place request hierarchy (a list of PlaceRequest).
toPlaceToken(PlaceRequest) - Method in class com.gwtplatform.mvp.shared.proxy.ParameterTokenFormatter
 
toPlaceToken(PlaceRequest) - Method in class com.gwtplatform.mvp.shared.proxy.RouteTokenFormatter
 
toPlaceToken(PlaceRequest) - Method in interface com.gwtplatform.mvp.shared.proxy.TokenFormatter
Converts a PlaceRequest into a place token.
toString() - Method in interface com.gwtplatform.carstore.client.application.rating.ui.RatingColumnsDefinition
 
toString() - Method in enum com.gwtplatform.carstore.client.application.widget.header.MenuItem
 
toString() - Method in class com.gwtplatform.carstore.server.dao.domain.User
 
toString() - Method in class com.gwtplatform.carstore.shared.dto.CurrentUserDto
 
toString() - Method in class com.gwtplatform.carstore.shared.dto.RatingDto
 
toString() - Method in class com.gwtplatform.carstore.shared.dto.UserDto
 
toString() - Method in exception com.gwtplatform.dispatch.client.actionhandler.ClientActionHandlerMismatchException
 
toString() - Method in class com.gwtplatform.dispatch.rest.rebind.type.RegisterMetadataHolder
 
toString() - Method in class com.gwtplatform.dispatch.rest.shared.RestParameter
 
toString() - Method in interface com.gwtplatform.mvp.client.proxy.Place
 
toString() - Method in class com.gwtplatform.mvp.client.proxy.PlaceImpl
 
toString() - Method in class com.gwtplatform.mvp.client.proxy.ProxyPlaceAbstract
 
trackEvent(String, String) - Method in interface com.gwtplatform.mvp.client.googleanalytics.GoogleAnalytics
Tracks an event in Google analytics.
trackEvent(String, String, String) - Method in interface com.gwtplatform.mvp.client.googleanalytics.GoogleAnalytics
Tracks an event in Google analytics, attaching a label and value.
trackEvent(String, String, String, int) - Method in interface com.gwtplatform.mvp.client.googleanalytics.GoogleAnalytics
Tracks an event in Google analytics, attaching a label and value.
trackEvent(String, String, String, int, boolean) - Method in interface com.gwtplatform.mvp.client.googleanalytics.GoogleAnalytics
Tracks an event in Google analytics, attaching a label and value.
trackEvent(String, String) - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
 
trackEvent(String, String, String) - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
 
trackEvent(String, String, String, int) - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
 
trackEvent(String, String, String, int, boolean) - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
 
trackEventWithTracker(String, String, String) - Method in interface com.gwtplatform.mvp.client.googleanalytics.GoogleAnalytics
Tracks an event in Google analytics on a user defined tracker name.
trackEventWithTracker(String, String, String, String) - Method in interface com.gwtplatform.mvp.client.googleanalytics.GoogleAnalytics
Tracks an event in Google analytics, attaching a label and value on a user defined tracker name.
trackEventWithTracker(String, String, String, String, int) - Method in interface com.gwtplatform.mvp.client.googleanalytics.GoogleAnalytics
Tracks an event in Google analytics, attaching a label and value on a user defined tracker name.
trackEventWithTracker(String, String, String, String, int, boolean) - Method in interface com.gwtplatform.mvp.client.googleanalytics.GoogleAnalytics
Tracks an event in Google analytics, attaching a label and value on a user defined tracker name.
trackEventWithTracker(String, String, String) - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
 
trackEventWithTracker(String, String, String, String) - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
 
trackEventWithTracker(String, String, String, String, int) - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
 
trackEventWithTracker(String, String, String, String, int, boolean) - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
 
trackPageview() - Method in interface com.gwtplatform.mvp.client.googleanalytics.GoogleAnalytics
Tracks the root of your application.
trackPageview(String) - Method in interface com.gwtplatform.mvp.client.googleanalytics.GoogleAnalytics
Tracks a page given a specific page name.
trackPageview(String, String) - Method in interface com.gwtplatform.mvp.client.googleanalytics.GoogleAnalytics
Tracks a page given a specific page name on a user defined tracker name.
trackPageview(String) - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
 
trackPageview() - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
 
trackPageview(String, String) - Method in class com.gwtplatform.mvp.client.googleanalytics.GoogleAnalyticsImpl
 
Translator - Interface in com.gwtplatform.carstore.client.util.exceptiontranslators
 
tryCreatePrintWriter(String, String) - Method in class com.gwtplatform.carstore.rebind.GeneratorUtil
 
tryCreatePrintWriter(String, String) - Method in class com.gwtplatform.dispatch.rest.rebind.util.GeneratorUtil
 
tryCreatePrintWriter(GeneratorContext, String) - Method in class com.gwtplatform.mvp.rebind.AbstractGenerator
 
tryCreatePrintWriter(String, String) - Method in class com.gwtplatform.mvp.rebind.velocity.GeneratorUtil
 
TYPE_SetCarContent - Static variable in class com.gwtplatform.carstore.client.application.cars.car.RootCarPresenter
 
TypedAction<R> - Interface in com.gwtplatform.dispatch.shared
An action with a result.

U

UiBinderGenerator - Class in com.google.gwt.uibinder.rebind
Generator for implementations of UiBinder.
UiBinderGenerator() - Constructor for class com.google.gwt.uibinder.rebind.UiBinderGenerator
 
UiHandlers - Interface in com.gwtplatform.mvp.client
Use this marker interface on classes that implement the controls required by a View to communicate back with its Presenter or PresenterWidget.
unableToContactServer() - Method in interface com.gwtplatform.carstore.client.resources.LoginMessages
 
UnauthorizedPlace - Annotation Type in com.gwtplatform.mvp.client.annotations
This annotation is used for binding the unauthorized place's name token in your Gin module, so that you can inject in either your own ClientPlaceManager or the DefaultPlaceManager.
unbind() - Method in interface com.gwtplatform.mvp.client.HandlerContainer
Call this method when you want to release the object and its handlers are not needed anymore.
unbind() - Method in class com.gwtplatform.mvp.client.HandlerContainerImpl
 
unbind() - Method in class com.gwtplatform.mvp.client.Presenter
 
undo(A, R, AsyncCallback<Void>) - Method in class com.gwtplatform.dispatch.client.AbstractDispatchAsync
Deprecated.
 
undo(A, R, AsyncCallback<Void>, UndoCommand<A, R>) - Method in class com.gwtplatform.dispatch.client.actionhandler.caching.AbstractCachingClientActionHandler
 
undo(A, R, AsyncCallback<Void>, UndoCommand<A, R>) - Method in interface com.gwtplatform.dispatch.client.actionhandler.ClientActionHandler
Undoes the specified action if supported.
undo(A, R, AsyncCallback<Void>) - Method in interface com.gwtplatform.dispatch.client.actionhandler.UndoCommand
Undo an action.
undo(A, R, AsyncCallback<Void>) - Method in class com.gwtplatform.dispatch.rpc.client.RpcDispatchAsync
 
undo(A, R) - Method in class com.gwtplatform.dispatch.rpc.server.AbstractDispatchImpl
 
undo(String, Action<Result>, Result) - Method in class com.gwtplatform.dispatch.rpc.server.AbstractDispatchServiceImpl
 
undo(A, R, ExecutionContext) - Method in interface com.gwtplatform.dispatch.rpc.server.actionhandler.ActionHandler
Undoes the specified action.
undo(BatchAction, BatchResult, ExecutionContext) - Method in class com.gwtplatform.dispatch.rpc.server.actionhandler.BatchActionHandler
 
undo(TestAction, TestResult, ExecutionContext) - Method in class com.gwtplatform.dispatch.rpc.server.actionhandler.TestActionHandler
 
undo(A, R) - Method in interface com.gwtplatform.dispatch.rpc.server.Dispatch
Undoes a previously executed action.
undo(A, R) - Method in interface com.gwtplatform.dispatch.rpc.server.ExecutionContext
Undoes an action in the current context.
undo(A, R, AsyncCallback<Void>) - Method in interface com.gwtplatform.dispatch.rpc.shared.DispatchAsync
This method is called client-side whenever a previous executed action need to be undone.
undo(String, Action<Result>, Result) - Method in interface com.gwtplatform.dispatch.rpc.shared.DispatchService
This method is called server-side whenever a previously executed action needs to be undone.
undo(String, Action<?>, Result, AsyncCallback<Void>) - Method in interface com.gwtplatform.dispatch.rpc.shared.DispatchServiceAsync
This method is called client-side whenever a previous executed action need to be undone.
undo(A, R) - Method in class com.gwtplatform.dispatch.server.AbstractDispatchImpl
Deprecated.
 
undo(String, Action<Result>, Result) - Method in class com.gwtplatform.dispatch.server.AbstractDispatchServiceImpl
Deprecated.
 
undo(A, R, ExecutionContext) - Method in interface com.gwtplatform.dispatch.server.actionhandler.ActionHandler
Deprecated.
Undoes the specified action.
undo(BatchAction, BatchResult, ExecutionContext) - Method in class com.gwtplatform.dispatch.server.actionhandler.BatchActionHandler
Deprecated.
 
undo(A, R) - Method in interface com.gwtplatform.dispatch.server.Dispatch
Deprecated.
Undoes a previously executed action.
undo(A, R) - Method in interface com.gwtplatform.dispatch.server.ExecutionContext
Deprecated.
Undoes an action in the current context.
undo(A, R, AsyncCallback<Void>) - Method in interface com.gwtplatform.dispatch.shared.DispatchAsync
Deprecated.
This method is called client-side whenever a previous executed action need to be undone.
undo(String, Action<Result>, Result) - Method in interface com.gwtplatform.dispatch.shared.DispatchService
Deprecated.
This method is called server-side whenever a previously executed action needs to be undone.
undo(String, Action<?>, Result, AsyncCallback<Void>) - Method in interface com.gwtplatform.dispatch.shared.DispatchServiceAsync
Deprecated.
This method is called client-side whenever a previous executed action need to be undone.
undo(A, R, AsyncCallback<Void>) - Method in class com.gwtplatform.tester.TestDispatchAsync
 
undo(String, Action<Result>, Result) - Method in class com.gwtplatform.tester.TestDispatchService
 
UndoCommand<A,R> - Interface in com.gwtplatform.dispatch.client.actionhandler
The interface that ClientActionHandlers use to send the action to undo to the server.
unlock() - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
Resets the navigation lock if it is currently set.
unlock() - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 
unlockScreen() - Method in class com.gwtplatform.mvp.client.RootPresenter.RootView
 
UnsecuredActionImpl<R extends Result> - Class in com.gwtplatform.dispatch.rpc.shared
Default Action using the base path as dispatch/className.
UnsecuredActionImpl() - Constructor for class com.gwtplatform.dispatch.rpc.shared.UnsecuredActionImpl
 
UnsecuredActionImpl<R extends Result> - Class in com.gwtplatform.dispatch.shared
Deprecated.
UnsecuredActionImpl() - Constructor for class com.gwtplatform.dispatch.shared.UnsecuredActionImpl
Deprecated.
 
UnsupportedActionException - Exception in com.gwtplatform.dispatch.rpc.shared
 
UnsupportedActionException(Action<? extends Result>) - Constructor for exception com.gwtplatform.dispatch.rpc.shared.UnsupportedActionException
 
UnsupportedActionException(Class<? extends Action<? extends Result>>) - Constructor for exception com.gwtplatform.dispatch.rpc.shared.UnsupportedActionException
 
UnsupportedActionException - Exception in com.gwtplatform.dispatch.shared
Deprecated.
UnsupportedActionException(Action<? extends Result>) - Constructor for exception com.gwtplatform.dispatch.shared.UnsupportedActionException
Deprecated.
 
UnsupportedActionException(Class<? extends Action<? extends Result>>) - Constructor for exception com.gwtplatform.dispatch.shared.UnsupportedActionException
Deprecated.
 
updateHistory(PlaceRequest, boolean) - Method in interface com.gwtplatform.mvp.client.proxy.PlaceManager
Updates History without firing a ValueChangeEvent.
updateHistory(PlaceRequest, boolean) - Method in class com.gwtplatform.mvp.client.proxy.PlaceManagerImpl
 
UrlUtils - Interface in com.gwtplatform.common.shared
Helper methods to encode and decode query and path components of an URL.
UseGatekeeper - Annotation Type in com.gwtplatform.mvp.client.annotations
This annotation lets you define a Gatekeeper to use for the Place associated with your proxy.
useManualReveal() - Method in class com.gwtplatform.mvp.client.Presenter
Verifies if this presenter can be revealed automatically or if it is meant to be revealed manually.
UseProxy - Annotation Type in com.gwtplatform.dispatch.annotation
Annotation on domain (server-side) object fields specifying an EntityProxy or ValueProxy class for the generation process.
UseProxyName - Annotation Type in com.gwtplatform.dispatch.annotation
Annotation on domain (server-side) object fields specifying an EntityProxy or ValueProxy class for the generation process.
User - Class in com.gwtplatform.carstore.server.dao.domain
 
User() - Constructor for class com.gwtplatform.carstore.server.dao.domain.User
 
UserDao - Class in com.gwtplatform.carstore.server.dao
 
UserDao() - Constructor for class com.gwtplatform.carstore.server.dao.UserDao
 
UserDto - Class in com.gwtplatform.carstore.shared.dto
 
UserDto() - Constructor for class com.gwtplatform.carstore.shared.dto.UserDto
 
UserDto(String, String, String, String) - Constructor for class com.gwtplatform.carstore.shared.dto.UserDto
 
UserInfoPopup - Class in com.gwtplatform.carstore.client.application.widget.header
 
UserInfoPopup.Handler - Interface in com.gwtplatform.carstore.client.application.widget.header
 
UserLoginEvent - Class in com.gwtplatform.carstore.client.application.event
 
UserLoginEvent() - Constructor for class com.gwtplatform.carstore.client.application.event.UserLoginEvent
 
UserLoginEvent.UserLoginHandler - Interface in com.gwtplatform.carstore.client.application.event
 
UserSession - Class in com.gwtplatform.carstore.server.dao.domain
 
UserSession() - Constructor for class com.gwtplatform.carstore.server.dao.domain.UserSession
 
UserSession(Long, String) - Constructor for class com.gwtplatform.carstore.server.dao.domain.UserSession
 
UserSessionDao - Class in com.gwtplatform.carstore.server.dao
 
Utils - Class in com.gwtplatform.dispatch.rpc.server
Collection of utility methods.
Utils() - Constructor for class com.gwtplatform.dispatch.rpc.server.Utils
 
Utils - Class in com.gwtplatform.dispatch.server
Deprecated.
Please use Utils.
Utils() - Constructor for class com.gwtplatform.dispatch.server.Utils
Deprecated.
 

V

validate() - Method in class com.google.gwt.uibinder.rebind.FieldManager
To be called after parsing is complete.
valueOf(String) - Static method in enum com.gwtplatform.carstore.client.application.event.ChangeActionBarEvent.ActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gwtplatform.carstore.client.application.widget.header.MenuItem
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gwtplatform.carstore.client.application.widget.message.MessageCloseDelay
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gwtplatform.carstore.client.application.widget.message.MessageStyle
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gwtplatform.carstore.shared.dto.ActionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gwtplatform.dispatch.client.ExceptionHandler.Status
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gwtplatform.dispatch.rest.shared.HttpMethod
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gwtplatform.dispatch.rest.shared.MetadataType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gwtplatform.dispatch.rpc.shared.BatchAction.OnException
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gwtplatform.dispatch.shared.BatchAction.OnException
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gwtplatform.mvp.client.Presenter.RevealType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.gwtplatform.mvp.client.proxy.NotifyingAsyncCallback.State
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.gwtplatform.carstore.client.application.event.ChangeActionBarEvent.ActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gwtplatform.carstore.client.application.widget.header.MenuItem
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gwtplatform.carstore.client.application.widget.message.MessageCloseDelay
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gwtplatform.carstore.client.application.widget.message.MessageStyle
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gwtplatform.carstore.shared.dto.ActionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gwtplatform.dispatch.client.ExceptionHandler.Status
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gwtplatform.dispatch.rest.shared.HttpMethod
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gwtplatform.dispatch.rest.shared.MetadataType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gwtplatform.dispatch.rpc.shared.BatchAction.OnException
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gwtplatform.dispatch.shared.BatchAction.OnException
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gwtplatform.mvp.client.Presenter.RevealType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.gwtplatform.mvp.client.proxy.NotifyingAsyncCallback.State
Returns an array containing the constants of this enum type, in the order they are declared.
VelocityColumnsInitializerGenerator - Class in com.gwtplatform.carstore.rebind
 
VelocityColumnsInitializerGenerator(Provider<VelocityContext>, VelocityEngine, GeneratorUtil) - Constructor for class com.gwtplatform.carstore.rebind.VelocityColumnsInitializerGenerator
 
VelocityGenerator - Class in com.gwtplatform.dispatch.rest.rebind
 
VelocityGenerator() - Constructor for class com.gwtplatform.dispatch.rest.rebind.VelocityGenerator
 
VelocityPlacetokenGenerator - Class in com.gwtplatform.mvp.rebind.velocity.proxy
Velocity powered generator of an PlaceTokenRegistry.
VelocityPlacetokenGenerator.Factory - Interface in com.gwtplatform.mvp.rebind.velocity.proxy
 
VelocityProperties - Annotation Type in com.gwtplatform.carstore.rebind
 
VelocityProperties - Annotation Type in com.gwtplatform.dispatch.rest.rebind
 
VelocityProperties - Annotation Type in com.gwtplatform.mvp.rebind.velocity
 
VersionInspectorLinker - Class in com.gwtplatform.common.rebind
 
VersionInspectorLinker() - Constructor for class com.gwtplatform.common.rebind.VersionInspectorLinker
 
View - Interface in com.gwtplatform.mvp.client
The interface for view classes that handles all the UI-related code for a Presenter.
ViewImpl - Class in com.gwtplatform.mvp.client
ViewImpl() - Constructor for class com.gwtplatform.mvp.client.ViewImpl
 
ViewWithUiHandlers<C extends UiHandlers> - Class in com.gwtplatform.mvp.client
Base class for a View that implements the HasUiHandlers interface.
ViewWithUiHandlers() - Constructor for class com.gwtplatform.mvp.client.ViewWithUiHandlers
 

W

warn(String, Object...) - Method in class com.gwtplatform.common.rebind.Logger
 
warn(String, Object...) - Method in class com.gwtplatform.dispatch.rest.rebind.Logger
 
WidgetMobileModule - Class in com.gwtplatform.carstore.client.application.widget
 
WidgetMobileModule() - Constructor for class com.gwtplatform.carstore.client.application.widget.WidgetMobileModule
 
WidgetModule - Class in com.gwtplatform.carstore.client.application.widget
 
WidgetModule() - Constructor for class com.gwtplatform.carstore.client.application.widget.WidgetModule
 
with(String, String) - Method in class com.gwtplatform.mvp.shared.proxy.PlaceRequest.Builder
 
with(Map<String, String>) - Method in class com.gwtplatform.mvp.shared.proxy.PlaceRequest.Builder
 
with(String, String) - Method in class com.gwtplatform.mvp.shared.proxy.PlaceRequest
Deprecated.
withParams(String[]) - Method in interface com.gwtplatform.mvp.client.proxy.GatekeeperWithParams
Sets the parameters required by this GatekeeperWithParams in order to decide if Place can be revealed.
withValue(String) - Method in class com.gwtplatform.dispatch.rest.client.gin.RestParameterBuilder
Define the value of this parameter.
WRAPPED_CLASS_NAME - Static variable in class com.gwtplatform.mvp.rebind.ProxyPlaceOutputter
 
writeAddHandler(SourceWriter) - Method in class com.gwtplatform.mvp.rebind.ProxyEventMethod
Writes the call required to ensure the proxy handles this event.
writeConstructor(SourceWriter, String, boolean) - Method in interface com.gwtplatform.mvp.rebind.ProxyOutputter
Write all the empty constructor of the proxy.
writeConstructor(SourceWriter, String, boolean) - Method in class com.gwtplatform.mvp.rebind.ProxyOutputterBase
 
writeContentSlotHandlerRegistration(SourceWriter) - Method in class com.gwtplatform.mvp.rebind.PresenterInspector
Register a RevealContentHandler for each @ContentSlot defined in the presenter.
writeFieldDefinitions(IndentedWriter, TypeOracle, OwnerClass, DesignTimeUtils) - Method in class com.google.gwt.uibinder.rebind.FieldManager
Outputs the getter and builder definitions for all fields.
writeFields(SourceWriter) - Method in interface com.gwtplatform.mvp.rebind.ProxyOutputter
Write all the fields of the proxy.
writeFields(SourceWriter) - Method in class com.gwtplatform.mvp.rebind.ProxyOutputterBase
 
writeGetTabDataInternalMethod(SourceWriter) - Method in class com.gwtplatform.mvp.rebind.TabInfoMethod
Writes the getTabDataInternal method definition in the generated proxy.
writeGwtFieldsDeclaration(IndentedWriter) - Method in class com.google.gwt.uibinder.rebind.FieldManager
Writes all stored gwt fields.
writeHandlerMethod(SourceWriter) - Method in class com.gwtplatform.mvp.rebind.ProxyEventMethod
Writes the definition of the method responsible of handling this event.
writeInnerClasses(SourceWriter) - Method in class com.gwtplatform.mvp.rebind.BasicProxyOutputter
 
writeInnerClasses(SourceWriter) - Method in class com.gwtplatform.mvp.rebind.NonLeafTabContentProxyOutputter
 
writeInnerClasses(SourceWriter) - Method in interface com.gwtplatform.mvp.rebind.ProxyOutputter
Write all the inner classes of the proxy.
writeInnerClasses(SourceWriter) - Method in class com.gwtplatform.mvp.rebind.ProxyPlaceOutputter
 
writeInnerClasses(SourceWriter) - Method in class com.gwtplatform.mvp.rebind.TabContentProxyPlaceOutputter
 
writeMethods(SourceWriter) - Method in interface com.gwtplatform.mvp.rebind.ProxyOutputter
Write all the methods of the proxy, not including the constructor.
writeMethods(SourceWriter) - Method in class com.gwtplatform.mvp.rebind.ProxyOutputterBase
 
writeProviderAssignation(SourceWriter) - Method in class com.gwtplatform.mvp.rebind.PresenterInspector
Writes the assignation into the provider field of ProxyImpl.
writeProxyMethod(SourceWriter) - Method in class com.gwtplatform.mvp.rebind.PresenterTitleMethod
 
writeTo(Object, Class<?>, Type, Annotation[], MediaType, MultivaluedMap<String, Object>, OutputStream) - Method in class com.gwtplatform.carstore.server.rest.JacksonProvider
 

X

xcsrfTokenHeaderName(String) - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
XsrfHeaderName - Annotation Type in com.gwtplatform.dispatch.rest.client
Binding annotation used to bind a XSRF protection token.
xsrfTokenHeaderName(String) - Method in class com.gwtplatform.dispatch.rest.client.gin.RestDispatchAsyncModuleBuilder
Specify the XSRF token header name.
A B C D E F G H I J L M N O P Q R S T U V W X 

Copyright © 2010-2014 ArcBees. All Rights Reserved.