public class HostServerTable extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
HostServerTable.HostCell |
class |
HostServerTable.ServerCell |
| Modifier and Type | Field and Description |
|---|---|
static double |
GOLDEN_RATIO |
| Constructor and Description |
|---|
HostServerTable() |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.user.client.ui.Widget |
asWidget() |
void |
clearDisplay() |
void |
clearSelection() |
void |
setDescription(String description) |
void |
setPopupWidth(int popupWidth) |
void |
setRightToLeft(boolean rightToLeft) |
void |
setTopology(String selectedHost,
String selectedServer,
HostStore.Topology topology) |
void |
updateDisplay(String hostName,
String serverName) |
public static final double GOLDEN_RATIO
public void setRightToLeft(boolean rightToLeft)
public void setPopupWidth(int popupWidth)
public void setDescription(String description)
public com.google.gwt.user.client.ui.Widget asWidget()
public void clearDisplay()
public void clearSelection()
public void setTopology(String selectedHost, String selectedServer, HostStore.Topology topology)
Copyright © 2014 JBoss, a division of Red Hat. All rights reserved.