org.apache.cocoon.forms.formmodel
Class NewDefinition

java.lang.Object
  extended by org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
      extended by org.apache.cocoon.forms.formmodel.NewDefinition
All Implemented Interfaces:
WidgetDefinition, Locatable

public class NewDefinition
extends AbstractWidgetDefinition

This is the "WidgetDefinition" which is used to instantiate a ClassDefinition. The resolve step replaces this definition with the definitions contained in the referenced ClassDefinition.

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

Field Summary
 
Fields inherited from class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
createListener, enclosingLibrary, parent
 
Constructor Summary
NewDefinition()
           
 
Method Summary
 Widget createInstance()
          Creates and returns a widget based on this widget definition.
 void resolve(List parents, WidgetDefinition parent)
           
 
Methods inherited from class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
addCreateListener, addValidator, checkCompleteness, checkMutable, fireCreateEvent, generateDisplayData, generateDisplayData, generateLabel, getAttribute, getEnclosingLibrary, getFormDefinition, getId, getLocation, getParent, getState, initializeFrom, makeImmutable, setAttributes, setDisplayData, setEnclosingLibrary, setId, setLocation, setParent, setState, validate, widgetCreated
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewDefinition

public NewDefinition()
Method Detail

resolve

public void resolve(List parents,
                    WidgetDefinition parent)
             throws Exception
Throws:
Exception

createInstance

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



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