Uses of Class
org.eclipse.higgins.ics.gwt.base.client.button.SimpleButton

Packages that use SimpleButton
org.eclipse.higgins.ics.gwt.base.client.button   
org.eclipse.higgins.ics.gwt.icm.client.panel.edit   
org.eclipse.higgins.ics.gwt.icm.client.panel.history   
 

Uses of SimpleButton in org.eclipse.higgins.ics.gwt.base.client.button
 

Subclasses of SimpleButton in org.eclipse.higgins.ics.gwt.base.client.button
 class CardActionButton
           
 class DatePickerButton
           
 class DialogButton
           
 class DisabledNavigationButton
           
 class NavigationButton
           
 class NewButton
           
 class PopupButton
           
 

Uses of SimpleButton in org.eclipse.higgins.ics.gwt.icm.client.panel.edit
 

Methods in org.eclipse.higgins.ics.gwt.icm.client.panel.edit that return SimpleButton
 SimpleButton PCardEditablePanel.getMoreOptionsButton()
           
 

Uses of SimpleButton in org.eclipse.higgins.ics.gwt.icm.client.panel.history
 

Methods in org.eclipse.higgins.ics.gwt.icm.client.panel.history with parameters of type SimpleButton
 void CardHistoryPanelFooter.setPreviousPageButton(SimpleButton button)
           
 void CardHistoryPanelFooter.setNextPageButton(SimpleButton button)