org.apache.cocoon.forms.formmodel
Class ClassDefinition
java.lang.Object
org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
org.apache.cocoon.forms.formmodel.AbstractContainerDefinition
org.apache.cocoon.forms.formmodel.ClassDefinition
- All Implemented Interfaces:
- ContainerDefinition, Locatable, WidgetDefinition
- public class ClassDefinition
- extends AbstractContainerDefinition
A WidgetDefinition
which holds a collection of Widget
s
and which can be instantiated with a NewDefinition
.
- Version:
- $Id: ClassDefinition.java 56582 2004-11-04 10:16:22Z sylvain $
Method Summary |
Widget |
createInstance()
Creates and returns a widget based on this widget definition. |
Methods inherited from class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition |
addCreateListener, addValidator, checkMutable, copyMap, fireCreateEvent, generateDisplayData, generateDisplayData, generateLabel, getAttribute, getFormDefinition, getId, getLocation, getParent, getState, makeImmutable, setAttributes, setDisplayData, setId, setLocation, setParent, setState, validate, widgetCreated |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ClassDefinition
public ClassDefinition()
createInstance
public Widget createInstance()
- Description copied from interface:
WidgetDefinition
- Creates and returns a widget based on this widget definition.
Copyright ? 1999-2005 The Apache Software Foundation. All Rights Reserved.