org.apache.cocoon.woody.formmodel
Class MultiValueFieldDefinition
java.lang.Object
org.apache.cocoon.woody.formmodel.AbstractWidgetDefinition
org.apache.cocoon.woody.formmodel.AbstractDatatypeWidgetDefinition
org.apache.cocoon.woody.formmodel.FieldDefinition
org.apache.cocoon.woody.formmodel.MultiValueFieldDefinition
- All Implemented Interfaces:
- Serviceable, WidgetDefinition
public class MultiValueFieldDefinition
- extends FieldDefinition
The WidgetDefinition
part of a MultiValueField widget, see MultiValueField
for more information.
- Version:
- $Id: MultiValueFieldDefinition.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Method Summary |
Widget |
createInstance()
Creates and returns a widget based on this widget definition. |
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 |
MultiValueFieldDefinition
public MultiValueFieldDefinition()
createInstance
public Widget createInstance()
- 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 FieldDefinition
Copyright © 1999-2010 The Apache Software Foundation. All Rights Reserved.