Style Intelligence v12.0

inetsoft.report
Interface ImageButtonElement

All Superinterfaces:
Cloneable, FieldElement, HyperlinkSupport, PainterElement, ReportElement, Serializable

public interface ImageButtonElement
extends FieldElement

An image button is a form element. It is an active element that could be used to submit a form.

* Only available in Style Report/EE.


Field Summary
 
Fields inherited from interface inetsoft.report.ReportElement
AGGREGATE, AUTOSIZE, GROW, LOCAL_QUERY, QUERY, XNODEPATH
 
Method Summary
 String getResource()
          Return the image resource path.
 void setResource(String resource)
          Set the image resource path.
 
Methods inherited from interface inetsoft.report.FieldElement
containsHiddenField, getForm, getHiddenField, getHiddenFieldNames, getName, getOnMouseDown, getOnSubmit, getToolTip, getValue, isDisabledOnStage, isEnabled, isSubmitOnChange, removeHiddenField, setEnabled, setForm, setHiddenField, setName, setOnMouseDown, setOnSubmit, setSubmitOnChange, setToolTip, setValue
 
Methods inherited from interface inetsoft.report.PainterElement
getAnchor, getHyperlink, getHyperlinkAreas, getLayout, getMargin, getPainter, getRotation, getSize, getWrapping, setAnchor, setHyperlink, setLayout, setMargin, setPainter, setRotation, setSize, setWrapping
 
Methods inherited from interface inetsoft.report.ReportElement
clone, getAlignment, getBackground, getCSSClass, getFont, getForeground, getFullName, getID, getIndent, getOnClick, getPreferredSize, getProperty, getPropertyNames, getScript, getSpacing, getTarget, getType, getUserObject, isHideOnPrint, isKeepWithNext, isVisible, setAlignment, setBackground, setContext, setCSSClass, setFont, setForeground, setFullName, setHideOnPrint, setID, setIndent, setKeepWithNext, setOnClick, setProperty, setScript, setSpacing, setTarget, setUserObject, setVisible
 
Methods inherited from interface inetsoft.report.HyperlinkSupport
getHyperlink, setHyperlink
 

Method Detail

getResource

String getResource()
Return the image resource path.


setResource

void setResource(String resource)
Set the image resource path. The resource is used to load the image file as a Java resource. The image file must be loadable from the CLASSPATH at the specified path.


Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.