com.github.gwtbootstrap.client.ui.config

Interface Configurator

    • Method Summary

      Methods 
      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.
    • Method Detail

      • getResources

        Resources getResources()
        Get the Bootstrap Resources that should be used for this project.
        Returns:
        the Bootstrap Resources
      • hasResponsiveDesign

        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.

        Returns:
        true if the responsive features should be enabled. Default: false
        See Also:
        IsResponsive, Bootstrap documentation

Copyright © 2012-2013 gwtbootstrap. All Rights Reserved.