@Dependent public class InboxPresenter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
InboxPresenter.View |
| Modifier and Type | Field and Description |
|---|---|
static String |
INCOMING_ID |
static String |
RECENT_EDITED_ID |
static String |
RECENT_VIEWED_ID |
| Constructor and Description |
|---|
InboxPresenter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTitle() |
com.google.gwt.user.client.ui.IsWidget |
getWidget() |
void |
onStartup(org.uberfire.mvp.PlaceRequest place) |
void |
open(InboxPageRow row) |
public static final String RECENT_EDITED_ID
public static final String RECENT_VIEWED_ID
public static final String INCOMING_ID
public void onStartup(org.uberfire.mvp.PlaceRequest place)
public com.google.gwt.user.client.ui.IsWidget getWidget()
public String getTitle()
public void open(InboxPageRow row)
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.