Package | Description |
---|---|
com.gwtplatform.mvp.client.proxy |
Modifier and Type | Method and Description |
---|---|
SetPlaceTitleHandler |
GetPlaceTitleEvent.getHandler() |
Modifier and Type | Method and Description |
---|---|
static void |
GetPlaceTitleEvent.fire(HasHandlers source,
PlaceRequest request,
SetPlaceTitleHandler handler)
Fires a
GetPlaceTitleEvent
into a source that has access to an EventBus . |
void |
PlaceManagerImpl.getCurrentTitle(SetPlaceTitleHandler handler) |
void |
PlaceManager.getCurrentTitle(SetPlaceTitleHandler handler)
Retrieves the title of the currently displayed place, or
null if it doesn't have a
title. |
void |
PlaceManagerImpl.getTitle(int index,
SetPlaceTitleHandler handler) |
void |
PlaceManager.getTitle(int index,
SetPlaceTitleHandler handler)
Retrieves the title of a specific place within the place hierarchy.
|
Constructor and Description |
---|
GetPlaceTitleEvent(PlaceRequest request,
SetPlaceTitleHandler handler) |
Copyright © 2010–2014 Arcbees. All rights reserved.