Uses of Interface
org.objectweb.jac.aspects.gui.web.CollectionListener

Packages that use CollectionListener
org.objectweb.jac.aspects.gui.web Provides a simple and generic GUI (Graphical User Interface) aspect generating HTML pages. 
 

Uses of CollectionListener in org.objectweb.jac.aspects.gui.web
 

Subinterfaces of CollectionListener in org.objectweb.jac.aspects.gui.web
 interface TableListener
          This interface defines a callbacks used when events occur on a table.
 

Classes in org.objectweb.jac.aspects.gui.web that implement CollectionListener
 class AbstractCollection
          Base class for collection views (list, table, etc)
 class ChoiceCollection
          A nice collection view.
 class CompactList
           
 class IndicesSelector
          A collection editor that uses the value of an index field to select objects.
 class List
           
 class Table