com.github.gwtbootstrap.client.ui.config
Class ResponsiveConfigurator

java.lang.Object
  extended by com.github.gwtbootstrap.client.ui.config.DefaultConfigurator
      extended by 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

Constructor Summary
ResponsiveConfigurator()
           
 
Method Summary
 boolean hasResponsiveDesign()
          Determines whether the project uses a responsive design.
 
Methods inherited from class com.github.gwtbootstrap.client.ui.config.DefaultConfigurator
getResources
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResponsiveConfigurator

public ResponsiveConfigurator()
Method Detail

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.