org.springframework.richclient.widget
Interface TitledWidget

Show UML class diagram
All Superinterfaces:
BeanNameAware, DescriptionConfigurable, Guarded, ImageConfigurable, Messagable, PropertyChangePublisher, TitleConfigurable, Widget
All Known Implementing Classes:
AbstractDataEditorWidget, AbstractTitledWidget, AbstractTitledWidgetForm, DefaultDataEditorWidget, ItemDataEditor, SupplierDataEditor, TitledWidgetForm

public interface TitledWidget
extends Widget, Guarded, Messagable, TitleConfigurable, ImageConfigurable, DescriptionConfigurable, BeanNameAware

Provides the basic Widget facilities in combination with a fully configurable title/message component.


Field Summary
 
Fields inherited from interface org.springframework.richclient.widget.Widget
EMPTY_WIDGET
 
Fields inherited from interface org.springframework.richclient.dialog.Messagable
MESSAGE_PROPERTY
 
Method Summary
 String getId()
           
 ValidationResultsReporter newSingleLineResultsReporter(Messagable messagable)
           
 
Methods inherited from interface org.springframework.richclient.widget.Widget
canClose, getCommands, getComponent, isShowing, onAboutToHide, onAboutToShow
 
Methods inherited from interface org.springframework.richclient.core.Guarded
isEnabled, setEnabled
 
Methods inherited from interface org.springframework.richclient.dialog.Messagable
setMessage
 
Methods inherited from interface org.springframework.binding.value.PropertyChangePublisher
addPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListener
 
Methods inherited from interface org.springframework.richclient.core.TitleConfigurable
setTitle
 
Methods inherited from interface org.springframework.richclient.image.config.ImageConfigurable
setImage
 
Methods inherited from interface org.springframework.richclient.core.DescriptionConfigurable
setCaption, setDescription
 
Methods inherited from interface org.springframework.beans.factory.BeanNameAware
setBeanName
 

Method Detail

newSingleLineResultsReporter

ValidationResultsReporter newSingleLineResultsReporter(Messagable messagable)

getId

String getId()


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