Uses of Class
org.apache.cocoon.woody.formmodel.AbstractWidgetDefinition

Packages that use AbstractWidgetDefinition
org.apache.cocoon.woody.formmodel   
 

Uses of AbstractWidgetDefinition in org.apache.cocoon.woody.formmodel
 

Subclasses of AbstractWidgetDefinition in org.apache.cocoon.woody.formmodel
 class AbstractContainerDefinition
          The AbstractContainerDefinition corresponding to an AbstractContainerWidget.
 class AbstractDatatypeWidgetDefinition
          Base class for WidgetDefinitions that use a Datatype and SelectionList.
 class ActionDefinition
          The WidgetDefinition part of a Action widget, see Action for more information.
 class AddRowActionDefinition
          The definition for a repeater action that adds a row to a sibling repeater.
 class AggregateFieldDefinition
          The WidgetDefinition part of a AggregateField widget, see AggregateField for more information.
 class BooleanFieldDefinition
          The WidgetDefinition part of a BooleanField widget, see BooleanField for more information.
 class ClassDefinition
          A WidgetDefinition which holds a collection of Widgets and which can be instantiated with a NewDefinition.
 class DeleteRowsActionDefinition
          The definition for a repeater action that deletes the selected rows of a sibling repeater.
 class FieldDefinition
          The WidgetDefinition part of a Field widget, see Field for more information.
 class FormDefinition
          The WidgetDefinition part of a Form widget, see Form for more information.
 class MessagesDefinition
          The WidgetDefinition part of a Messages widget, see Messages for more information.
 class MultiValueFieldDefinition
          The WidgetDefinition part of a MultiValueField widget, see MultiValueField for more information.
 class NewDefinition
          This is the "WidgetDefinition" which is used to instantiate a ClassDefinition.
 class OutputDefinition
          The WidgetDefinition part of a Output widget.
 class RepeaterActionDefinition
          Abstract repeater action.
 class RepeaterDefinition
          The WidgetDefinition part of a Repeater widget, see Repeater for more information.
 class RowActionDefinition
           
static class RowActionDefinition.AddAfterDefinition
           
static class RowActionDefinition.DeleteRowDefinition
           
static class RowActionDefinition.MoveDownDefinition
           
static class RowActionDefinition.MoveUpDefinition
           
 class StructDefinition
          The WidgetDefinition corresponding to a Struct widget.
 class SubmitDefinition
          Definition for a Submit.
 class UnionDefinition
          The WidgetDefinition corresponding to a Union widget.
 class UploadDefinition
          The definition of an upload widget.
 

Fields in org.apache.cocoon.woody.formmodel declared as AbstractWidgetDefinition
protected  AbstractWidgetDefinition AbstractWidget.definition
           
 

Methods in org.apache.cocoon.woody.formmodel with parameters of type AbstractWidgetDefinition
protected  void AbstractWidget.setDefinition(AbstractWidgetDefinition definition)
          Sets the definition of this widget.
protected  void AbstractWidgetDefinitionBuilder.setDisplayData(Element widgetElement, AbstractWidgetDefinition widgetDefinition)
           
protected  void AbstractWidgetDefinitionBuilder.setId(Element widgetElement, AbstractWidgetDefinition widgetDefinition)
           
protected  void AbstractWidgetDefinitionBuilder.setLocation(Element widgetElement, AbstractWidgetDefinition widgetDefinition)
           
protected  void AbstractWidgetDefinitionBuilder.setValidators(Element widgetElement, AbstractWidgetDefinition widgetDefinition)
           
 

Constructors in org.apache.cocoon.woody.formmodel with parameters of type AbstractWidgetDefinition
AbstractContainerWidget(AbstractWidgetDefinition definition)
           
Repeater.RepeaterRow(AbstractWidgetDefinition definition)
           
 



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