Properties |
Description |
Data Type |
Flags |
Default Value |
inputFirstArg | The first argument in expression | java.util.Date |
read, write |
null |
inputSecondArg | The second argument in expression | java.lang.Object |
read, write |
null |
resultAsDate | The current result of calculations as java.util.Date | java.util.Date |
read, bound |
null |
resultAsDays | The current result of calculations as int (number of days) | int |
read, bound |
0 |
operation | The type of operation (DATE_MINUS_DATE, DATE_PLUS_DAYS, DATE_PLUS_MONTHS, DATE_PLUS_YEARS) | int |
read, write, bound |
DATE_MINUS_DATE |
Expert: | ||||
autoAction | Allows or denies the immediate execution of bean function | boolean |
read, write |
false |