|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.anadix.html.HtmlElement
org.anadix.html.CoreAttributes
org.anadix.html.TableTag
public class TableTag
Defines a table
| Method Summary | |
|---|---|
String |
getAlign()
Specifies the alignment of a table according to surrounding text |
String |
getBgcolor()
Specifies the background color for a table |
String |
getBorder()
Specifies the width of the borders around a table |
String |
getCellpadding()
Specifies the space between the cell wall and the cell content |
String |
getCellspacing()
Specifies the space between cells |
String |
getDatapagesize()
getDatapagesize. |
String |
getDir()
Specifies the text direction for the content in an element |
String |
getFrame()
Specifies which parts of the outside borders that should be visible |
String |
getLang()
Specifies a language code for the content in an element |
String |
getOnclick()
Script to be run on a mouse click |
String |
getOndblclick()
Script to be run on a mouse double-click |
String |
getOnkeydown()
Script to be run when a key is pressed |
String |
getOnkeypress()
Script to be run when a key is pressed and released |
String |
getOnkeyup()
Script to be run when a key is released |
String |
getOnmousedown()
Script to be run when mouse button is pressed |
String |
getOnmousemove()
Script to be run when mouse pointer moves |
String |
getOnmouseout()
Script to be run when mouse pointer moves out of an element |
String |
getOnmouseover()
Script to be run when mouse pointer moves over an element |
String |
getOnmouseup()
Script to be run when mouse button is released |
String |
getRules()
Specifies which parts of the inside borders that should be visible |
String |
getSummary()
Specifies a summary of the content of a table |
String |
getWidth()
Specifies the width of a table |
| Methods inherited from class org.anadix.html.CoreAttributes |
|---|
getClassAttribute, getIdAttribute, getStyle, getTitle |
| Methods inherited from class org.anadix.html.HtmlElement |
|---|
compareTo, equals, getAttribute, getAttributes, getId, getName, getParent, getPosition, getSource, getTextContent, hashCode, setPosition, setSource, setTextContent, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String getSummary()
public String getWidth()
public String getBorder()
public String getFrame()
public String getRules()
public String getCellspacing()
public String getCellpadding()
public String getAlign()
public String getBgcolor()
public String getDatapagesize()
getDatapagesize.
String object.public String getLang()
public String getDir()
public String getOnclick()
public String getOndblclick()
public String getOnmousedown()
public String getOnmouseup()
public String getOnmouseover()
public String getOnmousemove()
public String getOnmouseout()
public String getOnkeypress()
public String getOnkeydown()
public String getOnkeyup()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||