public class FiscalPeriodConditionHandler extends Object implements ConditionHandler
| Modifier and Type | Field and Description |
|---|---|
protected FiscalPeriodCondition |
condition |
protected FinancialTransactionConditionHandler |
filterHandler |
protected FiscalPeriodConditionView |
view |
| Constructor and Description |
|---|
FiscalPeriodConditionHandler(FiscalPeriodConditionView view) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
Condition |
getCondition() |
Object[] |
getFiscalPeriodList() |
JComponent |
getView() |
void |
setFilterHandler(FinancialTransactionConditionHandler filterHandler) |
void |
setFiscalPeriod(ListSelectionEvent event) |
protected FiscalPeriodConditionView view
protected FiscalPeriodCondition condition
protected FinancialTransactionConditionHandler filterHandler
public FiscalPeriodConditionHandler(FiscalPeriodConditionView view)
public Condition getCondition()
getCondition in interface ConditionHandlerpublic JComponent getView()
getView in interface ConditionHandlerpublic void setFilterHandler(FinancialTransactionConditionHandler filterHandler)
setFilterHandler in interface ConditionHandlerpublic Object[] getFiscalPeriodList()
public void setFiscalPeriod(ListSelectionEvent event)
public void delete()
Copyright © 2008–2014 CodeLutin. All rights reserved.