|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DateFieldView | |
|---|---|
| cst.loggingTool.presentationLayer | Manages code used to make the GUI in the Logging Tool. |
| Uses of DateFieldView in cst.loggingTool.presentationLayer |
|---|
| Fields in cst.loggingTool.presentationLayer with type parameters of type DateFieldView | |
|---|---|
protected java.util.HashMap<javax.swing.JCheckBox,DateFieldView> |
TrialActivityView.fieldViewFromCheckBox
|
| Methods in cst.loggingTool.presentationLayer with parameters of type DateFieldView | |
|---|---|
protected void |
TrialActivityView.addFieldToDisplay(DateFieldView dateFieldView)
|
| Method parameters in cst.loggingTool.presentationLayer with type arguments of type DateFieldView | |
|---|---|
CSTException |
DateFieldViewValidationUtility.validateChronology(TrialActivityModel trialActivityModel,
java.util.ArrayList<DateFieldView> dateFieldViews)
checks that the field values are in chronological order where the date values are step1 >= step2 >= step3 .... |
CSTException |
DateFieldViewValidationUtility.validateDateFieldViews(TrialActivityModel candidateTrialActivityModel,
java.util.ArrayList<DateFieldView> dateFieldViews)
|
CSTException |
DateFieldViewValidationUtility.validateDateValues(java.util.ArrayList<DateFieldView> dateFieldViews)
check that all the date field values are valid. |
CSTException |
DateFieldViewValidationUtility.validateSequenceOfSteps(java.util.ArrayList<DateFieldView> dateFieldViews)
checks that fields have not been populated in an incorrect order |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||