Package org.opencms.gwt.client
Class CmsWidthConstants
java.lang.Object
org.opencms.gwt.client.CmsWidthConstants
Adds constants / static methods for accessing the width class breakpoints.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Lower bound for 'large'.static final int
Upper bound for medium.static final int
Lower bound for 'medium'.static final String
'px' suffix.static final int
Upper bound for 'small'. -
Constructor Summary
-
Method Summary
-
Field Details
-
SMALL_HIGH
Upper bound for 'small'.- See Also:
-
MEDIUM_LOW
Lower bound for 'medium'.- See Also:
-
MEDIUM_HIGH
Upper bound for medium.- See Also:
-
LARGE_LOW
Lower bound for 'large'.- See Also:
-
PX
'px' suffix.- See Also:
-
-
Constructor Details
-
CmsWidthConstants
public CmsWidthConstants()
-
-
Method Details
-
largeLow
Lower bound for 'large'.- Returns:
- a CSS width value
-
mediumHigh
Upper bound for medium.- Returns:
- a CSS width value
-
mediumLow
Lower bound for 'medium'.- Returns:
- a CSS width value
-
smallHigh
Upper bound for 'small'.- Returns:
- a CSS width value
-