EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Interface
echopoint.able.Delegateable

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

Uses of Delegateable in echopoint
 

Classes in echopoint that implement Delegateable
 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.
 class Separator
          The Separator class is a Component that provides a simple separator within menus or between other Components It consists of a top line and bottom line, that can have width and color values.
 

Uses of Delegateable in echopoint.able
 

Subinterfaces of Delegateable in echopoint.able
 interface AccessKeyable
          The AccessKeyable interface is used to set a access key for a given component.
 interface Alignable
          The Alignable interface is used specify an Alignmeent value.
 interface BackgroundImageable
          The BackgroundImageable interface is used specify an background image value..
 interface Borderable
          The Borderable interface is used to produce a border around a component
 interface Heightable
          A Heightable is a component that can have a a fixed height in some specified units.
 interface Insetable
          The Insetable interface is used to set extra space inside and outside a component.
 interface MouseCursorable
          The MouseCursorable interface is used to set a new cursor value when the mouse is moved over a component.
 interface Positionable
          A Positionable is one that can be postioned anywhere on the screen, regardless of the flow layout of other components.
 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.
 interface Stretchable
          The Stretchable interface is used to indicate that a Component should "stretch" itself to use all left over space inside a parent component.
 interface ToolTipable
          The ToolTipable interface is used to set tool tip text which is displayed when the mouse cursor is hovered over the ToolTipable.
 interface Widthable
          A Sizeable is a component that can have a a fixed width in some specified units.
 

Uses of Delegateable in echopoint.jquery
 

Classes in echopoint.jquery that implement Delegateable
 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