EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.able
Interface Alignable

All Superinterfaces:
Delegateable
All Known Implementing Classes:
CarouselContainer, Clock, ContainerEx, DateField, SlidingMenu, TooltipContainer

public interface Alignable
extends Delegateable

The Alignable interface is used specify an Alignmeent value. A given implemetor of this interface is free to only support a given subset of Alignment values (for example Alignment.TOP but not Alignment.BOTTOM).


Field Summary
static String PROPERTY_ALIGNMENT
           
 
Method Summary
 Alignment getAlignment()
          Returns the Alignment in use
 void setAlignment(Alignment newValue)
          Sets the Alignment in use
 
Methods inherited from interface echopoint.able.Delegateable
getRenderProperty, getRenderProperty
 

Field Detail

PROPERTY_ALIGNMENT

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

getAlignment

Alignment getAlignment()
Returns the Alignment in use

Returns:
the Alignment in use

setAlignment

void setAlignment(Alignment newValue)
Sets the Alignment in use

Parameters:
newValue - - the Alignment to be used

EchoPoint API - 3.0.0b5
App Webcontainer