org.efaps.ui.wicket.models.objects
Interface IEventUIObject

All Known Implementing Classes:
UIPicker

public interface IEventUIObject

UIObjects that implement this interface will be executed in a hirachy from the main object.

Version:
$Id: IEventUIObject.java 5890 2010-12-01 05:23:54Z jan@moxter.net $
Author:
The eFaps Team

Method Summary
 List<org.efaps.admin.event.Return> executeEvents(org.efaps.admin.event.EventType _eventType, Object... _objectTuples)
           
 

Method Detail

executeEvents

List<org.efaps.admin.event.Return> executeEvents(org.efaps.admin.event.EventType _eventType,
                                                 Object... _objectTuples)
                                                 throws org.efaps.util.EFapsException
Parameters:
_eventType - type of the event to be executed
_objectTuples - tuple of objects passed to the esjp
Returns:
List of Returns
Throws:
org.efaps.util.EFapsException - on error


Copyright © 2003-2011 The eFaps Team. All Rights Reserved.