org.springframework.richclient.widget.editor
Class DefaultDataEditorWidget.MaximumRowsExceededMessage

Show UML class diagram
java.lang.Object
  extended by org.springframework.richclient.core.DefaultMessage
      extended by org.springframework.binding.validation.support.DefaultValidationMessage
          extended by 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

Field Summary
 
Fields inherited from class org.springframework.richclient.core.DefaultMessage
EMPTY_MESSAGE
 
Fields inherited from interface org.springframework.binding.validation.ValidationMessage
GLOBAL_PROPERTY
 
Constructor Summary
DefaultDataEditorWidget.MaximumRowsExceededMessage()
           
 
Method Summary
 String getMessage()
          The textual representation of the message.
 void setMessage(String message)
           
 
Methods inherited from class org.springframework.binding.validation.support.DefaultValidationMessage
equals, getProperty, hashCode, toString
 
Methods inherited from class org.springframework.richclient.core.DefaultMessage
getIcon, getSeverity, getTimestamp, renderMessage
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.springframework.richclient.core.Message
getSeverity, getTimestamp, renderMessage
 

Constructor Detail

DefaultDataEditorWidget.MaximumRowsExceededMessage

public DefaultDataEditorWidget.MaximumRowsExceededMessage()
Method Detail

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.