org.chorem.lima.ui.lettering
Class LetteringViewHandler

java.lang.Object
  extended by org.chorem.lima.ui.lettering.LetteringViewHandler

public class LetteringViewHandler
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  FinancialTransactionServiceMonitorable financialTransactionService
          Transaction service.
protected  FiscalPeriodComboBoxModel fiscalPeriodComboBoxModel
           
protected  LetteringTable table
           
protected  LetteringTableModel tableModel
           
protected  LetteringView view
           
 
Constructor Summary
protected LetteringViewHandler(LetteringView view)
           
 
Method Summary
 void addLetter()
           
 void refresh()
           
 void removeLetter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

view

protected LetteringView view

table

protected LetteringTable table

tableModel

protected LetteringTableModel tableModel

fiscalPeriodComboBoxModel

protected FiscalPeriodComboBoxModel fiscalPeriodComboBoxModel

financialPeriodComboBoxModel

protected FinancialPeriodComboBoxModel financialPeriodComboBoxModel

financialTransactionService

protected final FinancialTransactionServiceMonitorable financialTransactionService
Transaction service.


clipBoard

protected Object clipBoard
Constructor Detail

LetteringViewHandler

protected LetteringViewHandler(LetteringView view)
Method Detail

addLetter

public void addLetter()

removeLetter

public void removeLetter()

refresh

public void refresh()


Copyright © 2008-2011 CodeLutin. All Rights Reserved.