EchoPoint API - 3.0.0b5
App Webcontainer

echopoint.able
Interface BackgroundImageable

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

public interface BackgroundImageable
extends Delegateable

The BackgroundImageable interface is used specify an background image value..


Field Summary
static String PROPERTY_BACKGROUND_IMAGE
           
 
Method Summary
 FillImage getBackgroundImage()
          Returns the BackgroundImage in use
 void setBackgroundImage(FillImage newValue)
          Sets the BackgroundImage in use
 
Methods inherited from interface echopoint.able.Delegateable
getRenderProperty, getRenderProperty
 

Field Detail

PROPERTY_BACKGROUND_IMAGE

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

getBackgroundImage

FillImage getBackgroundImage()
Returns the BackgroundImage in use

Returns:
the BackgroundImage in use

setBackgroundImage

void setBackgroundImage(FillImage newValue)
Sets the BackgroundImage in use

Parameters:
newValue - - the BackgroundImage to be used

EchoPoint API - 3.0.0b5
App Webcontainer