public class ValidationResultBrowser extends CayenneController
| Modifier and Type | Field and Description |
|---|---|
protected ValidationResultBrowserView |
view |
application, parent, propertyChangeSupport| Constructor and Description |
|---|
ValidationResultBrowser(CayenneController parent) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
buildValidationText(ValidationResult validationResult)
Creates validation text for the validation result.
|
void |
closeDialogAction() |
Component |
getView()
Returns the vie wassociated with this Controller.
|
protected void |
initController() |
void |
startupAction(String title,
String message,
Collection<ValidationResult> failures) |
void |
startupAction(String title,
String message,
ValidationResult validationResult) |
addPropertyChangeListener, bindingUpdated, centerView, firePropertyChange, getApplication, getFrame, getLastDirectory, getParent, getViewPreferences, getWindow, makeCloseableOnEscape, reportErrorprotected ValidationResultBrowserView view
public ValidationResultBrowser(CayenneController parent)
protected void initController()
public Component getView()
CayenneControllergetView in interface BoundComponentgetView in class CayenneControllerpublic void closeDialogAction()
public void startupAction(String title, String message, Collection<ValidationResult> failures)
public void startupAction(String title, String message, ValidationResult validationResult)
protected String buildValidationText(ValidationResult validationResult)
Copyright © 2001–2015 Apache Cayenne. All rights reserved.