EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.able
Interface Borderable

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

public interface Borderable
extends Delegateable

The Borderable interface is used to produce a border around a component


Field Summary
static String PROPERTY_BORDER
           
 
Method Summary
 Border getBorder()
           
 void setBorder(Border newValue)
          Sets the Border to be used by the Borderable
 
Methods inherited from interface echopoint.able.Delegateable
getRenderProperty, getRenderProperty
 

Field Detail

PROPERTY_BORDER

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

getBorder

Border getBorder()
Returns:
The Border of the Borderable.

setBorder

void setBorder(Border newValue)
Sets the Border to be used by the Borderable

Parameters:
newValue - - the new Border to use

EchoPoint API - 3.0.0b5
App Webcontainer