|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.htmlunit.corejs.javascript.ScriptableObject
com.gargoylesoftware.htmlunit.javascript.SimpleScriptable
com.gargoylesoftware.htmlunit.javascript.host.Node
com.gargoylesoftware.htmlunit.javascript.host.EventNode
com.gargoylesoftware.htmlunit.javascript.host.Element
com.gargoylesoftware.htmlunit.javascript.host.html.HTMLElement
com.gargoylesoftware.htmlunit.javascript.host.html.HTMLTableComponent
com.gargoylesoftware.htmlunit.javascript.host.html.HTMLTableCellElement
public class HTMLTableCellElement
The JavaScript object representing a TD or TH.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLElement |
---|
HTMLElement.ProxyDomNode |
Nested classes/interfaces inherited from interface java.util.Map |
---|
Map.Entry<K,V> |
Field Summary |
---|
Fields inherited from class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLElement |
---|
BEHAVIOR_ID_CLIENT_CAPS, BEHAVIOR_ID_DOWNLOAD, BEHAVIOR_ID_HOMEPAGE |
Fields inherited from class com.gargoylesoftware.htmlunit.javascript.host.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, NOTATION_NODE, PROCESSING_INSTRUCTION_NODE, TEXT_NODE |
Fields inherited from class net.sourceforge.htmlunit.corejs.javascript.ScriptableObject |
---|
CONST, DONTENUM, EMPTY, PERMANENT, READONLY, UNINITIALIZED_CONST |
Fields inherited from interface net.sourceforge.htmlunit.corejs.javascript.Scriptable |
---|
NOT_FOUND |
Constructor Summary | |
---|---|
HTMLTableCellElement()
|
Method Summary | |
---|---|
void |
jsxFunction_setAttribute(String name,
String value)
Sets an attribute. |
String |
jsxGet_abbr()
Returns the value of the abbr attribute. |
String |
jsxGet_axis()
Returns the value of the axis attribute. |
String |
jsxGet_bgColor()
Returns the value of the bgColor attribute. |
Integer |
jsxGet_cellIndex()
Returns the index of this cell within the parent row. |
int |
jsxGet_colSpan()
Returns the value of the colSpan attribute. |
String |
jsxGet_height()
Returns the value of the "width" property. |
boolean |
jsxGet_noWrap()
Returns the value of the noWrap attribute. |
int |
jsxGet_offsetHeight()
Returns this element's offsetHeight, which is the element height plus the element's padding plus the element's border. |
int |
jsxGet_offsetWidth()
Returns this element's offsetWidth, which is the element width plus the element's padding plus the element's border. |
int |
jsxGet_rowSpan()
Returns the value of the rowSpan attribute. |
String |
jsxGet_width()
Returns the value of the "width" property. |
void |
jsxSet_abbr(String abbr)
Sets the value of the abbr attribute. |
void |
jsxSet_axis(String axis)
Sets the value of the axis attribute. |
void |
jsxSet_bgColor(String bgColor)
Sets the value of the bgColor attribute. |
void |
jsxSet_colSpan(String colSpan)
Sets the value of the colSpan attribute. |
void |
jsxSet_height(String width)
Sets the value of the "width" property. |
void |
jsxSet_noWrap(boolean noWrap)
Sets the value of the noWrap attribute. |
void |
jsxSet_rowSpan(String rowSpan)
Sets the value of the rowSpan attribute. |
void |
jsxSet_width(String width)
Sets the value of the "width" property. |
Methods inherited from class com.gargoylesoftware.htmlunit.javascript.host.html.HTMLTableComponent |
---|
jsxGet_align, jsxGet_ch, jsxGet_chOff, jsxGet_vAlign, jsxSet_align, jsxSet_ch, jsxSet_chOff, jsxSet_vAlign |
Methods inherited from class com.gargoylesoftware.htmlunit.javascript.host.Element |
---|
createAttributesObject, jsxFunction_getAttribute, jsxFunction_getElementsByTagNameNS, jsxFunction_hasAttribute, jsxFunction_removeAttribute, jsxFunction_selectNodes, jsxFunction_selectSingleNode, jsxGet_attributes, jsxGet_tagName, jsxGet_text |
Methods inherited from class com.gargoylesoftware.htmlunit.javascript.SimpleScriptable |
---|
clone, defineFunctionProperties, defineProperty, equivalentValues, get, getBrowserVersion, getClassName, getDefaultValue, getPrototype, getScriptableFor, getStartingScope, getTransformerScriptableFor, getWindow, getWindow, getWithPreemption, hasInstance, initParentScope, makeScriptableFor, setCaseSensitive, setDomNode, setHtmlElement |
Methods inherited from class net.sourceforge.htmlunit.corejs.javascript.ScriptableObject |
---|
applyDescriptorToAttributeBitset, associateValue, avoidObjectDetection, buildDataDescriptor, callMethod, callMethod, clear, containsKey, containsValue, defineClass, defineClass, defineClass, defineConst, defineConstProperty, defineOwnProperties, defineOwnProperty, defineProperty, defineProperty, defineProperty, delete, delete, deleteProperty, deleteProperty, ensureScriptable, ensureScriptableObject, entrySet, get, get, getAllIds, getArrayPrototype, getAssociatedValue, getAttributes, getAttributes, getAttributes, getAttributes, getClassPrototype, getDefaultValue, getFunctionPrototype, getGetterOrSetter, getIds, getObjectPrototype, getOwnPropertyDescriptor, getParentScope, getProperty, getProperty, getPropertyIds, getPrototype, getSlot, getTopLevelScope, getTopScopeValue, getTypeOf, has, has, hasProperty, hasProperty, isAccessorDescriptor, isConst, isDataDescriptor, isEmpty, isExtensible, isFalse, isGenericDescriptor, isGetterOrSetter, isSealed, isTrue, keySet, preventExtensions, put, put, put, putAll, putConst, putConstProperty, putProperty, putProperty, redefineProperty, remove, sealObject, setAttributes, setAttributes, setAttributes, setAttributes, setGetterOrSetter, setParentScope, setPrototype, size, values |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface net.sourceforge.htmlunit.corejs.javascript.Scriptable |
---|
delete, delete, get, get, getClassName, getDefaultValue, getIds, getParentScope, getPrototype, has, has, hasInstance, put, put, setParentScope, setPrototype |
Methods inherited from interface java.util.Map |
---|
equals, hashCode |
Constructor Detail |
---|
public HTMLTableCellElement()
Method Detail |
---|
public void jsxFunction_setAttribute(String name, String value)
jsxFunction_setAttribute
in class HTMLElement
name
- Name of the attribute to setvalue
- Value to set the attribute topublic int jsxGet_offsetHeight()
jsxGet_offsetHeight
in class HTMLElement
public int jsxGet_offsetWidth()
jsxGet_offsetWidth
in class HTMLElement
public Integer jsxGet_cellIndex()
public String jsxGet_abbr()
public void jsxSet_abbr(String abbr)
abbr
- the value of the abbr attributepublic String jsxGet_axis()
public void jsxSet_axis(String axis)
axis
- the value of the axis attributepublic String jsxGet_bgColor()
public void jsxSet_bgColor(String bgColor)
bgColor
- the value of the bgColor attributepublic int jsxGet_colSpan()
public void jsxSet_colSpan(String colSpan)
colSpan
- the value of the colSpan attributepublic int jsxGet_rowSpan()
public void jsxSet_rowSpan(String rowSpan)
rowSpan
- the value of the rowSpan attributepublic boolean jsxGet_noWrap()
public void jsxSet_noWrap(boolean noWrap)
noWrap
- the value of the noWrap attributepublic String jsxGet_width()
public void jsxSet_width(String width)
width
- the value of the "width" propertypublic String jsxGet_height()
public void jsxSet_height(String width)
width
- the value of the "width" property
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |