Uses of Interface
org.apache.cocoon.forms.formmodel.WidgetDefinition

Packages that use WidgetDefinition
org.apache.cocoon.forms.formmodel   
org.apache.cocoon.forms.formmodel.library   
org.apache.cocoon.forms.formmodel.tree   
org.apache.cocoon.forms.formmodel.tree.builder   
org.apache.cocoon.forms.validation   
org.apache.cocoon.forms.validation.impl   
 

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

Subinterfaces of WidgetDefinition in org.apache.cocoon.forms.formmodel
 interface ContainerDefinition
          Interface to be implemented by WidgetDefinitions for Widgets which contain other widgets.
 

Classes in org.apache.cocoon.forms.formmodel that implement WidgetDefinition
 class AbstractContainerDefinition
          The AbstractContainerDefinition corresponding to an AbstractContainerWidget.
 class AbstractDatatypeWidgetDefinition
          Base class for WidgetDefinitions that use a Datatype and SelectionList.
 class AbstractWidgetDefinition
          Provides functionality that is common across many WidgetDefinition implementations.
 class ActionDefinition
          The WidgetDefinition part of a Action widget, see Action for more information.
 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 CalculatedFieldDefinition
          Definition of a CalculatedField.
 class CaptchaFieldDefinition
          A FieldDefinition for CaptchaFields.
 class ClassDefinition
          A WidgetDefinition which holds a collection of Widgets and which can be instantiated with a NewDefinition.
 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 GoogleMapDefinition
          The WidgetDefinition part of a GoogleMap widget, see GoogleMap for more information.
 class GroupDefinition
          The WidgetDefinition corresponding to a Group widget.
 class ImageMapDefinition
          The WidgetDefinition part of an ImageMap widget, see ImageMap 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.
static class RepeaterActionDefinition.AddRowActionDefinition
          The definition of a repeater action that adds a row to a sibling repeater.
static class RepeaterActionDefinition.ChangePageActionDefinition
           
static class RepeaterActionDefinition.DeleteRowsActionDefinition
          The definition of a repeater action that deletes the selected rows of a sibling repeater.
static class RepeaterActionDefinition.InsertRowsActionDefinition
          The definition of a repeater action that insert rows before the selected rows in a sibling repeater, or at the end of the repeater if no row is selected.
static class RepeaterActionDefinition.SortActionDefinition
           
 class RepeaterDefinition
          The WidgetDefinition part of a Repeater widget, see Repeater for more information.
 class RepeaterFilterFieldDefinition
           
 class RowActionDefinition
           
static class RowActionDefinition.AddAfterDefinition
          Adds a row after the one containing this action.
static class RowActionDefinition.DeleteRowDefinition
          Deletes the row containing this action.
static class RowActionDefinition.MoveDownDefinition
          Moves up the row containing this action.
static class RowActionDefinition.MoveUpDefinition
          Moves up the row containing this action.
 class StructDefinition
          Deprecated. replaced by GroupDefinition
 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.forms.formmodel declared as WidgetDefinition
protected  WidgetDefinition AbstractWidgetDefinition.parent
           
 

Methods in org.apache.cocoon.forms.formmodel that return WidgetDefinition
 WidgetDefinition StructDefinitionBuilder.buildWidgetDefinition(Element element, WidgetDefinitionBuilderContext context)
          Deprecated.  
 WidgetDefinition GoogleMap.getDefinition()
           
 WidgetDefinition UnionDefinitionBuilder.buildWidgetDefinition(Element element, WidgetDefinitionBuilderContext context)
           
 WidgetDefinition NewDefinitionBuilder.buildWidgetDefinition(Element element, WidgetDefinitionBuilderContext context)
           
 WidgetDefinition Upload.getDefinition()
           
 WidgetDefinition CaptchaDefinitionBuilder.buildWidgetDefinition(Element widgetElement, WidgetDefinitionBuilderContext context)
           
 WidgetDefinition BooleanField.getDefinition()
           
 WidgetDefinition RepeaterFilterFieldDefinitionBuilder.buildWidgetDefinition(Element widgetElement, WidgetDefinitionBuilderContext context)
           
 WidgetDefinition MessagesDefinitionBuilder.buildWidgetDefinition(Element widgetElement, WidgetDefinitionBuilderContext context)
           
 WidgetDefinition RowActionDefinitionBuilder.buildWidgetDefinition(Element widgetElement, WidgetDefinitionBuilderContext context)
           
 WidgetDefinition Union.getDefinition()
           
 WidgetDefinition BooleanFieldDefinitionBuilder.buildWidgetDefinition(Element widgetElement, WidgetDefinitionBuilderContext context)
           
 WidgetDefinition CalculatedFieldDefinitionBuilder.buildWidgetDefinition(Element widgetElement, WidgetDefinitionBuilderContext context)
           
 WidgetDefinition Output.getDefinition()
           
 WidgetDefinition GroupDefinitionBuilder.buildWidgetDefinition(Element element, WidgetDefinitionBuilderContext context)
           
 WidgetDefinition Action.getDefinition()
           
 WidgetDefinition RepeaterActionDefinitionBuilder.buildWidgetDefinition(Element widgetElement, WidgetDefinitionBuilderContext context)
           
 WidgetDefinition MultiValueField.getDefinition()
           
 WidgetDefinition ButtonDefinitionBuilder.buildWidgetDefinition(Element widgetElement, WidgetDefinitionBuilderContext context)
           
 WidgetDefinition MultiValueFieldDefinitionBuilder.buildWidgetDefinition(Element widgetElement, WidgetDefinitionBuilderContext context)
           
 WidgetDefinition OutputDefinitionBuilder.buildWidgetDefinition(Element widgetElement, WidgetDefinitionBuilderContext context)
           
 WidgetDefinition UploadDefinitionBuilder.buildWidgetDefinition(Element widgetElement, WidgetDefinitionBuilderContext context)
           
 WidgetDefinition ImageMap.getDefinition()
           
 WidgetDefinition ImportDefinitionBuilder.buildWidgetDefinition(Element widgetElement, WidgetDefinitionBuilderContext context)
          Imports a new library
 WidgetDefinition Messages.getDefinition()
           
 WidgetDefinition ImageMapDefinitionBuilder.buildWidgetDefinition(Element widgetElement, WidgetDefinitionBuilderContext context)
           
 WidgetDefinition FieldDefinitionBuilder.buildWidgetDefinition(Element widgetElement, WidgetDefinitionBuilderContext context)
           
 WidgetDefinition AggregateFieldDefinitionBuilder.buildWidgetDefinition(Element widgetElement, WidgetDefinitionBuilderContext context)
           
 WidgetDefinition Group.getDefinition()
           
 WidgetDefinition ClassDefinitionBuilder.buildWidgetDefinition(Element element, WidgetDefinitionBuilderContext context)
           
 WidgetDefinition RepeaterDefinitionBuilder.buildWidgetDefinition(Element repeaterElement, WidgetDefinitionBuilderContext context)
           
 WidgetDefinition GoogleMapDefinitionBuilder.buildWidgetDefinition(Element widgetElement, WidgetDefinitionBuilderContext context)
           
 WidgetDefinition ExpandDefinitionBuilder.buildWidgetDefinition(Element element, WidgetDefinitionBuilderContext context)
           
 WidgetDefinition Field.getDefinition()
           
 WidgetDefinition ActionDefinitionBuilder.buildWidgetDefinition(Element widgetElement, WidgetDefinitionBuilderContext context)
           
 WidgetDefinition SubmitDefinitionBuilder.buildWidgetDefinition(Element widgetElement, WidgetDefinitionBuilderContext context)
           
 WidgetDefinition WidgetDefinitionBuilder.buildWidgetDefinition(Element widgetElement)
           
 WidgetDefinition WidgetDefinitionBuilder.buildWidgetDefinition(Element widgetElement, WidgetDefinitionBuilderContext context)
           
 WidgetDefinition AbstractWidgetDefinitionBuilder.buildWidgetDefinition(Element widgetElement)
           
protected  WidgetDefinition AbstractWidgetDefinitionBuilder.buildAnotherWidgetDefinition(Element widgetElement, WidgetDefinitionBuilderContext context)
           
 WidgetDefinition FormDefinitionBuilder.buildWidgetDefinition(Element widgetElement, WidgetDefinitionBuilderContext context)
           
 WidgetDefinition FormDefinitionBuilder.buildWidgetDefinition(Element formElement)
           
 WidgetDefinition WidgetDefinitionBuilderContext.getSuperDefinition()
           
 WidgetDefinition WidgetDefinitionList.getWidgetDefinition(String id)
           
 WidgetDefinition ContainerDefinition.getWidgetDefinition(String id)
          Gets a (sub) widget definition from this definition.
 WidgetDefinition AbstractWidgetDefinition.getParent()
          Gets the parent of this definition.
 WidgetDefinition AbstractContainerDefinition.getWidgetDefinition(String id)
           
 WidgetDefinition Form.getDefinition()
           
abstract  WidgetDefinition AbstractWidget.getDefinition()
          Concrete subclasses should allow access to their underlaying Definition through this method.
 WidgetDefinition Repeater.getDefinition()
           
 WidgetDefinition Repeater.RepeaterRow.getDefinition()
           
 WidgetDefinition Widget.getDefinition()
          Get this widget's definition.
 

Methods in org.apache.cocoon.forms.formmodel with parameters of type WidgetDefinition
 void UploadDefinition.initializeFrom(WidgetDefinition definition)
          initialize this definition with the other, sort of like a copy constructor
 void UnionDefinition.initializeFrom(WidgetDefinition definition)
          initialize this definition with the other, sort of like a copy constructor
 void BooleanFieldDefinition.initializeFrom(WidgetDefinition definition)
          initialize this definition with the other, sort of like a copy constructor
 void NewDefinition.resolve(List parents, WidgetDefinition parent)
           
 void RepeaterActionDefinition.initializeFrom(WidgetDefinition definition)
          initialize this definition with the other, sort of like a copy constructor
 void RepeaterActionDefinition.DeleteRowsActionDefinition.initializeFrom(WidgetDefinition definition)
          initialize this definition with the other, sort of like a copy constructor
 void RepeaterActionDefinition.InsertRowsActionDefinition.initializeFrom(WidgetDefinition definition)
          initialize this definition with the other, sort of like a copy constructor
 void RepeaterActionDefinition.ChangePageActionDefinition.initializeFrom(WidgetDefinition definition)
          initialize this definition with the other, sort of like a copy constructor
 void GoogleMapDefinition.initializeFrom(WidgetDefinition definition)
          initialize this definition with the other, sort of like a copy constructor
 void SubmitDefinition.initializeFrom(WidgetDefinition definition)
          initialize this definition with the other, sort of like a copy constructor
 void AggregateFieldDefinition.initializeFrom(WidgetDefinition definition)
          initialize this definition with the other, sort of like a copy constructor
 void AggregateFieldDefinition.addWidgetDefinition(WidgetDefinition widgetDefinition)
           
 void CaptchaFieldDefinition.initializeFrom(WidgetDefinition definition)
          initialize this definition with the other, sort of like a copy constructor
 void AbstractDatatypeWidgetDefinition.initializeFrom(WidgetDefinition definition)
          initialize this definition with the other, sort of like a copy constructor
 void FieldDefinition.initializeFrom(WidgetDefinition definition)
          initialize this definition with the other, sort of like a copy constructor
 void RepeaterFilterFieldDefinition.initializeFrom(WidgetDefinition definition)
           
 void ActionDefinition.initializeFrom(WidgetDefinition definition)
          initialize this definition with the other, sort of like a copy constructor
 void WidgetDefinitionBuilderContext.setSuperDefinition(WidgetDefinition def)
           
 void WidgetDefinitionList.addWidgetDefinition(WidgetDefinition widgetDefinition)
           
 void WidgetDefinitionList.resolve(List parents, WidgetDefinition parent)
           
 void FormDefinition.addWidgetDefinition(WidgetDefinition definition)
           
 void ContainerDefinition.resolve(List parents, WidgetDefinition parent)
          Resolve references to widget definition classes
 void ContainerDefinition.addWidgetDefinition(WidgetDefinition definition)
          Adds a (sub) widget definition to this definition.
 void AbstractWidgetDefinition.initializeFrom(WidgetDefinition definition)
          initialize this definition with the other, sort of like a copy constructor
 void AbstractWidgetDefinition.setParent(WidgetDefinition definition)
          Sets the parent of this definition
 void AbstractContainerDefinition.initializeFrom(WidgetDefinition definition)
          initialize this definition with the other, sort of like a copy constructor
 void AbstractContainerDefinition.addWidgetDefinition(WidgetDefinition definition)
           
 void AbstractContainerDefinition.resolve(List parents, WidgetDefinition parent)
           
 void RepeaterDefinition.initializeFrom(WidgetDefinition definition)
          initialize this definition with the other, sort of like a copy constructor
 void WidgetDefinition.initializeFrom(WidgetDefinition definition)
          Initializes this definition with values from the given other definition
 void WidgetDefinition.setParent(WidgetDefinition definition)
          Sets the parent of this definition.
 

Constructors in org.apache.cocoon.forms.formmodel with parameters of type WidgetDefinition
DuplicateIdException(String message, WidgetDefinition widget)
           
WidgetDefinitionList(WidgetDefinition definition)
           
IncompletenessException(String message, WidgetDefinition widget)
           
IncompletenessException(String message, WidgetDefinition widget, Exception e)
           
 

Uses of WidgetDefinition in org.apache.cocoon.forms.formmodel.library
 

Methods in org.apache.cocoon.forms.formmodel.library that return WidgetDefinition
 WidgetDefinition Library.getDefinition(String key)
           
 

Methods in org.apache.cocoon.forms.formmodel.library with parameters of type WidgetDefinition
 void Library.addDefinition(WidgetDefinition definition)
           
 

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

Classes in org.apache.cocoon.forms.formmodel.tree that implement WidgetDefinition
 class TreeDefinition
          Definition of a Tree widget.
 

Methods in org.apache.cocoon.forms.formmodel.tree that return WidgetDefinition
 WidgetDefinition Tree.getDefinition()
           
 

Uses of WidgetDefinition in org.apache.cocoon.forms.formmodel.tree.builder
 

Methods in org.apache.cocoon.forms.formmodel.tree.builder that return WidgetDefinition
 WidgetDefinition TreeDefinitionBuilder.buildWidgetDefinition(Element widgetElement, WidgetDefinitionBuilderContext context)
           
 

Uses of WidgetDefinition in org.apache.cocoon.forms.validation
 

Methods in org.apache.cocoon.forms.validation with parameters of type WidgetDefinition
 WidgetValidator WidgetValidatorBuilder.build(Element validationRuleElement, WidgetDefinition definition)
          Builds a WidgetValidator for a particular widget definition.
 

Uses of WidgetDefinition in org.apache.cocoon.forms.validation.impl
 

Methods in org.apache.cocoon.forms.validation.impl with parameters of type WidgetDefinition
 WidgetValidator RegExpValidatorBuilder.build(Element validationRuleElement, WidgetDefinition definition)
           
 WidgetValidator EmailValidatorBuilder.build(Element validationRuleElement, WidgetDefinition definition)
           
 WidgetValidator JavaClassValidatorBuilder.build(Element validationRuleElement, WidgetDefinition definition)
           
 WidgetValidator RangeValidatorBuilder.build(Element validationRuleElement, WidgetDefinition definition)
           
 WidgetValidator Mod10ValidatorBuilder.build(Element validationRuleElement, WidgetDefinition definition)
           
 WidgetValidator CaptchaValidatorBuilder.build(Element validationRuleElement, WidgetDefinition definition)
           
 WidgetValidator LengthValidatorBuilder.build(Element validationRuleElement, WidgetDefinition definition)
           
 WidgetValidator AssertValidatorBuilder.build(Element validationRuleElement, WidgetDefinition definition)
           
 WidgetValidator ValueCountValidatorBuilder.build(Element validationRuleElement, WidgetDefinition definition)
           
 WidgetValidator JavaScriptValidatorBuilder.build(Element element, WidgetDefinition definition)
           
 



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