org.apache.cocoon.forms.formmodel
Class RowActionDefinition.DeleteRowDefinition

java.lang.Object
  extended byorg.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
      extended byorg.apache.cocoon.forms.formmodel.ActionDefinition
          extended byorg.apache.cocoon.forms.formmodel.RowActionDefinition
              extended byorg.apache.cocoon.forms.formmodel.RowActionDefinition.DeleteRowDefinition
All Implemented Interfaces:
org.apache.cocoon.util.location.Locatable, WidgetDefinition
Enclosing class:
RowActionDefinition

public static class RowActionDefinition.DeleteRowDefinition
extends RowActionDefinition

Deletes the row containing this action. Action listeners, if any, are called before the row is deleted.


Nested Class Summary
 
Nested classes inherited from class org.apache.cocoon.forms.formmodel.RowActionDefinition
RowActionDefinition.AddAfterDefinition, RowActionDefinition.DeleteRowDefinition, RowActionDefinition.MoveDownDefinition, RowActionDefinition.MoveUpDefinition
 
Field Summary
 
Fields inherited from class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
createListener, enclosingLibrary, parent
 
Constructor Summary
RowActionDefinition.DeleteRowDefinition()
           
 
Method Summary
 void fireActionEvent(ActionEvent event)
           
 boolean hasActionListeners()
           
 
Methods inherited from class org.apache.cocoon.forms.formmodel.RowActionDefinition
createInstance
 
Methods inherited from class org.apache.cocoon.forms.formmodel.ActionDefinition
addActionListener, getActionCommand, initializeFrom, setActionCommand
 
Methods inherited from class org.apache.cocoon.forms.formmodel.AbstractWidgetDefinition
addCreateListener, addValidator, checkCompleteness, 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

RowActionDefinition.DeleteRowDefinition

public RowActionDefinition.DeleteRowDefinition()
Method Detail

hasActionListeners

public boolean hasActionListeners()
Overrides:
hasActionListeners in class ActionDefinition

fireActionEvent

public void fireActionEvent(ActionEvent event)
Overrides:
fireActionEvent in class ActionDefinition


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