Uses of Class
org.cafesip.gwtcomp.client.ui.MessageBar

Packages that use MessageBar
org.cafesip.gwtcomp.client.ui This package contains the GWT components widgets. 
 

Uses of MessageBar in org.cafesip.gwtcomp.client.ui
 

Methods in org.cafesip.gwtcomp.client.ui that return MessageBar
 MessageBar WizardPanel.getMessageBar()
          Get the message bar.
 MessageBar EditableList.getMessageBar()
          Returns the MessageBar as set by a previous call to setMessageBar() or null if setMessageBar() has not been called.
 MessageBar DataEntryPanel.getMessageBar()
          Returns the message bar at the top of the panel.
 

Methods in org.cafesip.gwtcomp.client.ui with parameters of type MessageBar
 void EditableList.setMessageBar(MessageBar messageBar)
          Sets the MessageBar for use by this widget's validation.
 void DataEntryPanel.setMessageBar(MessageBar messageBar)
          Sets a message bar.
 

Constructors in org.cafesip.gwtcomp.client.ui with parameters of type MessageBar
DataEntryPanel(TitleBar titleBar, MessageBar messageBar)
          A constructor for this class.
 



Copyright © 2010 Cafesip.org. All Rights Reserved.