|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.place.shared.PlaceController.DefaultDelegate
public static class PlaceController.DefaultDelegate
Default implementation of PlaceController.DefaultDelegate
, based on Window
.
Constructor Summary | |
---|---|
PlaceController.DefaultDelegate()
|
Method Summary | |
---|---|
HandlerRegistration |
addWindowClosingHandler(Window.ClosingHandler handler)
Adds a Window.ClosingHandler to the Delegate. |
boolean |
confirm(java.lang.String message)
Called to confirm a window closing event. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PlaceController.DefaultDelegate()
Method Detail |
---|
public HandlerRegistration addWindowClosingHandler(Window.ClosingHandler handler)
PlaceController.Delegate
Window.ClosingHandler
to the Delegate.
addWindowClosingHandler
in interface PlaceController.Delegate
handler
- a Window.ClosingHandler
instance
HandlerRegistration
instancepublic boolean confirm(java.lang.String message)
PlaceController.Delegate
confirm
in interface PlaceController.Delegate
message
- a warning message
|
GWT 2.7.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |