org.apache.cocoon.forms.formmodel
Class GroupDefinition
java.lang.Object
org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
org.apache.cocoon.forms.formmodel.AbstractContainerDefinition
org.apache.cocoon.forms.formmodel.GroupDefinition
- All Implemented Interfaces:
- ContainerDefinition, Locatable, WidgetDefinition
- Direct Known Subclasses:
- StructDefinition
- public class GroupDefinition
- extends AbstractContainerDefinition
The WidgetDefinition
corresponding to a Group
widget.
- Version:
- $Id: GroupDefinition.java 149397 2005-02-01 13:49:55Z tim $
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 |
GroupDefinition
public GroupDefinition()
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.