Interface ICSSPropertyBorderHandler
- All Superinterfaces:
ICSSPropertyHandler
- All Known Implementing Classes:
AbstractCSSPropertyBorderHandler, CSSPropertyBorderSWTHandler
CSS2 Border Property Handler.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyCSSPropertyBorder(Object element, CSSValue value, String pseudo, CSSEngine engine) A shorthand property for setting all of the properties for the four borders in one declaration.voidapplyCSSPropertyBorderBottom(Object element, CSSValue value, String pseudo, CSSEngine engine) A shorthand property for setting all of the properties for the bottom border in one declaration.voidapplyCSSPropertyBorderBottomColor(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets the color of the bottom border.voidapplyCSSPropertyBorderBottomStyle(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets the style of the bottom border.voidapplyCSSPropertyBorderBottomWidth(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets the width of the bottom border.voidapplyCSSPropertyBorderColor(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets the color of the four borders, can have from one to four colors.voidapplyCSSPropertyBorderLeft(Object element, CSSValue value, String pseudo, CSSEngine engine) A shorthand property for setting all of the properties for the left border in one declaration.voidapplyCSSPropertyBorderLeftColor(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets the color of the left border.voidapplyCSSPropertyBorderLeftStyle(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets the style of the left border.voidapplyCSSPropertyBorderLeftWidth(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets the width of the left border.voidapplyCSSPropertyBorderRight(Object element, CSSValue value, String pseudo, CSSEngine engine) A shorthand property for setting all of the properties for the right border in one declaration.voidapplyCSSPropertyBorderRightColor(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets the color of the right border.voidapplyCSSPropertyBorderRightStyle(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets the style of the right border.voidapplyCSSPropertyBorderRightWidth(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets the width of the right border.Available values are= thin medium thick lengthvoidapplyCSSPropertyBorderStyle(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets the style of the four borders, can have from one to four styles.voidapplyCSSPropertyBorderTop(Object element, CSSValue value, String pseudo, CSSEngine engine) A shorthand property for setting all of the properties for the top border in one declaration.voidapplyCSSPropertyBorderTopColor(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets the color of the top border.voidapplyCSSPropertyBorderTopStyle(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets the style of the top border.voidapplyCSSPropertyBorderTopWidth(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets the width of the top border.voidapplyCSSPropertyBorderWidth(Object element, CSSValue value, String pseudo, CSSEngine engine) A shorthand property for setting the width of the four borders in one declaration, can have from one to four values.retrieveCSSPropertyBorder(Object element, String pseudo, CSSEngine engine) retrieveCSSPropertyBorderBottom(Object element, String pseudo, CSSEngine engine) retrieveCSSPropertyBorderBottomColor(Object element, String pseudo, CSSEngine engine) retrieveCSSPropertyBorderBottomStyle(Object element, String pseudo, CSSEngine engine) retrieveCSSPropertyBorderBottomWidth(Object element, String pseudo, CSSEngine engine) retrieveCSSPropertyBorderColor(Object element, String pseudo, CSSEngine engine) retrieveCSSPropertyBorderLeft(Object element, String pseudo, CSSEngine engine) retrieveCSSPropertyBorderLeftColor(Object element, String pseudo, CSSEngine engine) retrieveCSSPropertyBorderLeftStyle(Object element, String pseudo, CSSEngine engine) retrieveCSSPropertyBorderLeftWidth(Object element, String pseudo, CSSEngine engine) retrieveCSSPropertyBorderRight(Object element, String pseudo, CSSEngine engine) retrieveCSSPropertyBorderRightColor(Object element, String pseudo, CSSEngine engine) retrieveCSSPropertyBorderRightStyle(Object element, String pseudo, CSSEngine engine) retrieveCSSPropertyBorderRightWidth(Object element, String pseudo, CSSEngine engine) retrieveCSSPropertyBorderStyle(Object element, String pseudo, CSSEngine engine) retrieveCSSPropertyBorderTop(Object element, String pseudo, CSSEngine engine) retrieveCSSPropertyBorderTopColor(Object element, String pseudo, CSSEngine engine) retrieveCSSPropertyBorderTopStyle(Object element, String pseudo, CSSEngine engine) retrieveCSSPropertyBorderTopWidth(Object element, String pseudo, CSSEngine engine) retrieveCSSPropertyBorderWidth(Object element, String pseudo, CSSEngine engine) Methods inherited from interface ICSSPropertyHandler
applyCSSProperty, onAllCSSPropertiesApplied, onAllCSSPropertiesApplied, retrieveCSSProperty
-
Method Details
-
applyCSSPropertyBorder
-
applyCSSPropertyBorderBottom
-
applyCSSPropertyBorderBottomColor
-
applyCSSPropertyBorderBottomStyle
-
applyCSSPropertyBorderBottomWidth
-
applyCSSPropertyBorderColor
-
applyCSSPropertyBorderLeft
-
applyCSSPropertyBorderLeftColor
-
applyCSSPropertyBorderLeftStyle
-
applyCSSPropertyBorderLeftWidth
-
applyCSSPropertyBorderRight
-
applyCSSPropertyBorderRightColor
-
applyCSSPropertyBorderRightStyle
-
applyCSSPropertyBorderRightWidth
-
applyCSSPropertyBorderStyle
-
applyCSSPropertyBorderTop
-
applyCSSPropertyBorderTopColor
-
applyCSSPropertyBorderTopStyle
-
applyCSSPropertyBorderTopWidth
-
applyCSSPropertyBorderWidth
-
retrieveCSSPropertyBorder
-
retrieveCSSPropertyBorderBottom
-
retrieveCSSPropertyBorderBottomColor
-
retrieveCSSPropertyBorderBottomStyle
-
retrieveCSSPropertyBorderBottomWidth
-
retrieveCSSPropertyBorderColor
-
retrieveCSSPropertyBorderLeft
-
retrieveCSSPropertyBorderLeftColor
-
retrieveCSSPropertyBorderLeftStyle
-
retrieveCSSPropertyBorderLeftWidth
-
retrieveCSSPropertyBorderRight
-
retrieveCSSPropertyBorderRightColor
-
retrieveCSSPropertyBorderRightStyle
-
retrieveCSSPropertyBorderRightWidth
-
retrieveCSSPropertyBorderStyle
-
retrieveCSSPropertyBorderTop
-
retrieveCSSPropertyBorderTopColor
-
retrieveCSSPropertyBorderTopStyle
-
retrieveCSSPropertyBorderTopWidth
-
retrieveCSSPropertyBorderWidth
-