| org.apache.cocoon.forms.event.WidgetEvent org.apache.cocoon.forms.event.RepeaterEvent
RepeaterEvent | public class RepeaterEvent extends WidgetEvent (Code) | | An event raised when a repeater widget row is added, removed or reordered.
version: $Id: RepeaterEvent.java 449149 2006-09-23 03:58:05Z crossley $ |
Constructor Summary | |
public | RepeaterEvent(Widget sourceWidget, RepeaterEventAction action) | public | RepeaterEvent(Widget sourceWidget, RepeaterEventAction action, int row) Parameters: sourceWidget - The repeater widget dispatching the event. Parameters: action - The action for which this event is being triggered. Parameters: row - The row index for which the event is being generated. |
RepeaterEvent | public RepeaterEvent(Widget sourceWidget, RepeaterEventAction action)(Code) | | Parameters: sourceWidget - The repeater widget dispatching the event. Parameters: action - The action for which this event is being triggered. |
RepeaterEvent | public RepeaterEvent(Widget sourceWidget, RepeaterEventAction action, int row)(Code) | | Parameters: sourceWidget - The repeater widget dispatching the event. Parameters: action - The action for which this event is being triggered. Parameters: row - The row index for which the event is being generated. |
getRow | public int getRow()(Code) | | Returns the row index for which the event has been generated. |
Methods inherited from org.apache.cocoon.forms.event.WidgetEvent | public Widget getSourceWidget()(Code)(Java Doc)
|
|
|