org.apache.cocoon.woody.formmodel
Class RowActionDefinitionBuilder

java.lang.Object
  extended by org.apache.cocoon.woody.formmodel.AbstractWidgetDefinitionBuilder
      extended by org.apache.cocoon.woody.formmodel.RowActionDefinitionBuilder
All Implemented Interfaces:
Disposable, Serviceable, WidgetDefinitionBuilder

public class RowActionDefinitionBuilder
extends AbstractWidgetDefinitionBuilder

Version:
CVS $Id: RowActionDefinitionBuilder.html 1304258 2012-03-23 10:09:27Z ilgrosso $
Author:
Sylvain Wallez

Field Summary
 
Fields inherited from class org.apache.cocoon.woody.formmodel.AbstractWidgetDefinitionBuilder
datatypeManager, expressionManager, serviceManager, widgetDefinitionBuilderSelector, widgetValidatorBuilderSelector
 
Constructor Summary
RowActionDefinitionBuilder()
           
 
Method Summary
 WidgetDefinition buildWidgetDefinition(Element widgetElement)
           
protected  RowActionDefinition createDefinition(Element element, String actionCommand)
           
 
Methods inherited from class org.apache.cocoon.woody.formmodel.AbstractWidgetDefinitionBuilder
buildAnotherWidgetDefinition, buildEventListeners, dispose, service, setDisplayData, setId, setLocation, setValidators
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowActionDefinitionBuilder

public RowActionDefinitionBuilder()
Method Detail

buildWidgetDefinition

public WidgetDefinition buildWidgetDefinition(Element widgetElement)
                                       throws Exception
Throws:
Exception

createDefinition

protected RowActionDefinition createDefinition(Element element,
                                               String actionCommand)
                                        throws Exception
Throws:
Exception


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