org.chorem.lima.ui.financialtransactionunbalanced
Class FinancialTransactionUnbalancedViewHandler

java.lang.Object
  extended by org.chorem.lima.ui.financialtransactionunbalanced.FinancialTransactionUnbalancedViewHandler

public class FinancialTransactionUnbalancedViewHandler
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  FiscalPeriodComboBoxModel comboBoxModel
           
protected  FinancialTransactionUnbalancedTable table
           
protected  FinancialTransactionUnbalancedTableModel tableModel
           
protected  FinancialTransactionUnbalancedView view
           
 
Constructor Summary
protected FinancialTransactionUnbalancedViewHandler(FinancialTransactionUnbalancedView view)
           
 
Method Summary
 void addEmptyEntry()
           
 void deleteSelectedRow()
          Delete selected row in table (could be transaction or entry).
 void refresh()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

view

protected FinancialTransactionUnbalancedView view

table

protected FinancialTransactionUnbalancedTable table

tableModel

protected FinancialTransactionUnbalancedTableModel tableModel

comboBoxModel

protected FiscalPeriodComboBoxModel comboBoxModel
Constructor Detail

FinancialTransactionUnbalancedViewHandler

protected FinancialTransactionUnbalancedViewHandler(FinancialTransactionUnbalancedView view)
Method Detail

addEmptyEntry

public void addEmptyEntry()

deleteSelectedRow

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

Throws:
LimaException

refresh

public void refresh()


Copyright © 2008-2010 CodeLutin. All Rights Reserved.