|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RepeaterEventAction | |
---|---|
org.apache.cocoon.forms.event |
Uses of RepeaterEventAction in org.apache.cocoon.forms.event |
---|
Fields in org.apache.cocoon.forms.event declared as RepeaterEventAction | |
---|---|
static RepeaterEventAction |
RepeaterEventAction.ROW_ADDED
This event type is triggered after a row has been added. |
static RepeaterEventAction |
RepeaterEventAction.ROW_DELETED
This event type is triggered after a row has been removed. |
static RepeaterEventAction |
RepeaterEventAction.ROW_DELETING
This event type is triggered before a row get's removed. |
static RepeaterEventAction |
RepeaterEventAction.ROWS_CLEARED
This event type is triggered after the repeater has been cleared (aka after all rows have been removed) |
static RepeaterEventAction |
RepeaterEventAction.ROWS_CLEARING
This event type is triggered before the repeater is cleared (aka before all rows are removed). |
static RepeaterEventAction |
RepeaterEventAction.ROWS_REARRANGED
This event type is triggered after the order of one or more rows has been changed. |
Methods in org.apache.cocoon.forms.event that return RepeaterEventAction | |
---|---|
RepeaterEventAction |
RepeaterEvent.getAction()
|
static RepeaterEventAction |
RepeaterEventAction.getEnum(int value)
|
static RepeaterEventAction |
RepeaterEventAction.getEnum(String name)
|
Constructors in org.apache.cocoon.forms.event with parameters of type RepeaterEventAction | |
---|---|
RepeaterEvent(Widget sourceWidget,
RepeaterEventAction action)
|
|
RepeaterEvent(Widget sourceWidget,
RepeaterEventAction action,
int row)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |