@Dependent public class PreferencesEditorFormPresenter extends Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
PreferencesEditorFormPresenter.View |
| Constructor and Description |
|---|
PreferencesEditorFormPresenter(PreferencesEditorFormPresenter.View view,
javax.enterprise.event.Event<NotificationEvent> notification,
org.jboss.errai.ioc.client.api.ManagedInstance<PreferencesEditorItemPresenter> editorItemProducer) |
| Modifier and Type | Method and Description |
|---|---|
List<PreferencesEditorItemPresenter> |
getPreferencesEditors() |
PreferencesEditorFormPresenter.View |
getView() |
void |
init(PreferenceStore preferenceStore,
List<String> managedKeys,
String componentTitle,
ViewMode viewMode) |
void |
save() |
void |
undoChanges() |
@Inject public PreferencesEditorFormPresenter(PreferencesEditorFormPresenter.View view, javax.enterprise.event.Event<NotificationEvent> notification, org.jboss.errai.ioc.client.api.ManagedInstance<PreferencesEditorItemPresenter> editorItemProducer)
public void init(PreferenceStore preferenceStore, List<String> managedKeys, String componentTitle, ViewMode viewMode)
public void save()
public void undoChanges()
public List<PreferencesEditorItemPresenter> getPreferencesEditors()
public PreferencesEditorFormPresenter.View getView()
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.