EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.able
Interface Sizeable

All Superinterfaces:
Delegateable, Heightable, Widthable
All Known Subinterfaces:
Scrollable
All Known Implementing Classes:
AbleComponent, CarouselContainer, Clock, ContainerEx, DateField, SlidingMenu, TooltipContainer

public interface Sizeable
extends Widthable, Heightable

A Sizeable is a component that can have a a fixed width and/or height in some specified units. These dimensions are acheived done via setting Extents.


Field Summary
 
Fields inherited from interface echopoint.able.Widthable
PROPERTY_WIDTH
 
Fields inherited from interface echopoint.able.Heightable
PROPERTY_HEIGHT
 
Method Summary
 
Methods inherited from interface echopoint.able.Widthable
getWidth, setWidth
 
Methods inherited from interface echopoint.able.Heightable
getHeight, setHeight
 
Methods inherited from interface echopoint.able.Delegateable
getRenderProperty, getRenderProperty
 


EchoPoint API - 3.0.0b5
App Webcontainer