org.springframework.richclient.dialog
Interface Messagable

Show UML class diagram
All Superinterfaces:
PropertyChangePublisher
All Known Subinterfaces:
DialogPage, MessagePane, TitledWidget, WizardPage
All Known Implementing Classes:
AbstractDataEditorWidget, AbstractDialogPage, AbstractReporterTitledApplicationDialog, AbstractTitledWidget, AbstractTitledWidgetForm, AbstractWizardPage, AlertMessageAreaPane, BasicInputApplicationDialog, BasicRegExpConstraintDialog, BasicTitledApplicationDialog, BasicWizardDialog, CalendarBindingDialog, CompositeDialogPage, ContactPropertiesDialog, DefaultDataEditorWidget, DefaultMessageAreaModel, DefaultMessageAreaPane, DerivedValueModelDialog, DocumentBindingDialog, ExtendedWizardDialog, FormBackedDialogPage, FormBackedPreferencePage, FormBackedWizardPage, GenericKeyMapBindingDialog, InputApplicationDialog, ItemDataEditor, ListSelectionBindingDialog, MessageReportingOverlay, NumberConversionDialog, ParentChildFormDialog, PreferenceDialog, PreferencePage, RadioButtonEnumDialog, SetupIntroWizardPage, SetupLicenseWizardPage, SetupWizardDialog, ShuttleListBindingDialog, ShuttleSortableTableDialog, StringLenghtConstraintDialog, SupplierDataEditor, TabbedDialogPage, TitledApplicationDialog, TitledPageApplicationDialog, TitledWidgetApplicationDialog, TitledWidgetForm, TitlePane, TreeCompositeDialogPage, WizardDialog

public interface Messagable
extends PropertyChangePublisher

An interface to be implemented by objects that are capable of receiving messages to be provided to the user.

Author:
Keith Donald

Field Summary
static String MESSAGE_PROPERTY
          The name of the message property, to be used for publishing update events.
 
Method Summary
 void setMessage(Message message)
          Set the message.
 
Methods inherited from interface org.springframework.binding.value.PropertyChangePublisher
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
 

Field Detail

MESSAGE_PROPERTY

static final String MESSAGE_PROPERTY
The name of the message property, to be used for publishing update events.

See Also:
Constant Field Values
Method Detail

setMessage

void setMessage(Message message)
Set the message.

Parameters:
The - message.


Copyright © 2004-2009 The Spring Framework. All Rights Reserved.