public static interface ServerConfigPresenter.MyView extends SuspendableView
| Modifier and Type | Method and Description |
|---|---|
void |
setConfigurations(String selectedHost,
List<Server> serverModel) |
void |
setGroups(List<ServerGroupRecord> result) |
void |
setJvm(String reference,
Jvm jvm) |
void |
setPorts(String socketBinding,
Server selectedRecord,
List<SocketBinding> result) |
void |
setPreselection(String config) |
void |
setPresenter(ServerConfigPresenter presenter) |
void |
setProperties(String reference,
List<PropertyRecord> properties) |
void |
updateSocketBindings(List<String> result) |
createWidget, onResumevoid setPresenter(ServerConfigPresenter presenter)
void setProperties(String reference, List<PropertyRecord> properties)
void setPorts(String socketBinding, Server selectedRecord, List<SocketBinding> result)
void setGroups(List<ServerGroupRecord> result)
void setPreselection(String config)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.