|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use Device | |
---|---|
com.github.gwtbootstrap.client.ui | Widgets that can be used in other GWT projects. |
com.github.gwtbootstrap.client.ui.base | Classes that are extended by interface components. |
com.github.gwtbootstrap.client.ui.constants | Constants, mostly CSS style names, that are defined by Bootstrap. |
com.github.gwtbootstrap.datepicker.client.ui.base |
Uses of Device in com.github.gwtbootstrap.client.ui |
---|
Methods in com.github.gwtbootstrap.client.ui with parameters of type Device | |
---|---|
void |
ValueListBox.setHideOn(Device device)
Sets the kind of device, this widget is hidden on. |
void |
UneditableInput.setHideOn(Device device)
Sets the kind of device, this widget is hidden on. |
void |
Tab.setHideOn(Device device)
Set TabLink and TabPane show on device. |
void |
ListBox.setHideOn(Device device)
Sets the kind of device, this widget is hidden on. |
void |
DataGrid.setHideOn(Device device)
Sets the kind of device, this widget is hidden on. |
void |
CheckBox.setHideOn(Device device)
Sets the kind of device, this widget is hidden on. |
void |
CellTable.setHideOn(Device device)
Sets the kind of device, this widget is hidden on. |
void |
ValueListBox.setShowOn(Device device)
Sets the kind of device, this widget is shown on. |
void |
UneditableInput.setShowOn(Device device)
Sets the kind of device, this widget is shown on. |
void |
Tab.setShowOn(Device device)
Set TabLink and TabPane show on device. |
void |
ListBox.setShowOn(Device device)
Sets the kind of device, this widget is shown on. |
void |
DataGrid.setShowOn(Device device)
Sets the kind of device, this widget is shown on. |
void |
CheckBox.setShowOn(Device device)
Sets the kind of device, this widget is shown on. |
void |
CellTable.setShowOn(Device device)
Sets the kind of device, this widget is shown on. |
Uses of Device in com.github.gwtbootstrap.client.ui.base |
---|
Methods in com.github.gwtbootstrap.client.ui.base with parameters of type Device | ||
---|---|---|
void |
ValueBoxBase.setHideOn(Device device)
Sets the kind of device, this widget is hidden on. |
|
void |
IsResponsive.setHideOn(Device device)
Sets the kind of device, this widget is hidden on. |
|
void |
HtmlWidget.setHideOn(Device device)
Sets the kind of device, this widget is hidden on. |
|
void |
DivWidget.setHideOn(Device device)
Sets the kind of device, this widget is hidden on. |
|
void |
ComplexWidget.setHideOn(Device device)
Sets the kind of device, this widget is hidden on. |
|
void |
AbstractTypography.setHideOn(Device device)
Sets the kind of device, this widget is hidden on. |
|
static
|
ResponsiveHelper.setHideOn(T widget,
Device device)
Sets the kind of device, this widget is hidden on. |
|
void |
ValueBoxBase.setShowOn(Device device)
Sets the kind of device, this widget is shown on. |
|
void |
IsResponsive.setShowOn(Device device)
Sets the kind of device, this widget is shown on. |
|
void |
HtmlWidget.setShowOn(Device device)
Sets the kind of device, this widget is shown on. |
|
void |
DivWidget.setShowOn(Device device)
Sets the kind of device, this widget is shown on. |
|
void |
ComplexWidget.setShowOn(Device device)
Sets the kind of device, this widget is shown on. |
|
void |
AbstractTypography.setShowOn(Device device)
Sets the kind of device, this widget is shown on. |
|
static
|
ResponsiveHelper.setShowOn(T widget,
Device device)
Sets the kind of device, this widget is shown on. |
Uses of Device in com.github.gwtbootstrap.client.ui.constants |
---|
Methods in com.github.gwtbootstrap.client.ui.constants that return Device | |
---|---|
static Device |
Device.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Device[] |
Device.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of Device in com.github.gwtbootstrap.datepicker.client.ui.base |
---|
Methods in com.github.gwtbootstrap.datepicker.client.ui.base with parameters of type Device | |
---|---|
void |
DateBoxBase.setHideOn(Device device)
Sets the kind of device, this widget is hidden on. |
void |
DateBoxBase.setShowOn(Device device)
Sets the kind of device, this widget is shown on. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |