public interface ViewValidationService
Modifier and Type | Method and Description |
---|---|
DictionaryValidationResult |
validateView(ViewModel model)
This is the main validation method that should be used when validating Views
Validates the view based on the model passed in, this will correctly use previousView by default
as it automatically contains the generated data the validation requires.
|
DictionaryValidationResult |
validateView(View view,
ViewModel model)
Additional validation method when you want to explicitly define the View being validated.
|
DictionaryValidationResult validateView(ViewModel model)
model
- DictionaryValidationResult validateView(View view, ViewModel model)
view
- model
- Copyright © 2005–2016 The Kuali Foundation. All rights reserved.