public class DevicesOnlineWidget
extends com.google.gwt.user.client.ui.VerticalPanel
Modifier and Type | Class and Description |
---|---|
static interface |
DevicesOnlineWidget.DevicesOnlineListBoxDelegate
The Interface DevicesOnlineListBoxDelegate.
|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled
com.google.gwt.user.client.ui.HasHorizontalAlignment.AutoHorizontalAlignmentConstant, com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant
com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant
Constructor and Description |
---|
DevicesOnlineWidget()
Instantiates a new devices online widget.
|
Modifier and Type | Method and Description |
---|---|
boolean |
getAllDevicesOptionCheck()
Gets the all devices option check.
|
com.google.gwt.user.client.ui.HorizontalPanel |
getButtonsPanel()
Gets the buttons panel.
|
java.lang.String |
getDeviceSelected()
Gets the device selected.
|
java.util.List<java.lang.String> |
getDevicesPresent()
Gets the devices present.
|
java.util.List<java.lang.String> |
getDevicesSelected()
Gets the devices selected.
|
com.google.gwt.user.client.ui.Button |
getRefreshButton()
Gets the refresh button.
|
void |
setAllTablesCheckBoxOffset(java.lang.String allTablesOffset)
Sets the all tables check box offset.
|
void |
setAllTablesCheckOptionEnabled(boolean allTablesSelect)
Sets the all tables check option enabled.
|
void |
setDelegate(DevicesOnlineWidget.DevicesOnlineListBoxDelegate delegate)
Sets the delegate.
|
void |
setDeviceType(java.lang.String deviceType)
Sets the device type.
|
void |
setListBoxSize(java.lang.String width,
java.lang.String height)
Sets the list box size.
|
void |
setMultipleSelectionAllowed(boolean multipleSelect)
Sets the multiple selection allowed.
|
void |
setRefreshButtonVisibility(boolean visible)
Sets the refresh button visibility.
|
void |
setSize(java.lang.String width,
java.lang.String height) |
void |
updateList()
Update list.
|
add, getHorizontalAlignment, getVerticalAlignment, insert, insert, remove, setHorizontalAlignment, setVerticalAlignment
getSpacing, setBorderWidth, setCellHeight, setCellHorizontalAlignment, setCellVerticalAlignment, setCellWidth, setSpacing
getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, iterator, remove
addAttachHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, fireEvent, getLayoutData, getParent, isAttached, onBrowserEvent, removeFromParent, setLayoutData, sinkEvents
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setHeight, setPixelSize, setStyleDependentName, setStyleName, setStyleName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public DevicesOnlineWidget()
public boolean getAllDevicesOptionCheck()
public com.google.gwt.user.client.ui.HorizontalPanel getButtonsPanel()
public java.lang.String getDeviceSelected()
public java.util.List<java.lang.String> getDevicesPresent()
public java.util.List<java.lang.String> getDevicesSelected()
public com.google.gwt.user.client.ui.Button getRefreshButton()
public void setAllTablesCheckBoxOffset(java.lang.String allTablesOffset)
allTablesOffset
- the new all tables check box offsetpublic void setAllTablesCheckOptionEnabled(boolean allTablesSelect)
allTablesSelect
- the new all tables check option enabledpublic void setDelegate(DevicesOnlineWidget.DevicesOnlineListBoxDelegate delegate)
delegate
- the new delegatepublic void setDeviceType(java.lang.String deviceType)
deviceType
- the new device typepublic void setListBoxSize(java.lang.String width, java.lang.String height)
width
- the widthheight
- the heightpublic void setMultipleSelectionAllowed(boolean multipleSelect)
multipleSelect
- the new multiple selection allowedpublic void setRefreshButtonVisibility(boolean visible)
visible
- the new refresh button visibilitypublic void setSize(java.lang.String width, java.lang.String height)
setSize
in class com.google.gwt.user.client.ui.UIObject
public void updateList()