|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DeviceSize | |
|---|---|
| org.gwtbootstrap3.client.ui | Widgets representing Bootstrap components. |
| org.gwtbootstrap3.client.ui.base | Base classes and widgets that should only be used internally! |
| org.gwtbootstrap3.client.ui.base.form | |
| org.gwtbootstrap3.client.ui.base.helper | |
| org.gwtbootstrap3.client.ui.constants | Contains constants types, mostly enums. |
| org.gwtbootstrap3.client.ui.gwt | Widgets that are based on core GWT widgets and which have Bootstrap related changes to functionality or UI. |
| Uses of DeviceSize in org.gwtbootstrap3.client.ui |
|---|
| Methods in org.gwtbootstrap3.client.ui with parameters of type DeviceSize | |
|---|---|
void |
SuggestBox.setHiddenOn(DeviceSize deviceSize)
Sets the devices that the element is hidden on |
void |
SimpleRadioButton.setHiddenOn(DeviceSize deviceSize)
Sets the devices that the element is hidden on |
void |
SimpleCheckBox.setHiddenOn(DeviceSize deviceSize)
Sets the devices that the element is hidden on |
void |
NavbarText.setHiddenOn(DeviceSize deviceSize)
|
void |
NavbarCollapseButton.setHiddenOn(DeviceSize deviceSize)
|
void |
Image.setHiddenOn(DeviceSize deviceSize)
|
void |
IconStack.setHiddenOn(DeviceSize deviceSize)
|
void |
DropDownHeader.setHiddenOn(DeviceSize deviceSize)
|
void |
Divider.setHiddenOn(DeviceSize deviceSize)
|
void |
SuggestBox.setVisibleOn(DeviceSize deviceSize)
Sets the devices that the element is visible on |
void |
SimpleRadioButton.setVisibleOn(DeviceSize deviceSize)
Sets the devices that the element is visible on |
void |
SimpleCheckBox.setVisibleOn(DeviceSize deviceSize)
Sets the devices that the element is visible on |
void |
NavbarText.setVisibleOn(DeviceSize deviceSize)
|
void |
NavbarCollapseButton.setVisibleOn(DeviceSize deviceSize)
|
void |
Image.setVisibleOn(DeviceSize deviceSize)
|
void |
IconStack.setVisibleOn(DeviceSize deviceSize)
|
void |
DropDownHeader.setVisibleOn(DeviceSize deviceSize)
|
void |
Divider.setVisibleOn(DeviceSize deviceSize)
|
| Uses of DeviceSize in org.gwtbootstrap3.client.ui.base |
|---|
| Methods in org.gwtbootstrap3.client.ui.base with parameters of type DeviceSize | |
|---|---|
void |
ValueBoxBase.setHiddenOn(DeviceSize deviceSize)
|
void |
HasResponsiveness.setHiddenOn(DeviceSize deviceSize)
Sets the devices that the element is hidden on |
void |
ComplexWidget.setHiddenOn(DeviceSize deviceSize)
Sets the devices that the element is hidden on |
void |
AbstractTextWidget.setHiddenOn(DeviceSize deviceSize)
|
void |
AbstractListItem.setHiddenOn(DeviceSize deviceSize)
|
void |
AbstractButtonGroup.setHiddenOn(DeviceSize deviceSize)
|
void |
ValueBoxBase.setVisibleOn(DeviceSize deviceSize)
|
void |
HasResponsiveness.setVisibleOn(DeviceSize deviceSize)
Sets the devices that the element is visible on |
void |
ComplexWidget.setVisibleOn(DeviceSize deviceSize)
Sets the devices that the element is visible on |
void |
AbstractTextWidget.setVisibleOn(DeviceSize deviceSize)
|
void |
AbstractListItem.setVisibleOn(DeviceSize deviceSize)
|
void |
AbstractButtonGroup.setVisibleOn(DeviceSize deviceSize)
|
| Uses of DeviceSize in org.gwtbootstrap3.client.ui.base.form |
|---|
| Methods in org.gwtbootstrap3.client.ui.base.form with parameters of type DeviceSize | |
|---|---|
void |
FormElementContainer.setHiddenOn(DeviceSize deviceSize)
Sets the devices that the element is hidden on |
void |
FormElementContainer.setVisibleOn(DeviceSize deviceSize)
Sets the devices that the element is visible on |
| Uses of DeviceSize in org.gwtbootstrap3.client.ui.base.helper |
|---|
| Methods in org.gwtbootstrap3.client.ui.base.helper with parameters of type DeviceSize | |
|---|---|
static void |
StyleHelper.setHiddenOn(UIObject uiObject,
DeviceSize deviceSize)
Sets the ui object to be hidden on the device size |
static void |
StyleHelper.setVisibleOn(UIObject uiObject,
DeviceSize deviceSize)
Sets the ui object to be visible on the device size |
| Uses of DeviceSize in org.gwtbootstrap3.client.ui.constants |
|---|
| Methods in org.gwtbootstrap3.client.ui.constants that return DeviceSize | |
|---|---|
static DeviceSize |
DeviceSize.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DeviceSize[] |
DeviceSize.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of DeviceSize in org.gwtbootstrap3.client.ui.gwt |
|---|
| Methods in org.gwtbootstrap3.client.ui.gwt with parameters of type DeviceSize | |
|---|---|
void |
Widget.setHiddenOn(DeviceSize deviceSize)
Sets the devices that the element is hidden on |
void |
HTMLPanel.setHiddenOn(DeviceSize deviceSize)
|
void |
FormPanel.setHiddenOn(DeviceSize deviceSize)
|
void |
FocusWidget.setHiddenOn(DeviceSize deviceSize)
Sets the devices that the element is hidden on |
void |
FlowPanel.setHiddenOn(DeviceSize deviceSize)
|
void |
DataGrid.setHiddenOn(DeviceSize deviceSize)
|
void |
CellTable.setHiddenOn(DeviceSize deviceSize)
|
void |
ButtonBase.setHiddenOn(DeviceSize deviceSize)
Sets the devices that the element is hidden on |
void |
Widget.setVisibleOn(DeviceSize deviceSize)
Sets the devices that the element is visible on |
void |
HTMLPanel.setVisibleOn(DeviceSize deviceSize)
|
void |
FormPanel.setVisibleOn(DeviceSize deviceSize)
|
void |
FocusWidget.setVisibleOn(DeviceSize deviceSize)
Sets the devices that the element is visible on |
void |
FlowPanel.setVisibleOn(DeviceSize deviceSize)
|
void |
DataGrid.setVisibleOn(DeviceSize deviceSize)
|
void |
CellTable.setVisibleOn(DeviceSize deviceSize)
|
void |
ButtonBase.setVisibleOn(DeviceSize deviceSize)
Sets the devices that the element is visible on |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||