@ApplicationScoped public class ExperimentalFeaturesEditorScreen extends Object implements ExperimentalFeaturesEditorScreenView.Presenter
Constructor and Description |
---|
ExperimentalFeaturesEditorScreen(org.jboss.errai.ui.client.local.spi.TranslationService translationService,
ClientExperimentalFeaturesRegistryService registryService,
ExperimentalFeatureDefRegistry defRegistry,
ExperimentalFeaturesEditorScreenView view,
org.jboss.errai.ioc.client.api.ManagedInstance<ExperimentalFeaturesGroup> groupsInstance,
org.jboss.errai.common.client.api.Caller<FeaturesEditorService> editorService,
SessionInfo sessionInfo,
AuthorizationManager authorizationManager) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
protected void |
doSave(EditableExperimentalFeature feature) |
String |
getTitle() |
ExperimentalFeaturesEditorScreenView |
getView() |
void |
init() |
void |
show() |
public static final String SCREEN_ID
@Inject public ExperimentalFeaturesEditorScreen(org.jboss.errai.ui.client.local.spi.TranslationService translationService, ClientExperimentalFeaturesRegistryService registryService, ExperimentalFeatureDefRegistry defRegistry, ExperimentalFeaturesEditorScreenView view, org.jboss.errai.ioc.client.api.ManagedInstance<ExperimentalFeaturesGroup> groupsInstance, org.jboss.errai.common.client.api.Caller<FeaturesEditorService> editorService, SessionInfo sessionInfo, AuthorizationManager authorizationManager)
@PostConstruct public void init()
public void show()
protected void doSave(EditableExperimentalFeature feature)
public String getTitle()
public ExperimentalFeaturesEditorScreenView getView()
@PreDestroy public void clear()
Copyright © 2012–2019 JBoss by Red Hat. All rights reserved.