Class CmsWidthConstants


  • public class CmsWidthConstants
    extends java.lang.Object
    Adds constants / static methods for accessing the width class breakpoints.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int LARGE_LOW
      Lower bound for 'large'.
      static int MEDIUM_HIGH
      Upper bound for medium.
      static int MEDIUM_LOW
      Lower bound for 'medium'.
      static java.lang.String PX
      'px' suffix.
      static int SMALL_HIGH
      Upper bound for 'small'.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String largeLow()
      Lower bound for 'large'.
      static java.lang.String mediumHigh()
      Upper bound for medium.
      static java.lang.String mediumLow()
      Lower bound for 'medium'.
      static java.lang.String smallHigh()
      Upper bound for 'small'.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait