public class DefaultConfigurator extends Object implements Configurator
Configurator implementation.| Constructor and Description |
|---|
DefaultConfigurator() |
| Modifier and Type | Method and Description |
|---|---|
Resources |
getResources()
Get the Bootstrap Resources that should be used for this project.
|
boolean |
hasResponsiveDesign()
Determines whether the project uses a responsive design.
|
public DefaultConfigurator()
public Resources getResources()
getResources in interface Configuratorpublic 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 Configuratortrue if the responsive features should be enabled.
Default: falseIsResponsive,
Bootstrap documentationCopyright © 2012-2014 gwtbootstrap. All Rights Reserved.