com.github.gwtbootstrap.client.ui.config
Class ResponsiveConfigurator
java.lang.Object
com.github.gwtbootstrap.client.ui.config.DefaultConfigurator
com.github.gwtbootstrap.client.ui.config.ResponsiveConfigurator
- All Implemented Interfaces:
- Configurator
public class ResponsiveConfigurator
- extends DefaultConfigurator
Configurator
with enabled responsive design.
- Since:
- 2.0.4.0
- Author:
- Dominik Mayer
Method Summary |
boolean |
hasResponsiveDesign()
Determines whether the project uses a responsive design. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResponsiveConfigurator
public ResponsiveConfigurator()
hasResponsiveDesign
public boolean hasResponsiveDesign()
- Determines whether the project uses a responsive design.
If the responsive
design is enabled, the interface can adapt to the screen size and show
different content on smartphones, tablets and desktop computers.
- Specified by:
hasResponsiveDesign
in interface Configurator
- Overrides:
hasResponsiveDesign
in class DefaultConfigurator
- Returns:
true
if the responsive features should be enabled.
Default: false
- See Also:
IsResponsive
,
Bootstrap documentation
Copyright © 2012 gwtbootstrap. All Rights Reserved.