org.chorem.lima.ui.financialtransaction
Class FinancialTransactionViewHandler

java.lang.Object
  extended by org.chorem.lima.ui.financialtransaction.FinancialTransactionViewHandler

public class FinancialTransactionViewHandler
extends Object

Handler associated with financial transaction view.

Version:
$Revision: 3051 $ Last update : $Date: 2010-11-29 15:57:16 +0100 (lun., 29 nov. 2010) $ By : $Author: echatellier $
Author:
chatellier

Field Summary
protected  Object clipBoard
           
protected  FinancialPeriodComboBoxModel financialPeriodComboBoxModel
           
protected  FiscalPeriodComboBoxModel fiscalPeriodComboBoxModel
           
protected  FinancialTransactionTable table
           
protected  FinancialTransactionTableModel tableModel
           
protected  FinancialTransactionView view
           
 
Constructor Summary
protected FinancialTransactionViewHandler(FinancialTransactionView view)
           
 
Method Summary
 void addEmptyEntry()
           
 void addFinancialTransaction()
           
 void copyRow()
           
 void deleteSelectedRow()
          Delete selected row in table (could be transaction or entry).
 void pasteRow()
           
 void refresh()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

view

protected FinancialTransactionView view

table

protected FinancialTransactionTable table

tableModel

protected FinancialTransactionTableModel tableModel

fiscalPeriodComboBoxModel

protected FiscalPeriodComboBoxModel fiscalPeriodComboBoxModel

financialPeriodComboBoxModel

protected FinancialPeriodComboBoxModel financialPeriodComboBoxModel

clipBoard

protected Object clipBoard
Constructor Detail

FinancialTransactionViewHandler

protected FinancialTransactionViewHandler(FinancialTransactionView view)
Method Detail

copyRow

public void copyRow()

pasteRow

public void pasteRow()

addFinancialTransaction

public void addFinancialTransaction()

addEmptyEntry

public void addEmptyEntry()

deleteSelectedRow

public void deleteSelectedRow()
Delete selected row in table (could be transaction or entry). Called by model.

Throws:
LimaException

refresh

public void refresh()


Copyright © 2008-2011 CodeLutin. All Rights Reserved.