Package org.loboevolution.html.dom
Interface HTMLAppletElement
- All Superinterfaces:
Element
,EventTarget
,HTMLElement
,InnerHTML
,Node
,NonDocumentTypeChildNode
,ParentNode
HTMLAppletElement interface.
-
Field Summary
Fields inherited from interface org.loboevolution.html.node.Node
ATTRIBUTE_NODE, CDATA_SECTION_NODE, COMMENT_NODE, DOCUMENT_FRAGMENT_NODE, DOCUMENT_NODE, DOCUMENT_POSITION_CONTAINED_BY, DOCUMENT_POSITION_CONTAINS, DOCUMENT_POSITION_DISCONNECTED, DOCUMENT_POSITION_FOLLOWING, DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC, DOCUMENT_POSITION_PRECEDING, DOCUMENT_TYPE_NODE, ELEMENT_NODE, ENTITY_NODE, ENTITY_REFERENCE_NODE, NONE, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE
-
Method Summary
Modifier and TypeMethodDescriptiongetAlign()
Deprecated.getAlt()
Deprecated.Deprecated.getCode()
Deprecated.Deprecated.getForm()
getForm.Deprecated.double
Deprecated.getName()
Deprecated.Deprecated.double
Deprecated.getWidth()
Deprecated.void
setAlign.void
setAlt.void
setArchive
(String archive) setArchive.void
setCode.void
setCodeBase
(String codeBase) setCodeBase.void
setHeight.void
setHspace
(double hspace) setHspace.void
setName.void
setObject.void
setVspace
(double vspace) setVspace.void
setWidth.Methods inherited from interface org.loboevolution.html.node.Element
closest, getAttribute, getAttributeNames, getAttributeNode, getAttributeNodeNS, getAttributeNS, getBoundingClientRect, getClassList, getClassName, getClientHeight, getClientLeft, getClientRects, getClientTop, getClientWidth, getElementsByClassName, getElementsByTagName, getElementsByTagNameNS, getId, getInnerHTML, getLocalName, getNamespaceURI, getOuterHTML, getPrefix, getSchemaTypeInfo, getScrollHeight, getScrollLeft, getScrollTop, getScrollWidth, getSlot, getTagName, hasAttribute, hasAttributeNS, hasPointerCapture, insertAdjacentElement, insertAdjacentHTML, matches, releasePointerCapture, removeAttribute, removeAttributeNode, removeAttributeNS, requestPointerLock, scroll, scrollBy, scrollIntoView, scrollIntoView, scrollTo, setAttribute, setAttributeNode, setAttributeNodeNS, setAttributeNS, setClassName, setId, setIdAttribute, setIdAttributeNode, setIdAttributeNS, setOuterHTML, setPointerCapture, setScrollLeft, setScrollTop, setSlot, toggleAttribute, toggleAttribute
Methods inherited from interface org.loboevolution.events.EventTarget
addEventListener, addEventListener, dispatchEvent, dispatchEvent, removeEventListener, removeEventListener
Methods inherited from interface org.loboevolution.html.dom.HTMLElement
click, getAccessKey, getAccessKeyLabel, getAutocapitalize, getContentEditable, getDir, getInnerText, getLang, getOffsetHeight, getOffsetLeft, getOffsetParent, getOffsetTop, getOffsetWidth, getTitle, isDraggable, isHidden, isSpellcheck, isTranslate, setAccessKey, setAutocapitalize, setContentEditable, setDir, setDraggable, setHidden, setInnerText, setLang, setSpellcheck, setTitle, setTranslate
Methods inherited from interface org.loboevolution.html.node.InnerHTML
setInnerHTML
Methods inherited from interface org.loboevolution.html.node.Node
appendChild, cloneNode, cloneNode, compareDocumentPosition, contains, getAttributes, getBaseURI, getChildNodes, getFeature, getFirstChild, getLastChild, getNextSibling, getNodeName, getNodeType, getNodeValue, getOwnerDocument, getParentElement, getParentNode, getPreviousSibling, getRootNode, getTextContent, getUserData, hasAttributes, hasChildNodes, insertBefore, isDefaultNamespace, isEqualNode, isIsConnected, isSameNode, isSupported, lookupNamespaceURI, lookupPrefix, normalize, prepend, prependChild, removeChild, replaceChild, setNodeValue, setOwnerDocument, setPrefix, setTextContent, setUserData
Methods inherited from interface org.loboevolution.html.node.NonDocumentTypeChildNode
getNextElementSibling, getPreviousElementSibling
Methods inherited from interface org.loboevolution.html.node.ParentNode
getChildElementCount, getChildren, getFirstElementChild, getLastElementChild, querySelector, querySelectorAll
-
Method Details
-
getAlign
Deprecated.getAlign.
- Returns:
- a
String
object.
-
setAlign
setAlign.
- Parameters:
align
- aString
object.
-
getAlt
Deprecated.Sets or retrieves a text alternative to the graphic.- Returns:
- a
String
object.
-
setAlt
setAlt.
- Parameters:
alt
- aString
object.
-
getArchive
Deprecated.Sets or retrieves a character string that can be used to implement your own archive functionality for the object.- Returns:
- a
String
object.
-
setArchive
setArchive.
- Parameters:
archive
- aString
object.
-
getCode
Deprecated.getCode.
- Returns:
- a
String
object.
-
setCode
setCode.
- Parameters:
code
- aString
object.
-
getCodeBase
Deprecated.Sets or retrieves the URL of the component.- Returns:
- a
String
object.
-
setCodeBase
setCodeBase.
- Parameters:
codeBase
- aString
object.
-
getForm
HTMLFormElement getForm()getForm.
- Returns:
- a
HTMLFormElement
object.
-
getHeight
Deprecated.Sets or retrieves the height of the object.- Returns:
- a
String
object.
-
setHeight
setHeight.
- Parameters:
height
- aString
object.
-
getHspace
Deprecated.getHspace.
- Returns:
- a double.
-
setHspace
void setHspace(double hspace) setHspace.
- Parameters:
hspace
- a double.
-
getName
Deprecated.Sets or retrieves the shape of the object.- Returns:
- a
String
object.
-
setName
setName.
- Parameters:
name
- aString
object.
-
getObject
Deprecated.getObject.
- Returns:
- a
String
object.
-
setObject
setObject.
- Parameters:
object
- aString
object.
-
getVspace
Deprecated.getVspace.
- Returns:
- a double.
-
setVspace
void setVspace(double vspace) setVspace.
- Parameters:
vspace
- a double.
-
getWidth
Deprecated.getWidth.
- Returns:
- a
String
object.
-
setWidth
setWidth.
- Parameters:
width
- aString
object.
-