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

Methods in org.apache.cocoon.forms.formmodel with parameters of type WidgetDefinition
 void WidgetDefinitionList.addWidgetDefinition(WidgetDefinition widgetDefinition)
           
 void FormDefinition.addWidgetDefinition(WidgetDefinition definition)
           
 void ContainerDefinition.addWidgetDefinition(WidgetDefinition definition)
          Adds a (sub) widget definition to this definition.
 void AggregateFieldDefinition.addWidgetDefinition(WidgetDefinition widgetDefinition)
           
 void AbstractContainerDefinition.addWidgetDefinition(WidgetDefinition definition)
           
 void WidgetDefinition.initializeFrom(WidgetDefinition definition)
          Initializes this definition with values from the given other definition
 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 SubmitDefinition.initializeFrom(WidgetDefinition definition)
          initialize this definition with the other, sort of like a copy constructor
 void RepeaterFilterFieldDefinition.initializeFrom(WidgetDefinition definition)
           
 void RepeaterDefinition.initializeFrom(WidgetDefinition definition)
          initialize this definition with the other, sort of like a copy constructor
 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 FieldDefinition.initializeFrom(WidgetDefinition definition)
          initialize this definition with the other, sort of like a copy constructor
 void CaptchaFieldDefinition.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 AggregateFieldDefinition.initializeFrom(WidgetDefinition definition)
          initialize this definition with the other, sort of like a copy constructor
 void ActionDefinition.initializeFrom(WidgetDefinition definition)
          initialize this definition with the other, sort of like a copy constructor
 void AbstractWidgetDefinition.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 AbstractContainerDefinition.initializeFrom(WidgetDefinition definition)
          initialize this definition with the other, sort of like a copy constructor
 void WidgetDefinitionList.resolve(List parents, WidgetDefinition parent)
           
 void NewDefinition.resolve(List parents, WidgetDefinition parent)
           
 void ContainerDefinition.resolve(List parents, WidgetDefinition parent)
          Resolve references to widget definition classes
 void AbstractContainerDefinition.resolve(List parents, WidgetDefinition parent)
           
 void WidgetDefinition.setParent(WidgetDefinition definition)
          Sets the parent of this definition.
 void AbstractWidgetDefinition.setParent(WidgetDefinition definition)
          Sets the parent of this definition
 void WidgetDefinitionBuilderContext.setSuperDefinition(WidgetDefinition def)
           
 

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

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 ValueCountValidatorBuilder.build(Element validationRuleElement, WidgetDefinition definition)
           
 WidgetValidator RegExpValidatorBuilder.build(Element validationRuleElement, WidgetDefinition definition)
           
 WidgetValidator RangeValidatorBuilder.build(Element validationRuleElement, WidgetDefinition definition)
           
 WidgetValidator Mod10ValidatorBuilder.build(Element validationRuleElement, WidgetDefinition definition)
           
 WidgetValidator LengthValidatorBuilder.build(Element validationRuleElement, WidgetDefinition definition)
           
 WidgetValidator JavaScriptValidatorBuilder.build(Element element, WidgetDefinition definition)
           
 WidgetValidator JavaClassValidatorBuilder.build(Element validationRuleElement, WidgetDefinition definition)
           
 WidgetValidator EmailValidatorBuilder.build(Element validationRuleElement, WidgetDefinition definition)
           
 WidgetValidator CaptchaValidatorBuilder.build(Element validationRuleElement, WidgetDefinition definition)
           
 WidgetValidator AssertValidatorBuilder.build(Element validationRuleElement, WidgetDefinition definition)
           
 



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