|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Composite | |
org.objectweb.jac.aspects.gui.web | Provides a simple and generic GUI (Graphical User Interface) aspect generating HTML pages. |
org.objectweb.jac.aspects.gui.web.html |
Uses of Composite in org.objectweb.jac.aspects.gui.web |
Methods in org.objectweb.jac.aspects.gui.web that return Composite | |
protected Composite |
AbstractView.eventURL(String text,
String event,
String params)
Build an HTML element for an event. |
Uses of Composite in org.objectweb.jac.aspects.gui.web.html |
Subclasses of Composite in org.objectweb.jac.aspects.gui.web.html | |
class |
Block
HTML Block Composite. |
class |
Button
|
class |
Link
HTML Link Block. |
class |
Text
A simple block of straight text. |
Fields in org.objectweb.jac.aspects.gui.web.html declared as Composite | |
protected Composite |
Composite.nest
|
Methods in org.objectweb.jac.aspects.gui.web.html that return Composite | |
Composite |
Composite.add(Object o)
Add an Object to the Composite by converting it to a Element or. |
Composite |
Composite.add(int position,
Object o)
Add an Object to the Composite by converting it to a Element or. |
Composite |
Composite.nest(Composite c)
Nest a Composite within a Composite. |
Composite |
Composite.setNest(Composite c)
Explicit set of the Nested component. |
Composite |
Composite.unnest()
Recursively unnest the composites. |
Composite |
Composite.reset()
Empty the contents of this Composite . |
Methods in org.objectweb.jac.aspects.gui.web.html with parameters of type Composite | |
Composite |
Composite.nest(Composite c)
Nest a Composite within a Composite. |
Composite |
Composite.setNest(Composite c)
Explicit set of the Nested component. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |