Class
caplin.control.basic

ImageControl

This is a basic control that is used to display an image and capture user gestures. Typically, the ImageControl uses stylers to specify how the image appears to the user, and handlers to capture user interactions such as mouse movements and clicks.

Constructor Summary

Attributes Name and Description
caplin.control.basic.ImageControl(caplin.control.factory.ControlType oControlType)

Constructs a new ImageControl with the specified arguments.

Methods inherited from class caplin.control.basic.BasicControl:
getElement, getFlashDuration, getId, getNumericFlashDirection, isBound, removeFlash, setAttribute, setDomAttribute, setDomClass, setDomParentClass, setDomStyle, setDomValue, setId, setTooltip

Constructor Detail

caplin.control.basic.ImageControl(caplin.control.factory.ControlType oControlType)

Constructs a new ImageControl with the specified arguments.

Parameters
caplin.control.factory.ControlType oControlType The control type.