ImageControlProperties
ImageControlProperties is one these types:
ImageControlPropertiesImageColumnControl
ImageControl
ImageControlProperties Functions
| getAlternativeText | ImageControlProperties.getAlternativeText( ) | Returns the com.ebasetech.xi.api.Text object for the image alternate text. |
| isDisplayAsHyperlink | ImageControlProperties.isDisplayAsHyperlink( ) | Returns true if the image should behave as a hyperlink when clicked, otherwise returns false. |
| setDisplayAsHyperlink | ImageControlProperties.setDisplayAsHyperlink( displayAsHyperlink ) | Sets whether or not the image should behave as a hyperlink when clicked,. |
| getHyperlinkTarget | ImageControlProperties.getHyperlinkTarget( ) | Returns the target window id or frame id in which the hyperlink URL is displayed. |
| setHyperlinkTarget | ImageControlProperties.setHyperlinkTarget( hyperlinkTarget ) | Sets the target window id or frame id in which the hyperlink URL is displayed. |
| getHyperlinkURL | ImageControlProperties.getHyperlinkURL( ) | Returns the hyperlink URL activated when the displayAsHyperlink property is set to true. |
| setHyperlinkURL | ImageControlProperties.setHyperlinkURL( hyperlinkURL ) | Sets the hyperlink URL activated when the displayAsHyperlink property is set to true. |
| getImageURL | ImageControlProperties.getImageURL( ) | Returns the URL of the image to be displayed. |
| setImageURL | ImageControlProperties.setImageURL( imageURL ) | Sets the URL of the image to be displayed. |
| getMouseOverText | ImageControlProperties.getMouseOverText( ) | Returns the com.ebasetech.xi.api.Text object for the mouse over text. |
| isSkipValidation | ImageControlProperties.isSkipValidation( ) | Returns the skip validation flag that indicates whether or not validation of controls higher on the page is skipped prior to executing the image's on click event (if configured). |
| setSkipValidation | ImageControlProperties.setSkipValidation( skipValidation ) | Specifies whether or not validation of controls higher on the page is skipped prior to executing the image's on click event (if configured). |
Further documentation.