public class RJCheckBoxHpr extends AbstractButtonHpr
| Constructor and Description |
|---|
RJCheckBoxHpr() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getBooleanValue(javax.swing.JComponent aComponent)
Returns the button's bool value.
|
void |
setValue(javax.swing.JComponent aComponent,
java.lang.Boolean aValue)
Sets the button's Boolean value.
|
fromXML, getBoolValue, getButtonGroup, getButtonGroupName, getMarginString, getSelectedImageName, getSendActionOnClick, getSendActionOnDoubleClick, getStringValue, getValue, initInstance, newInstance, setButtonGroupName, setMarginString, setSelectedImageName, setSendActionOnClick, setSendActionOnDoubleClick, setValue, setValue, toXMLgetHorizontalAlignment, getHorizontalTextPosition, getIcon, getIconTextGap, getImageName, getText, getVerticalAlignment, getVerticalTextPosition, setHorizontalAlignment, setHorizontalTextPosition, setIcon, setIconTextGap, setImageName, setText, setVerticalAlignment, setVerticalTextPositionadd, focusGained, focusLost, fromXMLDeep, get, getActionListener, getAutoscrolls, getAutosizing, getBackground, getBindKey, getCallback, getChangeListener, getColorValue, getComponent, getComponentCount, getFloatValue, getFocusListener, getForeground, getIntValue, getMaster, getMaximumSize, getMinimumSize, getOwner, getRibHeight, getRibWidth, getRibX, getRibY, getSendActionOnFocusLost, getSubstitutionClassString, isOpaque, performBindKeyGet, performBindKeySet, sendAction, setAutoscrolls, setAutosizing, setBackground, setBindKey, setCallback, setForeground, setMaster, setMaximumSize, setMinimumSize, setOpaque, setOwner, setSendActionOnFocusLost, setSubstitutionClassString, setValue, setValue, setValue, setValue, takeFloatValue, takeIntValue, testOutBeanBag, toXMLDeeppublic java.lang.Boolean getBooleanValue(javax.swing.JComponent aComponent)
getBooleanValue in class RJHelper