EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.able
Interface Widthable

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

public interface Widthable
extends Delegateable

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


Field Summary
static String PROPERTY_WIDTH
           
 
Method Summary
 Extent getWidth()
          Returns the width extent of the Widthable.
 void setWidth(Extent newValue)
          Sets the width extent of the Widthable.
 
Methods inherited from interface echopoint.able.Delegateable
getRenderProperty, getRenderProperty
 

Field Detail

PROPERTY_WIDTH

static final String PROPERTY_WIDTH
See Also:
Constant Field Values
Method Detail

getWidth

Extent getWidth()
Returns the width extent of the Widthable.

Returns:
the width extent of the Widthable.

setWidth

void setWidth(Extent newValue)
Sets the width extent of the Widthable.

Parameters:
newValue - - the new width extent of the Widthable

EchoPoint API - 3.0.0b5
App Webcontainer