public static interface RepositoryPresenter.MyView
extends com.gwtplatform.mvp.client.View
| Modifier and Type | Method and Description |
|---|---|
void |
clearHistory() |
String |
getText() |
void |
setFullScreen(boolean fullscreen) |
void |
setPresenter(RepositoryPresenter presenter) |
void |
updateDirectory(Entry dir,
List<Entry> entries) |
void |
updateFile(String name,
String fileContents) |
void setPresenter(RepositoryPresenter presenter)
void setFullScreen(boolean fullscreen)
void clearHistory()
String getText()
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.