Style Intelligence v12.0

inetsoft.report
Interface CheckBoxElement

All Superinterfaces:
Cloneable, FieldElement, HyperlinkSupport, PainterElement, ReportElement, Serializable
All Known Subinterfaces:
RadioButtonElement

public interface CheckBoxElement
extends FieldElement

This class represents a CheckBox form element. It is an active element that can be selected or deselected by users.

* 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 getGroup()
          Get the radio button group name.
 String getText()
          Return the label of this checkbox.
 boolean isParameterized()
          Check if this checkbox is parameterized.
 boolean isSelected()
          Check if this checkbox is selected.
 void setGroup(String group)
          Set the radio button group.
 void setParameterized(boolean parameterized)
          Set the parameterized state of the checkbox.
 void setSelected(boolean selected)
          Set the state of the button.
 void setText(String text)
          Set the label of this checkbox.
 
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

getText

String getText()
Return the label of this checkbox.


setText

void setText(String text)
Set the label of this checkbox.


isSelected

boolean isSelected()
Check if this checkbox is selected.


setSelected

void setSelected(boolean selected)
Set the state of the button.

Parameters:
selected - true if the checkbox is selected.

isParameterized

boolean isParameterized()
Check if this checkbox is parameterized.


setParameterized

void setParameterized(boolean parameterized)
Set the parameterized state of the checkbox.

Parameters:
parameterized - true if the checkbox is parameterized.

getGroup

String getGroup()
Get the radio button group name.


setGroup

void setGroup(String group)
Set the radio button group.


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