Interface ICSSPropertyClassificationHandler
- All Superinterfaces:
ICSSPropertyHandler
- All Known Implementing Classes:
AbstractCSSPropertyClassificationHandler, CSSPropertyClassificationSWTHandler
CSS2 Classification Property Handler.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoidapplyCSSPropertyClear(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets the sides of an element where other floating elements are not allowed.voidapplyCSSPropertyCursor(Object element, CSSValue value, String pseudo, CSSEngine engine) Specifies the type of cursor to be displayed.voidapplyCSSPropertyDisplay(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets how/if an element is displayed.voidapplyCSSPropertyFloat(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets where an image or a text will appear in another element.voidapplyCSSPropertyPosition(Object element, CSSValue value, String pseudo, CSSEngine engine) Places an element in a static, relative, absolute or fixed position.voidapplyCSSPropertyVisibility(Object element, CSSValue value, String pseudo, CSSEngine engine) Sets if an element should be visible or invisible.retrieveCSSPropertyClear(Object element, String pseudo, CSSEngine engine) retrieveCSSPropertyCursor(Object element, String pseudo, CSSEngine engine) retrieveCSSPropertyDisplay(Object element, String pseudo, CSSEngine engine) retrieveCSSPropertyFloat(Object element, String pseudo, CSSEngine engine) retrieveCSSPropertyPosition(Object element, String pseudo, CSSEngine engine) retrieveCSSPropertyVisibility(Object element, String pseudo, CSSEngine engine) Methods inherited from interface ICSSPropertyHandler
applyCSSProperty, onAllCSSPropertiesApplied, onAllCSSPropertiesApplied, retrieveCSSProperty
-
Method Details
-
applyCSSPropertyClear
-
applyCSSPropertyCursor
void applyCSSPropertyCursor(Object element, CSSValue value, String pseudo, CSSEngine engine) throws Exception Specifies the type of cursor to be displayed. Available values are=url auto crosshair default pointer move e-resize ne-resize nw-resize n-resize se-resize sw-resize s-resize w-resize text wait help- Throws:
Exception
-
applyCSSPropertyDisplay
void applyCSSPropertyDisplay(Object element, CSSValue value, String pseudo, CSSEngine engine) throws Exception Sets how/if an element is displayed. Available values are=none inline block list-item run-in compact marker table inline-table table-row-group table-header-group table-footer-group table-row table-column-group table-column table-cell table-caption- Throws:
Exception
-
applyCSSPropertyFloat
-
applyCSSPropertyPosition
-
applyCSSPropertyVisibility
-
retrieveCSSPropertyClear
-
retrieveCSSPropertyCursor
-
retrieveCSSPropertyDisplay
-
retrieveCSSPropertyFloat
-
retrieveCSSPropertyPosition
-
retrieveCSSPropertyVisibility
-