EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Class
echopoint.able.ScrollBarProperties

Packages that use ScrollBarProperties
echopoint Primary package under which all the public components provided by EchoPoint are organised. 
echopoint.able   
echopoint.jquery   
 

Uses of ScrollBarProperties in echopoint
 

Methods in echopoint that return ScrollBarProperties
 ScrollBarProperties ContainerEx.getScrollBarProperties()
          todo Returns the ScrollBarProperties associated with this Scrollable
 

Methods in echopoint with parameters of type ScrollBarProperties
 void ContainerEx.setScrollBarProperties(ScrollBarProperties newValue)
          todo Sets the ScrollBarProperties associated with this Scrollable
 

Uses of ScrollBarProperties in echopoint.able
 

Methods in echopoint.able that return ScrollBarProperties
 ScrollBarProperties Scrollable.getScrollBarProperties()
          Returns the ScrollBarProperties associated with this Scrollable
 

Methods in echopoint.able with parameters of type ScrollBarProperties
 void Scrollable.setScrollBarProperties(ScrollBarProperties newValue)
          Sets the ScrollBarProperties associated with this Scrollable
 

Uses of ScrollBarProperties in echopoint.jquery
 

Methods in echopoint.jquery that return ScrollBarProperties
 ScrollBarProperties TooltipContainer.getScrollBarProperties()
          todo Returns the ScrollBarProperties associated with this Scrollable
 ScrollBarProperties SlidingMenu.getScrollBarProperties()
          todo Returns the ScrollBarProperties associated with this Scrollable
 

Methods in echopoint.jquery with parameters of type ScrollBarProperties
 void TooltipContainer.setScrollBarProperties(ScrollBarProperties newValue)
          todo Sets the ScrollBarProperties associated with this Scrollable
 void SlidingMenu.setScrollBarProperties(ScrollBarProperties newValue)
          todo Sets the ScrollBarProperties associated with this Scrollable
 


EchoPoint API - 3.0.0b5
App Webcontainer