public class DateConditionHandler extends Object implements ConditionHandler
| Modifier and Type | Field and Description |
|---|---|
protected DateCondition |
condition |
protected FinancialTransactionConditionHandler |
filterHandler |
protected DateConditionView |
view |
| Constructor and Description |
|---|
DateConditionHandler(DateConditionView view) |
| Modifier and Type | Method and Description |
|---|---|
void |
delete() |
Condition |
getCondition() |
Date |
getDate() |
DateFormat[] |
getFormats() |
DateCondition.Operand |
getOperand() |
DateConditionView |
getView() |
void |
operandSelected(ItemEvent event) |
void |
setDate(Date date) |
void |
setFilterHandler(FinancialTransactionConditionHandler filterHandler) |
void |
setOperand(DateCondition.Operand operand) |
protected DateConditionView view
protected DateCondition condition
protected FinancialTransactionConditionHandler filterHandler
public DateConditionHandler(DateConditionView view)
public Date getDate()
public void setDate(Date date)
public void setOperand(DateCondition.Operand operand)
public DateCondition.Operand getOperand()
public DateFormat[] getFormats()
public void delete()
public void operandSelected(ItemEvent event)
public Condition getCondition()
getCondition in interface ConditionHandlerpublic DateConditionView getView()
getView in interface ConditionHandlerpublic void setFilterHandler(FinancialTransactionConditionHandler filterHandler)
setFilterHandler in interface ConditionHandlerCopyright © 2008–2013 CodeLutin. All rights reserved.