EchoPoint API - 3.0.0b5
App Webcontainer

Uses of Interface
echopoint.able.Attributeable

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

Uses of Attributeable in echopoint
 

Classes in echopoint that implement Attributeable
 class AbleComponent
          AbleComponent is an abstract Component that implements a number of the 'able interfaces and serves as the base for other components
 class ComponentEx
          ComponentEx is an abstract component that offers helper methods for getting and setting properties, beyond what the base nextapp.echo2.app.Component does.
 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 Attributeable in echopoint.jquery
 

Classes in echopoint.jquery that implement Attributeable
 class CarouselContainer
          CarouselContainer is a component that can be positioned anywhere on the screen with an specified size attributes.
 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