public class OpenSocialPresenter extends net.customware.gwt.presenter.client.widget.WidgetPresenter<OpenSocialPresenter.Display>
Modifier and Type | Class and Description |
---|---|
static interface |
OpenSocialPresenter.Display |
Modifier and Type | Field and Description |
---|---|
static String |
OS_LANG_ATTRIBUTE |
static String |
OS_PARENT_ATTRIBUTE |
static String |
OS_PERMISSIONS_ATTRIBUTE |
static String |
OS_VIEW_ATTRIBUTE |
static net.customware.gwt.presenter.client.place.Place |
PLACE |
Constructor and Description |
---|
OpenSocialPresenter(OpenSocialPresenter.Display display,
net.customware.gwt.presenter.client.EventBus eventBus,
OpenSocialModel model) |
Modifier and Type | Method and Description |
---|---|
static String |
changeParam(String url,
String name,
String value) |
static String |
escapeQueryReserved(String s) |
net.customware.gwt.presenter.client.place.Place |
getPlace() |
void |
refreshDisplay() |
void |
revealDisplay() |
void |
setLanguage() |
void |
setParent() |
void |
setPermissions() |
void |
setView(String view) |
public static final String OS_LANG_ATTRIBUTE
public static final String OS_VIEW_ATTRIBUTE
public static final String OS_PERMISSIONS_ATTRIBUTE
public static final String OS_PARENT_ATTRIBUTE
public static final net.customware.gwt.presenter.client.place.Place PLACE
public OpenSocialPresenter(OpenSocialPresenter.Display display, net.customware.gwt.presenter.client.EventBus eventBus, OpenSocialModel model)
public void setLanguage()
public void setPermissions()
public void setView(String view)
public void setParent()
public net.customware.gwt.presenter.client.place.Place getPlace()
getPlace
in class net.customware.gwt.presenter.client.BasicPresenter<OpenSocialPresenter.Display>
public void refreshDisplay()
public void revealDisplay()
Copyright © 2015 Nuxeo SA. All rights reserved.