EchoPoint
2.1.0rc4

echopointng.able
Interface BackgroundImageable

All Superinterfaces:
Delegateable
All Known Implementing Classes:
AbleProperties, ContainerEx, ContentPaneEx, DisplayLayoutData

public interface BackgroundImageable
extends Delegateable

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


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

Field Detail

PROPERTY_BACKGROUND_IMAGE

public static final java.lang.String PROPERTY_BACKGROUND_IMAGE
See Also:
Constant Field Values
Method Detail

getBackgroundImage

public nextapp.echo2.app.FillImage getBackgroundImage()
Returns the BackgroundImage in use

Returns:
the BackgroundImage in use

setBackgroundImage

public void setBackgroundImage(nextapp.echo2.app.FillImage newValue)
Sets the BackgroundImage in use

Parameters:
newValue - - the BackgroundImage to be used

EchoPoint
2.1.0rc4