org.apache.cocoon.forms.formmodel
Class StructDefinition
java.lang.Object
org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
org.apache.cocoon.forms.formmodel.AbstractContainerDefinition
org.apache.cocoon.forms.formmodel.GroupDefinition
org.apache.cocoon.forms.formmodel.StructDefinition
- All Implemented Interfaces:
- ContainerDefinition, WidgetDefinition, Locatable
Deprecated. replaced by GroupDefinition
public class StructDefinition
- extends GroupDefinition
The WidgetDefinition
corresponding to a Struct
widget.
- Version:
- $Id: StructDefinition.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Method Summary |
Widget |
createInstance()
Deprecated. Creates and returns a widget based on this widget definition. |
Methods inherited from class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition |
addCreateListener, addValidator, checkMutable, fireCreateEvent, generateDisplayData, generateDisplayData, generateLabel, getAttribute, getEnclosingLibrary, getFormDefinition, getId, getLocation, getParent, getState, 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 |
Methods inherited from interface org.apache.cocoon.forms.formmodel.WidgetDefinition |
generateDisplayData, generateDisplayData, generateLabel, getAttribute, getEnclosingLibrary, getFormDefinition, getId, getLocation, setEnclosingLibrary, setParent, validate |
StructDefinition
public StructDefinition()
- Deprecated.
createInstance
public Widget createInstance()
- Deprecated.
- Description copied from interface:
WidgetDefinition
- Creates and returns a widget based on this widget definition.
- Specified by:
createInstance
in interface WidgetDefinition
- Overrides:
createInstance
in class GroupDefinition
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.