|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Element | |
org.objectweb.jac.aspects.gui.web | |
org.objectweb.jac.aspects.gui.web.html |
Uses of Element in org.objectweb.jac.aspects.gui.web |
Methods in org.objectweb.jac.aspects.gui.web that return Element | |
protected Element |
AbstractView.iconElement(String icon,
String alt)
Builds an |
protected Element |
AbstractView.iconElement(String icon,
String alt,
boolean showAlt)
Builds an |
Uses of Element in org.objectweb.jac.aspects.gui.web.html |
Subclasses of Element in org.objectweb.jac.aspects.gui.web.html | |
class |
Block
HTML Block Composite. |
class |
Button
|
class |
Composite
HTML Composite Element. |
class |
Image
HTML Image Tag. |
class |
Link
HTML Link Block. |
class |
Tag
HTML Tag Element. |
class |
Text
A simple block of straight text. |
Methods in org.objectweb.jac.aspects.gui.web.html that return Element | |
Element |
Element.attributes(String attributes)
Deprecated. Use attribute(String). |
Element |
Element.setAttributesFrom(Element e)
Set attributes from another Element. |
Element |
Element.attribute(String attributes)
Add element Attributes. |
Element |
Element.attribute(String attribute,
Object value)
Add quoted element Attributes and value. |
Element |
Element.appendAttribute(String attribute,
Object value)
|
Element |
Element.attribute(String attribute,
long value)
Add quoted element Attributes and value. |
Element |
Element.left()
left justify. |
Element |
Element.right()
right justify. |
Element |
Element.center()
Center. |
Element |
Element.top()
Top align. |
Element |
Element.bottom()
Bottom align. |
Element |
Element.middle()
Middle align. |
Element |
Element.width(int w)
set width. |
Element |
Element.width(String w)
set width. |
Element |
Element.height(int h)
set height. |
Element |
Element.height(String h)
set height. |
Element |
Element.size(int s)
set size. |
Element |
Element.size(String s)
set size. |
Element |
Element.color(String color)
set color. |
Element |
Element.bgColor(String color)
set BGCOLOR. |
Element |
Element.cssClass(String c)
set CSS CLASS. |
Element |
Element.addCssClass(String c)
add a css CLASS |
Element |
Element.cssID(String id)
set CSS ID. |
Element |
Element.style(String style)
set Style. |
Methods in org.objectweb.jac.aspects.gui.web.html with parameters of type Element | |
Element |
Element.setAttributesFrom(Element e)
Set attributes from another Element. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |