@ApplicationScoped public class NewResourcePresenter extends Object
| Constructor and Description |
|---|
NewResourcePresenter(NewResourceView view,
org.jboss.errai.ui.client.local.spi.TranslationService translationService) |
| Modifier and Type | Method and Description |
|---|---|
void |
complete() |
void |
makeItem(String fileName) |
void |
setResourceName(String resourceName) |
void |
show(NewResourceHandler handler) |
void |
validate(String fileName,
org.uberfire.ext.editor.commons.client.validation.ValidatorWithReasonCallback callback) |
@Inject public NewResourcePresenter(NewResourceView view, org.jboss.errai.ui.client.local.spi.TranslationService translationService)
public void show(NewResourceHandler handler)
public void validate(String fileName, org.uberfire.ext.editor.commons.client.validation.ValidatorWithReasonCallback callback)
public void makeItem(String fileName)
public void complete()
public void setResourceName(String resourceName)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.