EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Interface
echopoint.able.Widthable

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

Uses of Widthable in echopoint
 

Classes in echopoint that implement Widthable
 class AbleComponent
          AbleComponent is an abstract Component that implements a number of the 'able interfaces and serves as the base for other components
 class ContainerEx
          ContainerEx is a component that can be positioned anywhere on the screen with an specified size attributes.
 

Uses of Widthable in echopoint.able
 

Subinterfaces of Widthable in echopoint.able
 interface Scrollable
          A Scrollable is a component that can have a a fixed width and/or height, and can present scrollbars when the content of the component is too large to fit inside.
 interface Sizeable
          A Sizeable is a component that can have a a fixed width and/or height in some specified units.
 

Uses of Widthable in echopoint.jquery
 

Classes in echopoint.jquery that implement Widthable
 class CarouselContainer
          CarouselContainer is a component that can be positioned anywhere on the screen with an specified size attributes.
 class Clock
          The Clock class is a Component that presents the current time.
 class DateField
          DateField is a drop down component that contains a text field and a drop down calendar.
 class SlidingMenu
          SlidingMenu consists of three parts, a button and two containers.
 class TooltipContainer
          TooltipContainer is a component that can be positioned anywhere on the screen with an specified size attributes.
 


EchoPoint API - 3.0.0b5
App Webcontainer