| Modifier and Type | Method and Description |
|---|---|
void |
ServerConfigView.setPorts(String socketBinding,
Server server,
List<SocketBinding> sockets) |
void |
ServerConfigPresenter.MyView.setPorts(String socketBinding,
Server selectedRecord,
List<SocketBinding> result) |
void |
PortsView.setPorts(String socketBinding,
Server selectedRecord,
List<SocketBinding> sockets) |
| Modifier and Type | Method and Description |
|---|---|
com.google.web.bindery.autobean.shared.AutoBean<SocketBinding> |
CoreBeanFactory.socketBinding() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.cellview.client.CellTable<SocketBinding> |
SocketTable.getCellTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
SocketBindingPresenter.createNewSocketBinding(SocketBinding socketBinding) |
void |
SocketBindingPresenter.onDelete(SocketBinding editedEntity) |
| Modifier and Type | Method and Description |
|---|---|
void |
SocketList.setBindings(String groupName,
List<SocketBinding> bindings) |
void |
SocketBindingView.setBindings(String groupName,
List<SocketBinding> bindings) |
void |
SocketBindingPresenter.MyView.setBindings(String groupName,
List<SocketBinding> bindings) |
void |
SocketTable.updateFrom(String groupName,
List<SocketBinding> bindings) |
void |
SocketTable.updateFrom(String groupName,
List<SocketBinding> bindings,
int portOffset) |
| Modifier and Type | Method and Description |
|---|---|
void |
LoadSocketBindingsCmd.execute(com.google.gwt.user.client.rpc.AsyncCallback<List<SocketBinding>> listAsyncCallback) |
void |
LoadSocketBindingsCmd.execute(String groupName,
com.google.gwt.user.client.rpc.AsyncCallback<List<SocketBinding>> callback) |
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.