org.apache.cocoon.woody.formmodel
Class FormDefinition

java.lang.Object
  extended by org.apache.cocoon.woody.formmodel.AbstractWidgetDefinition
      extended by org.apache.cocoon.woody.formmodel.AbstractContainerDefinition
          extended by org.apache.cocoon.woody.formmodel.FormDefinition
All Implemented Interfaces:
ContainerDefinition, WidgetDefinition

public class FormDefinition
extends AbstractContainerDefinition

The WidgetDefinition part of a Form widget, see Form for more information.

Version:
$Id: FormDefinition.html 1304258 2012-03-23 10:09:27Z ilgrosso $

Field Summary
 
Fields inherited from class org.apache.cocoon.woody.formmodel.AbstractContainerDefinition
definitions
 
Fields inherited from class org.apache.cocoon.woody.formmodel.AbstractWidgetDefinition
parent
 
Constructor Summary
FormDefinition()
           
 
Method Summary
 void addProcessingPhaseListener(ProcessingPhaseListener listener)
           
 Widget createInstance()
          Creates and returns a widget based on this widget definition.
 void fireEvent(ProcessingPhaseEvent event)
           
 boolean hasProcessingPhaseListeners()
           
 void resolve()
           
 
Methods inherited from class org.apache.cocoon.woody.formmodel.AbstractContainerDefinition
addWidgetDefinition, createWidget, createWidgets, getWidgetDefinition, getWidgetDefinitions, hasWidget, resolve
 
Methods inherited from class org.apache.cocoon.woody.formmodel.AbstractWidgetDefinition
addValidator, generateDisplayData, generateDisplayData, generateLabel, getFormDefinition, getId, getLocation, getParent, setDisplayData, setId, setLocation, setParent, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.cocoon.woody.formmodel.WidgetDefinition
generateDisplayData, generateDisplayData, generateLabel, getFormDefinition, getId, getLocation, setParent
 

Constructor Detail

FormDefinition

public FormDefinition()
Method Detail

resolve

public void resolve()
             throws Exception
Throws:
Exception

createInstance

public Widget createInstance()
Description copied from interface: WidgetDefinition
Creates and returns a widget based on this widget definition.


addProcessingPhaseListener

public void addProcessingPhaseListener(ProcessingPhaseListener listener)

hasProcessingPhaseListeners

public boolean hasProcessingPhaseListeners()

fireEvent

public void fireEvent(ProcessingPhaseEvent event)


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