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
FieldsModifier and TypeFieldDescriptionstatic final intLower bound for 'large'.static final intUpper bound for medium.static final intLower bound for 'medium'.static final String'px' suffix.static final intUpper bound for 'small'. -
Constructor Summary
Constructors -
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
-