Interface ICSSPropertyDimensionHandler
- All Superinterfaces:
ICSSPropertyHandler
- All Known Implementing Classes:
AbstractCSSPropertyDimensionHandler
CSS2 Dimension Property Handler.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyCSSPropertyHeight(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets the height of an element.voidapplyCSSPropertyLineHeight(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets the distance between lines.voidapplyCSSPropertyMaxHeight(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets the maximum height of an element.voidapplyCSSPropertyMaxWidth(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets the maximum width of an element.voidapplyCSSPropertyMinHeight(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets the minimum height of an element.voidapplyCSSPropertyMinWidth(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets the minimum width of an element.voidapplyCSSPropertyWidth(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets the width of an element.retrieveCSSPropertyHeight(Object widget, String property, String pseudo, CSSEngine engine) retrieveCSSPropertyMaxHeight(Object widget, String property, String pseudo, CSSEngine engine) retrieveCSSPropertyMinHeight(Object widget, String property, String pseudo, CSSEngine engine) retrieveCSSPropertyMinWidth(Object widget, String property, String pseudo, CSSEngine engine) Methods inherited from interface ICSSPropertyHandler
applyCSSProperty, onAllCSSPropertiesApplied, onAllCSSPropertiesApplied, retrieveCSSProperty
-
Method Details
-
applyCSSPropertyHeight
-
applyCSSPropertyLineHeight
-
applyCSSPropertyMaxHeight
-
applyCSSPropertyMaxWidth
-
applyCSSPropertyMinHeight
-
applyCSSPropertyMinWidth
-
applyCSSPropertyWidth
-
retrieveCSSPropertyHeight
-
retrieveCSSPropertyMaxHeight
-
retrieveCSSPropertyMinHeight
-
retrieveCSSPropertyMinWidth
-