|
|||||||||
| 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.ObjectTag
public class ObjectTag
Defines an embedded object
| Method Summary | |
|---|---|
String |
getAlign()
Specifies the alignment of the element according to surrounding elements |
String |
getArchive()
A space separated list of URL's to archives. |
String |
getBorder()
Specifies the width of the border around an element |
String |
getClassid()
Defines a class ID value as set in the Windows Registry or a URL |
String |
getCodebase()
Defines where to find the code for the object |
String |
getCodetype()
The internet media type of the code referred to by the classid attribute |
String |
getData()
Specifies the URL of the resource to be used by the object |
String |
getDeclare()
Defines that the object should only be declared, not created or instantiated until needed |
String |
getDir()
Specifies the text direction for the content in an element |
String |
getHeight()
Specifies the height of the object |
String |
getHspace()
Specifies the whitespace on left and right side of an object |
String |
getLang()
Specifies a language code for the content in an element |
String |
getNameAttribute()
Specifies a name for the object |
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 |
getStandby()
Defines a text to display while the object is loading |
String |
getTabindex()
Specifies the tab order of an element |
String |
getType()
Specifies the MIME type of data specified in the data attribute |
String |
getUsemap()
Specifies the name of a client-side image map to be used with the object |
String |
getVspace()
Specifies the whitespace on top and bottom of an object |
String |
getWidth()
Specifies the width of the object |
| 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 getDeclare()
public String getClassid()
public String getCodebase()
public String getData()
public String getType()
public String getCodetype()
public String getArchive()
public String getStandby()
public String getHeight()
public String getWidth()
public String getUsemap()
public String getNameAttribute()
public String getTabindex()
public String getAlign()
public String getBorder()
public String getHspace()
public String getVspace()
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 | ||||||||