public class ResponsiveConfigurator extends DefaultConfigurator
Configurator with enabled responsive design.| Constructor and Description |
|---|
ResponsiveConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
hasResponsiveDesign()
Determines whether the project uses a responsive design.
|
getResourcespublic ResponsiveConfigurator()
public boolean hasResponsiveDesign()
If the responsive design is enabled, the interface can adapt to the screen size and show different content on smartphones, tablets and desktop computers.
hasResponsiveDesign in interface ConfiguratorhasResponsiveDesign in class DefaultConfiguratortrue if the responsive features should be enabled.
Default: falseIsResponsive,
Bootstrap documentationCopyright © 2012-2014 gwtbootstrap. All Rights Reserved.