Example #1
0
 public void setDateStr(String dateStr) {
   fJDateFieldProduct.setDateStr(dateStr, this);
 }
Example #2
0
 public DateFormat getDateFormat() {
   return fJDateFieldProduct.getDateFormat();
 }
Example #3
0
 public void setDateFormat(DateFormat dateFormat) {
   fJDateFieldProduct.setDateFormat(dateFormat);
 }