Uses of Class
org.objectweb.jac.aspects.gui.web.html.Composite

Packages that use Composite
org.objectweb.jac.aspects.gui.web   
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.