Uses of Class
org.objectweb.jac.aspects.gui.web.AbstractFieldEditor

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

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

Subclasses of AbstractFieldEditor in org.objectweb.jac.aspects.gui.web
 class AttachmentEditor
           
 class BooleanEditor
          Boolean editor component
 class DateEditor
          HTML editor and viewer for dates.
 class DateHourEditor
          HTML editor for dates.
 class FloatEditor
          HTML editor and viewer for percentage values.
 class FormatEditor
          HTML editor and viewer for percentage values.
 class IndexSelector
          A reference editor that uses the value of an index field to select objects.
 class InputStreamEditor
           
 class ObjectChooser
          This is a special value editor that allows the user to choose a value within a set of object of a given type.
 class PasswordFieldEditor
          HTML editor for password types (int, long, float, double, short) and String
 class PercentEditor
          HTML editor and viewer for percentage values.
 class PrimitiveFieldEditor
          HTML editor for primitive types (int, long, float, double, short) and String
 class ReaderEditor
           
 class TextEditor
          HTML editor for multiline texts.
 class URLEditor
          This is a special value editor that allows the user to nicely edit an URL.