pt.moredata.dataentry.action
Class CreateNewRecordAction

java.lang.Object
  extended bypt.moredata.dataentry.action.AbstractAction
      extended bypt.moredata.dataentry.action.CreateNewRecordAction
All Implemented Interfaces:
Action

public class CreateNewRecordAction
extends AbstractAction

Company MoreData

Version:
$Revision: 1.11 $
Author:
pcarmo

Field Summary
 
Fields inherited from class pt.moredata.dataentry.action.AbstractAction
_dataEntry, _enable, _event, _request
 
Constructor Summary
CreateNewRecordAction()
           
 
Method Summary
 ResponseMessage actionPerformed()
          Invoked when an action occurs.
protected  void init(ActionEvent event)
          Description of the Method
 
Methods inherited from class pt.moredata.dataentry.action.AbstractAction
actionPerformed, isEnabled, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateNewRecordAction

public CreateNewRecordAction()
Method Detail

init

protected void init(ActionEvent event)
Description of the Method

Overrides:
init in class AbstractAction
Parameters:
event - Description of the Parameter

actionPerformed

public ResponseMessage actionPerformed()
Invoked when an action occurs. XXX : Em modo de insercao nao da para navegar, por isso nao da para inserir um registo e passar para o anterior. Isto tem de ser revisto!

Specified by:
actionPerformed in class AbstractAction
Returns:
A menssagem de resposta contendo o resultado da accao executada.