Spiffy UI Framework

Deprecated API


Contents
Deprecated Methods
org.spiffyui.client.nav.MainNavBar.addHistoryItem(String)
          This method is deprecated and will not be called. 
org.spiffyui.client.JSUtil.bounce(String, int, int, int)
          Deprecated in favor of directly usinng the new effects from jQuery 2.0 
org.spiffyui.client.JSUtil.bounce(String, int, int, int, JSEffectCallback)
          Deprecated in favor of directly usinng the new effects from jQuery 2.0 
org.spiffyui.client.widgets.SlidingGridPanel.getGridOffset()
          The grid offset is now deprecated since the sliding grid will use the parent width instead of the window width. This field will be ignored and will be removed in the next release. 
org.spiffyui.client.widgets.SlidingGridPanel.setGridOffset(int)
          The grid offset is now deprecated since the sliding grid will use the parent width instead of the window width. This field will be ignored and will be removed in the next release. 
org.spiffyui.client.widgets.slider.Slider.setStringOption(SliderOption)
          - typo, in future releases this will be removed. Use getStringOption(SliderOption option) 
 

Deprecated Constructors
org.spiffyui.client.widgets.multivaluesuggest.MultivalueSuggestBoxBase.OptionSuggestion(String, String, String, String)
          This method is deprecated and will be removed in future releases. Use OptionSuggestion(Option, String, String) 
 


Spiffy UI Framework