Package org.lobobrowser.html.style
Interface CSS2PropertiesContext
-
- All Known Implementing Classes:
HTMLAbstractUIElement
,HTMLAppletElementImpl
,HTMLBaseElementImpl
,HTMLBaseFontElementImpl
,HTMLBaseInputElement
,HTMLBlockQuoteElementImpl
,HTMLBodyElementImpl
,HTMLBRElementImpl
,HTMLButtonElementImpl
,HTMLCenterElementImpl
,HTMLDivElementImpl
,HTMLElementImpl
,HTMLEmElementImpl
,HTMLFontElementImpl
,HTMLFontSizeChangeElementImpl
,HTMLFormElementImpl
,HTMLFrameElementImpl
,HTMLFrameSetElementImpl
,HTMLGenericMarkupElement
,HTMLHeadingElementImpl
,HTMLHRElementImpl
,HTMLHtmlElementImpl
,HTMLIFrameElementImpl
,HTMLImageElementImpl
,HTMLInputElementImpl
,HTMLLIElementImpl
,HTMLLinkElementImpl
,HTMLMonospacedElementImpl
,HTMLNonStandardElement
,HTMLObjectElementImpl
,HTMLOListElementImpl
,HTMLOptionElementImpl
,HTMLPElementImpl
,HTMLPreElementImpl
,HTMLScriptElementImpl
,HTMLSelectElementImpl
,HTMLSpanElementImpl
,HTMLStrikeElementImpl
,HTMLStrongElementImpl
,HTMLStyleElementImpl
,HTMLSuperscriptElementImpl
,HTMLTableCellElementImpl
,HTMLTableElementImpl
,HTMLTableHeadElementImpl
,HTMLTableRowElementImpl
,HTMLTextAreaElementImpl
,HTMLTitleElementImpl
,HTMLUListElementImpl
,HTMLUnderlineElementImpl
public interface CSS2PropertiesContext
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getDocumentBaseURI()
AbstractCSS2Properties
getParentStyle()
void
informInvalid()
void
informLayoutInvalid()
void
informLookInvalid()
void
informPositionInvalid()
void
informSizeInvalid()
-
-
-
Method Detail
-
informLookInvalid
void informLookInvalid()
-
informSizeInvalid
void informSizeInvalid()
-
informPositionInvalid
void informPositionInvalid()
-
informLayoutInvalid
void informLayoutInvalid()
-
informInvalid
void informInvalid()
-
getParentStyle
AbstractCSS2Properties getParentStyle()
-
getDocumentBaseURI
java.lang.String getDocumentBaseURI()
-
-