org.springframework.richclient.widget.editor
Class DefaultDataEditorWidget.MaximumRowsExceededMessage
java.lang.Object
org.springframework.richclient.core.DefaultMessage
org.springframework.binding.validation.support.DefaultValidationMessage
org.springframework.richclient.widget.editor.DefaultDataEditorWidget.MaximumRowsExceededMessage
- All Implemented Interfaces:
- Serializable, ValidationMessage, Message
- Enclosing class:
- DefaultDataEditorWidget
protected static class DefaultDataEditorWidget.MaximumRowsExceededMessage
- extends DefaultValidationMessage
- See Also:
- Serialized Form
DefaultDataEditorWidget.MaximumRowsExceededMessage
public DefaultDataEditorWidget.MaximumRowsExceededMessage()
getMessage
public String getMessage()
- Description copied from interface:
Message
- The textual representation of the message. This is not necessarily how
the message will appear on a GUI component.
- Specified by:
getMessage
in interface Message
- Overrides:
getMessage
in class DefaultMessage
- Returns:
- textual message, never
null
, but possibly an
empty string.
setMessage
public void setMessage(String message)
Copyright © 2004-2009 The Spring Framework. All Rights Reserved.