Uses of Class
org.apache.cocoon.forms.formmodel.AbstractWidget

Packages that use AbstractWidget
org.apache.cocoon.forms.formmodel   
org.apache.cocoon.forms.formmodel.tree   
 

Uses of AbstractWidget in org.apache.cocoon.forms.formmodel
 

Subclasses of AbstractWidget in org.apache.cocoon.forms.formmodel
 class AbstractContainerWidget
          A general-purpose abstract Widget which can hold zero or more widgets.
 class Action
          An Action widget.
 class AggregateField
          An aggregated field allows to represent one value as multiple input fields, or several values as one field.
 class BooleanField
          A widget to select a boolean value.
 class CalculatedField
          A field which calculates its value.
 class CaptchaField
          A Field for CAPTCHA validation.
 class EnhancedRepeater
           
 class Field
          A general-purpose Widget that can hold one value.
 class Form
          A widget that serves as a container for other widgets, the top-level widget in a form description file.
 class GoogleMap
           
 class Group
          A container Widget which can hold zero or more child widgets.
 class ImageMap
          A server-side map widget.
 class Messages
          A widget to output one or messages.
 class MultiValueField
          A MultiValueField is mostly the same as a normal Field, but can hold multiple values.
 class Output
          An Output widget can be used to show a non-editable value to the user.
 class Repeater
          A repeater is a widget that repeats a number of other widgets.
 class Repeater.RepeaterRow
           
 class RepeaterAction
          An action that acts on a repeater.
 class RepeaterFilterField
           
 class RowAction
           
static class RowAction.MoveDownAction
           
static class RowAction.MoveUpAction
           
 class Struct
          Deprecated. replaced by Group
 class Submit
          A submit is an action that exits of the current form.
 class Union
          A discriminated union that references a discriminant value in another widget and contains one of several cases (widgets).
 class Upload
          A file-uploading Widget.
 

Uses of AbstractWidget in org.apache.cocoon.forms.formmodel.tree
 

Subclasses of AbstractWidget in org.apache.cocoon.forms.formmodel.tree
 class Tree
          A tree widget, heavily inspired by Swing's JTree.
 



Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.