org.gwtbootstrap3.client.ui.base
Interface HasResponsiveness

All Known Implementing Classes:
Abbreviation, AbstractAnchorListItem, AbstractButton, AbstractButtonGroup, AbstractDropDown, AbstractForm, AbstractIconButton, AbstractInputGroupAddon, AbstractListItem, AbstractTextWidget, AbstractToggleButton, Alert, Anchor, AnchorButton, AnchorListItem, Badge, BlockQuote, Br, Breadcrumbs, Button, ButtonBase, ButtonGroup, ButtonToolBar, Caption, Carousel, CarouselCaption, CarouselControl, CarouselIndicator, CarouselIndicators, CarouselInner, CarouselSlide, CellTable, CheckBox, CheckBoxButton, ClearFix, CloseButton, Code, Collapse, Column, ComplexWidget, Container, DataGrid, Description, DescriptionData, DescriptionTitle, Div, Divider, DoubleBox, DropDown, DropDownHeader, DropDownMenu, FieldSet, FlowPanel, FocusWidget, Form, FormControlStatic, FormElementContainer, FormGroup, FormLabel, FormPanel, Heading, HelpBlock, Hr, HTMLPanel, Icon, IconStack, Image, ImageAnchor, InlineCheckBox, InlineHelpBlock, InlineRadio, Input, InputGroup, InputGroupAddon, InputGroupButton, IntegerBox, Italic, Jumbotron, Label, Lead, Legend, LinkedGroup, LinkedGroupItem, LinkedGroupItemText, ListDropDown, ListGroup, ListGroupItem, ListItem, LongBox, MediaBody, MediaList, Modal, ModalBody, ModalFooter, ModalHeader, Nav, Navbar, NavbarBrand, NavbarCollapse, NavbarCollapseButton, NavbarForm, NavbarHeader, NavbarLink, NavbarNav, NavbarText, NavPills, NavTabs, OrderedList, PageHeader, Pager, Pagination, Panel, PanelBody, PanelCollapse, PanelFooter, PanelGroup, PanelHeader, Paragraph, Pre, Progress, ProgressBar, Radio, RadioButton, Row, SimpleCheckBox, SimpleRadioButton, Small, Span, Strong, SubmitButton, SuggestBox, TabContent, TabListItem, TabPane, TabPanel, TextArea, TextBox, TextBoxBase, ThumbnailLink, ThumbnailPanel, UnorderedList, ValueBoxBase, VerticalButtonGroup, Well, Widget

public interface HasResponsiveness

Interface to set the visibility and hidden properties of elements

Example:

hiddenOn="SM MD" hiddenOn="SM,MD" visibleOn="SM LG" visibleOn="MD,LG" hiddenOn="LG"

Author:
Joshua Godi

Method Summary
 void setHiddenOn(DeviceSize deviceSize)
          Sets the devices that the element is hidden on
 void setVisibleOn(DeviceSize deviceSize)
          Sets the devices that the element is visible on
 

Method Detail

setVisibleOn

void setVisibleOn(DeviceSize deviceSize)
Sets the devices that the element is visible on

Parameters:
deviceSize - device size
See Also:
DeviceSize

setHiddenOn

void setHiddenOn(DeviceSize deviceSize)
Sets the devices that the element is hidden on

Parameters:
deviceSize - device sizes
See Also:
DeviceSize


Copyright © 2015. All rights reserved.