A B D E F G H I N O P R S T U W

A

AbstractPresenterModule - Class in net.customware.gwt.presenter.client.gin
 
AbstractPresenterModule() - Constructor for class net.customware.gwt.presenter.client.gin.AbstractPresenterModule
 
addHandler(GwtEvent.Type<H>, H) - Method in interface net.customware.gwt.presenter.client.EventBus
 
asWidget() - Method in interface net.customware.gwt.presenter.client.widget.WidgetDisplay
Returns the display as a GWT Widget.

B

BasicPresenter<D extends Display> - Class in net.customware.gwt.presenter.client
 
BasicPresenter(D, EventBus) - Constructor for class net.customware.gwt.presenter.client.BasicPresenter
 
bind() - Method in class net.customware.gwt.presenter.client.BasicPresenter
 
bind() - Method in interface net.customware.gwt.presenter.client.Presenter
Called then the presenter is initialised.
bindDisplay(Class<D>, Class<? extends D>) - Method in class net.customware.gwt.presenter.client.gin.AbstractPresenterModule
Convenience method for binding a display implementation.
bindNamed(Class<T>, String) - Method in class net.customware.gwt.presenter.client.gin.AbstractPresenterModule
Convenience method for binding a type to a Named attribute.
bindPresenter(Class<? extends Presenter>, Class<D>, Class<? extends D>) - Method in class net.customware.gwt.presenter.client.gin.AbstractPresenterModule
Convenience method for binding a presenter as well as it's display.

D

DefaultEventBus - Class in net.customware.gwt.presenter.client
 
DefaultEventBus() - Constructor for class net.customware.gwt.presenter.client.DefaultEventBus
 
dispatch(PlaceChangedHandler) - Method in class net.customware.gwt.presenter.client.place.PlaceChangedEvent
 
dispatch(PlaceRequestHandler) - Method in class net.customware.gwt.presenter.client.place.PlaceRequestEvent
 
display - Variable in class net.customware.gwt.presenter.client.BasicPresenter
The display for the presenter.
Display - Interface in net.customware.gwt.presenter.client
 
DisplayCallback<T> - Class in net.customware.gwt.presenter.client
 
DisplayCallback(Display) - Constructor for class net.customware.gwt.presenter.client.DisplayCallback
 

E

equals(Object) - Method in class net.customware.gwt.presenter.client.place.Place
 
equals(Object) - Method in class net.customware.gwt.presenter.client.place.PlaceRequest
 
eventBus - Variable in class net.customware.gwt.presenter.client.BasicPresenter
The EventBus for the application.
EventBus - Interface in net.customware.gwt.presenter.client
 

F

fireCurrentPlace() - Method in class net.customware.gwt.presenter.client.place.PlaceManager
 
fireEvent(GwtEvent<?>) - Method in interface net.customware.gwt.presenter.client.EventBus
 
fromString(String) - Static method in class net.customware.gwt.presenter.client.place.PlaceRequest
Parses a GWT history token into a Place instance.

G

getAssociatedType() - Method in class net.customware.gwt.presenter.client.place.PlaceChangedEvent
 
getAssociatedType() - Method in class net.customware.gwt.presenter.client.place.PlaceRequestEvent
 
getDisplay() - Method in class net.customware.gwt.presenter.client.BasicPresenter
Returns the display for the presenter.
getDisplay() - Method in interface net.customware.gwt.presenter.client.Presenter
Returns the Display for the current presenter.
getHandler(GwtEvent.Type<H>, int) - Method in interface net.customware.gwt.presenter.client.EventBus
 
getHandlerCount(GwtEvent.Type<?>) - Method in interface net.customware.gwt.presenter.client.EventBus
 
getId() - Method in class net.customware.gwt.presenter.client.place.Place
 
getParameter(String, String) - Method in class net.customware.gwt.presenter.client.place.PlaceRequest
 
getParameterNames() - Method in class net.customware.gwt.presenter.client.place.PlaceRequest
 
getPlace() - Method in class net.customware.gwt.presenter.client.BasicPresenter
The Place that represents this Presenter.
getPlace() - Method in class net.customware.gwt.presenter.client.place.PlaceRequest
 
getPlaceRequest() - Method in class net.customware.gwt.presenter.client.BasicPresenter
 
getRequest() - Method in class net.customware.gwt.presenter.client.place.PlaceChangedEvent
 
getRequest() - Method in class net.customware.gwt.presenter.client.place.PlaceRequestEvent
 
getType() - Static method in class net.customware.gwt.presenter.client.place.PlaceChangedEvent
 
getType() - Static method in class net.customware.gwt.presenter.client.place.PlaceRequestEvent
 

H

handleFailure(Throwable) - Method in class net.customware.gwt.presenter.client.DisplayCallback
 
handleSuccess(T) - Method in class net.customware.gwt.presenter.client.DisplayCallback
 
hashCode() - Method in class net.customware.gwt.presenter.client.place.Place
 
hashCode() - Method in class net.customware.gwt.presenter.client.place.PlaceRequest
 

I

isEventHandled(GwtEvent.Type<?>) - Method in interface net.customware.gwt.presenter.client.EventBus
 

N

net.customware.gwt.presenter.client - package net.customware.gwt.presenter.client
 
net.customware.gwt.presenter.client.gin - package net.customware.gwt.presenter.client.gin
 
net.customware.gwt.presenter.client.place - package net.customware.gwt.presenter.client.place
 
net.customware.gwt.presenter.client.widget - package net.customware.gwt.presenter.client.widget
 

O

onBind() - Method in class net.customware.gwt.presenter.client.BasicPresenter
This method is called when binding the presenter.
onFailure(Throwable) - Method in class net.customware.gwt.presenter.client.DisplayCallback
 
onPlaceChange(PlaceChangedEvent) - Method in interface net.customware.gwt.presenter.client.place.PlaceChangedHandler
Called after the current place has already changed.
onPlaceChange(PlaceChangedEvent) - Method in class net.customware.gwt.presenter.client.place.PlaceManager
 
onPlaceRequest(PlaceRequest) - Method in class net.customware.gwt.presenter.client.BasicPresenter
This method is called when a PlaceRequestEvent occurs that matches with the value from BasicPresenter.getPlace().
onPlaceRequest(PlaceRequestEvent) - Method in class net.customware.gwt.presenter.client.place.PlaceManager
 
onPlaceRequest(PlaceRequestEvent) - Method in interface net.customware.gwt.presenter.client.place.PlaceRequestHandler
Called when something has requested a new place.
onSuccess(T) - Method in class net.customware.gwt.presenter.client.DisplayCallback
 
onUnbind() - Method in class net.customware.gwt.presenter.client.BasicPresenter
This method is called when unbinding the presenter.
onValueChange(ValueChangeEvent<String>) - Method in class net.customware.gwt.presenter.client.place.PlaceManager
 

P

Place - Class in net.customware.gwt.presenter.client.place
 
Place(Class<?>) - Constructor for class net.customware.gwt.presenter.client.place.Place
 
Place(String) - Constructor for class net.customware.gwt.presenter.client.place.Place
 
PlaceChangedEvent - Class in net.customware.gwt.presenter.client.place
This event is triggered when the request has changed manually (ie, not due to a PlaceRequestEvent).
PlaceChangedEvent(PlaceRequest) - Constructor for class net.customware.gwt.presenter.client.place.PlaceChangedEvent
 
PlaceChangedHandler - Interface in net.customware.gwt.presenter.client.place
 
PlaceManager - Class in net.customware.gwt.presenter.client.place
 
PlaceManager(EventBus) - Constructor for class net.customware.gwt.presenter.client.place.PlaceManager
 
PlaceParsingException - Exception in net.customware.gwt.presenter.client.place
 
PlaceParsingException() - Constructor for exception net.customware.gwt.presenter.client.place.PlaceParsingException
 
PlaceParsingException(String) - Constructor for exception net.customware.gwt.presenter.client.place.PlaceParsingException
 
PlaceParsingException(Throwable) - Constructor for exception net.customware.gwt.presenter.client.place.PlaceParsingException
 
PlaceParsingException(String, Throwable) - Constructor for exception net.customware.gwt.presenter.client.place.PlaceParsingException
 
PlaceRequest - Class in net.customware.gwt.presenter.client.place
 
PlaceRequest(Place) - Constructor for class net.customware.gwt.presenter.client.place.PlaceRequest
 
PlaceRequestEvent - Class in net.customware.gwt.presenter.client.place
 
PlaceRequestEvent(PlaceRequest) - Constructor for class net.customware.gwt.presenter.client.place.PlaceRequestEvent
 
PlaceRequestHandler - Interface in net.customware.gwt.presenter.client.place
 
Presenter - Interface in net.customware.gwt.presenter.client
 

R

refreshDisplay() - Method in interface net.customware.gwt.presenter.client.Presenter
Requests the presenter to refresh the contents of the display.
registerHandler(HandlerRegistration) - Method in class net.customware.gwt.presenter.client.BasicPresenter
Any HandlerRegistrations added will be removed when BasicPresenter.unbind() is called.
request() - Method in class net.customware.gwt.presenter.client.place.Place
Returns a new request for this place.
requestWith(String, String) - Method in class net.customware.gwt.presenter.client.place.Place
A convenience method for calling Place.request().with( name, id ).
reset(Throwable) - Method in class net.customware.gwt.presenter.client.DisplayCallback
 
revealDisplay() - Method in interface net.customware.gwt.presenter.client.Presenter
Requests the presenter to reveal the display on screen.

S

startProcessing() - Method in interface net.customware.gwt.presenter.client.Display
Indicate to the display that processing is being done.
stopProcessing() - Method in interface net.customware.gwt.presenter.client.Display
Indicate to the display that processing has completed.

T

toString() - Method in class net.customware.gwt.presenter.client.place.Place
 
toString() - Method in class net.customware.gwt.presenter.client.place.PlaceRequest
Outputs the place as a GWT history token.

U

unbind() - Method in class net.customware.gwt.presenter.client.BasicPresenter
 
unbind() - Method in interface net.customware.gwt.presenter.client.Presenter
Called after the presenter and display have been finished with for the moment.

W

WidgetDisplay - Interface in net.customware.gwt.presenter.client.widget
 
WidgetPresenter<D extends WidgetDisplay> - Class in net.customware.gwt.presenter.client.widget
Abstract super-class for BasicPresenters that work with GWT Widgets via WidgetDisplays.
WidgetPresenter(D, EventBus) - Constructor for class net.customware.gwt.presenter.client.widget.WidgetPresenter
 
with(String, String) - Method in class net.customware.gwt.presenter.client.place.PlaceRequest
Returns a new instance of the request with the specified parameter name and value.

A B D E F G H I N O P R S T U W

Copyright © 2009 customware.net. All Rights Reserved.