org.apache.cocoon.forms.formmodel
Class RepeaterFilterFieldDefinition

java.lang.Object
  extended by org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
      extended by org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinition
          extended by org.apache.cocoon.forms.formmodel.FieldDefinition
              extended by org.apache.cocoon.forms.formmodel.RepeaterFilterFieldDefinition
All Implemented Interfaces:
Serviceable, WidgetDefinition, Locatable

public class RepeaterFilterFieldDefinition
extends FieldDefinition


Field Summary
 
Fields inherited from class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
createListener, enclosingLibrary, parent
 
Constructor Summary
RepeaterFilterFieldDefinition()
           
 
Method Summary
 Widget createInstance()
          Creates and returns a widget based on this widget definition.
 String getField()
           
 String getRepeaterName()
           
 void initializeFrom(WidgetDefinition definition)
          initialize this definition with the other, sort of like a copy constructor
 void setField(String field)
           
 void setRepeaterName(String repeaterName)
           
 
Methods inherited from class org.apache.cocoon.forms.formmodel.FieldDefinition
getSuggestionList, getWhitespaceTrim, isRequired, setRequired, setSuggestionList, setWhitespaceTrim
 
Methods inherited from class org.apache.cocoon.forms.formmodel.AbstractDatatypeWidgetDefinition
addValueChangedListener, buildSelectionList, buildSelectionListFromModel, checkCompleteness, fireValueChangedEvent, getDatatype, getInitialValue, getSelectionList, getValueChangedListener, hasValueChangedListeners, service, setDatatype, setSelectionList
 
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
 

Constructor Detail

RepeaterFilterFieldDefinition

public RepeaterFilterFieldDefinition()
Method Detail

getRepeaterName

public String getRepeaterName()

setRepeaterName

public void setRepeaterName(String repeaterName)

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

initializeFrom

public void initializeFrom(WidgetDefinition definition)
                    throws Exception
Description copied from class: FieldDefinition
initialize this definition with the other, sort of like a copy constructor

Specified by:
initializeFrom in interface WidgetDefinition
Overrides:
initializeFrom in class FieldDefinition
Throws:
Exception

getField

public String getField()

setField

public void setField(String field)


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