public class SpreadsheetDriverWidget extends WebDriverWidget<SpreadsheetConfig,SpreadsheetCommands>
| Modifier and Type | Field and Description |
|---|---|
private static CentralLogger |
LOG
Logger
|
private boolean |
webLoaded
The variable represents whether the web component of the SpreadsheetDriverWidget is loaded or not
|
visible, websock, widgetId, window| Constructor and Description |
|---|
SpreadsheetDriverWidget(int widgetId,
GuiWebSocket websock)
Initialize the web component.
|
| Modifier and Type | Method and Description |
|---|---|
void |
placeWidget(NativeRectangle bounds)
Place the driver-specific widget at the specified bounds, using the currently selected
window.
|
config, destroy, getWindow, setEnabled, setVisible, setWidgetBounds, setWindowclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinvokeWidgetCommand, invokeWidgetCommand, setWidgetAttributeprivate static CentralLogger LOG
private boolean webLoaded
public SpreadsheetDriverWidget(int widgetId,
GuiWebSocket websock)
widgetId - The widget's ID.websock - The web socket.public void placeWidget(NativeRectangle bounds)
placeWidget in interface DriverWidget<SpreadsheetCommands>placeWidget in class WebDriverWidget<SpreadsheetConfig,SpreadsheetCommands>bounds - Widget bounds.