@Dependent @Templated public class RenamePopUpView extends Object implements RenamePopUpPresenter.View, org.jboss.errai.ui.client.local.api.IsElement
| Constructor and Description |
|---|
RenamePopUpView() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleDuplicatedFileName() |
void |
handleInvalidFileName() |
void |
handleRenameNotAllowed() |
void |
hide() |
void |
init(RenamePopUpPresenter presenter) |
void |
onNewFileNameChange(com.google.gwt.event.dom.client.KeyUpEvent event) |
void |
setOriginalFileName(String fileName) |
void |
show() |
public void init(RenamePopUpPresenter presenter)
init in interface HasPresenter<RenamePopUpPresenter>public void show()
show in interface RenamePopUpPresenter.Viewpublic void hide()
hide in interface RenamePopUpPresenter.Viewpublic void handleDuplicatedFileName()
handleDuplicatedFileName in interface RenamePopUpPresenter.Viewpublic void handleInvalidFileName()
handleInvalidFileName in interface RenamePopUpPresenter.Viewpublic void setOriginalFileName(String fileName)
setOriginalFileName in interface RenamePopUpPresenter.Viewpublic void handleRenameNotAllowed()
handleRenameNotAllowed in interface RenamePopUpPresenter.View@EventHandler(value="newNameTextBox") public void onNewFileNameChange(com.google.gwt.event.dom.client.KeyUpEvent event)
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.