public interface SettingsView extends View
| Modifier and Type | Interface and Description |
|---|---|
static interface |
SettingsView.Presenter |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.HasWidgets |
getNaviagationHeaderSlot() |
void |
setData(List<Subscription> subscriptions) |
void |
setPresenter(SettingsView.Presenter presenter) |
com.google.gwt.user.client.ui.HasWidgets getNaviagationHeaderSlot()
void setData(List<Subscription> subscriptions)
void setPresenter(SettingsView.Presenter presenter)
Apache CXF