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

Packages that use WidgetDefinition
org.apache.cocoon.woody.formmodel   
org.apache.cocoon.woody.validation   
org.apache.cocoon.woody.validation.impl   
 

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

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

Classes in org.apache.cocoon.woody.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 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 WidgetDefinition
protected  WidgetDefinition AbstractWidgetDefinition.parent
           
 

Methods in org.apache.cocoon.woody.formmodel that return WidgetDefinition
protected  WidgetDefinition AbstractWidgetDefinitionBuilder.buildAnotherWidgetDefinition(Element widgetDefinition)
           
 WidgetDefinition NewDefinitionBuilder.buildWidgetDefinition(Element element)
           
 WidgetDefinition RowActionDefinitionBuilder.buildWidgetDefinition(Element widgetElement)
           
 WidgetDefinition BooleanFieldDefinitionBuilder.buildWidgetDefinition(Element widgetElement)
           
 WidgetDefinition OutputDefinitionBuilder.buildWidgetDefinition(Element widgetElement)
           
 WidgetDefinition ButtonDefinitionBuilder.buildWidgetDefinition(Element widgetElement)
           
 WidgetDefinition UploadDefinitionBuilder.buildWidgetDefinition(Element widgetElement)
           
 WidgetDefinition MultiValueFieldDefinitionBuilder.buildWidgetDefinition(Element widgetElement)
           
 WidgetDefinition MessagesDefinitionBuilder.buildWidgetDefinition(Element widgetElement)
           
 WidgetDefinition WidgetDefinitionBuilder.buildWidgetDefinition(Element widgetElement)
           
 WidgetDefinition FormDefinitionBuilder.buildWidgetDefinition(Element formElement)
           
 WidgetDefinition FieldDefinitionBuilder.buildWidgetDefinition(Element widgetElement)
           
 WidgetDefinition RepeaterDefinitionBuilder.buildWidgetDefinition(Element repeaterElement)
           
 WidgetDefinition RepeaterActionDefinitionBuilder.buildWidgetDefinition(Element widgetElement)
           
 WidgetDefinition ClassDefinitionBuilder.buildWidgetDefinition(Element element)
           
 WidgetDefinition UnionDefinitionBuilder.buildWidgetDefinition(Element element)
           
 WidgetDefinition AggregateFieldDefinitionBuilder.buildWidgetDefinition(Element widgetElement)
           
 WidgetDefinition ActionDefinitionBuilder.buildWidgetDefinition(Element widgetElement)
           
 WidgetDefinition SubmitDefinitionBuilder.buildWidgetDefinition(Element widgetElement)
           
 WidgetDefinition StructDefinitionBuilder.buildWidgetDefinition(Element element)
           
 WidgetDefinition AbstractWidgetDefinition.getParent()
          Gets the parent of this definition.
 WidgetDefinition ContainerDefinitionDelegate.getWidgetDefinition(String id)
           
 WidgetDefinition AbstractContainerDefinition.getWidgetDefinition(String id)
           
 WidgetDefinition ContainerDefinition.getWidgetDefinition(String id)
          Gets a (sub) widget definition from this definition.
 

Methods in org.apache.cocoon.woody.formmodel with parameters of type WidgetDefinition
 void ContainerDefinitionDelegate.addWidgetDefinition(WidgetDefinition widgetDefinition)
           
 void AggregateFieldDefinition.addWidgetDefinition(WidgetDefinition widgetDefinition)
           
 void AbstractContainerDefinition.addWidgetDefinition(WidgetDefinition definition)
           
 void ContainerDefinition.addWidgetDefinition(WidgetDefinition definition)
          Adds a (sub) widget definition to this definition.
 void AbstractWidget.generateSaxFragment(ContentHandler contentHandler, Locale locale, String element, WidgetDefinition definition)
           
 void ContainerDefinitionDelegate.resolve(List parents, WidgetDefinition parent)
           
 void NewDefinition.resolve(List parents, WidgetDefinition parent)
           
 void AbstractContainerDefinition.resolve(List parents, WidgetDefinition parent)
           
 void ContainerDefinition.resolve(List parents, WidgetDefinition parent)
          Resolve references to widget definition classes
 void WidgetDefinition.setParent(WidgetDefinition definition)
          Sets the parent of this definition
 void AbstractWidgetDefinition.setParent(WidgetDefinition definition)
          Sets the parent of this definition
 

Constructors in org.apache.cocoon.woody.formmodel with parameters of type WidgetDefinition
ContainerDefinitionDelegate(WidgetDefinition definition)
           
ContainerDelegate(WidgetDefinition definition)
           
 

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

Methods in org.apache.cocoon.woody.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.woody.validation.impl
 

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



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