public class DefaultVRadioButtonGroupImpl extends AbstractSwingVirtualComponent implements VRadioButtonGroup
修飾子とタイプ | フィールドと説明 |
---|---|
static java.lang.String |
ATTR_On
属性値の取得キー
|
static java.lang.String |
ATTR_RadioButtonID
属性値の取得キー
|
static java.lang.String |
ATTR_SelectedItem
属性値の取得キー
|
static java.lang.String |
ATTR_Text
属性値の取得キー
|
static java.lang.String |
ATTR_Visible
属性値の取得キー
|
static java.lang.String |
OPTION_RadioButton
オプション設定
|
ATTR_Background, ATTR_Foreground, ATTR_OnChange
COMPONENT_DEFINITION
コンストラクタと説明 |
---|
DefaultVRadioButtonGroupImpl(java.lang.String instanceID,
java.util.Map params)
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
destroyLocal()
destoryメソッドの最後にコールされる。
|
java.util.Collection |
getRealComponent()
仮想コンポーネントがラッピングしている実際の制御対象コンポーネントを返す
|
protected java.lang.Class[] |
getTargetGUIComponentTypes()
ラジオボタンのグループを扱うので、nullを返す
|
protected void |
inputLocal(ClientEvent e)
doInputメソッドの最後にコールされる。
|
protected boolean |
isChanged(java.util.EventObject e)
前回の入力確定時と現時点を比べて、入力値が変更されているかを判定する。
|
protected java.awt.Component |
prepareGUIComponent(ClientEvent e)
複数のラジオボタンを取り扱うので、デフォルトの処理を
オーバライドして無効にする。
|
protected void |
setEnabledLocal(boolean enabled)
コンポーネントの有効、無効を設定する
|
protected void |
setVisibleLocal(boolean visible)
コンポーネントの表示、非表示を設定する
|
protected void |
startLocal(ClientEvent e)
startメソッドの最後にコールされる。
|
protected void |
updateLocal(ClientEvent e)
updateメソッドの最後にコールされる。
|
arrangeFont, destroy, fireOnChange, getAreaEventListener, getBackground, getComponentFont, getDisabledBackground, getEnabledBackground, getForeground, getGUIComponent, getPopupMenuFont, getRequiredBackground, getSwingArea, input, installAccessControlPermission, isFocusOwner, isInputValidationSucceeded, isRefreshable, isTextComponent, onChange, removePopupMenu, requestFocus, resetWaitingCursor, savePreference, setBackground, setEditable, setForeground, setGUIComponent, setRefreshable, setToolTip, setupFont, setupPopupMenu, setWaitingCursor, start, update
addAvailableState, addComponentEventListener, addProcessEvent, fireDisplayUpdated, fireEventTriggered, fireInputFixed, getArea, getClientContext, getComponentEventListeners, getDefinition, getInstanceID, getPreference, getReference, getTranslator, init, installArea, isAvailableState, isEnabled, isEnabledCondition, isSavePreference, isStarted, isVisible, isVisibleCondition, removeComponentEventListener, setEnabled, setPreference, setStarted, setVisible, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
isFocusOwner, isInputValidationSucceeded, isTextComponent, resetWaitingCursor, setWaitingCursor
addComponentEventListener, destroy, fireDisplayUpdated, fireEventTriggered, fireInputFixed, getArea, getClientContext, getComponentEventListeners, getDefinition, getInstanceID, getPreference, getTranslator, input, installAccessControlPermission, installArea, removeComponentEventListener, setPreference, start, update
getReference
public static final java.lang.String OPTION_RadioButton
public static final java.lang.String ATTR_RadioButtonID
public static final java.lang.String ATTR_On
public static final java.lang.String ATTR_SelectedItem
public static final java.lang.String ATTR_Text
public static final java.lang.String ATTR_Visible
public DefaultVRadioButtonGroupImpl(java.lang.String instanceID, java.util.Map params)
instanceID
- コンポーネントインスタンスに割り当てられたユニークなIDparams
- 初期化パラメータ格納Mappublic java.util.Collection getRealComponent()
getRealComponent
インタフェース内 VirtualComponent
getRealComponent
クラス内 AbstractSwingVirtualComponent
protected void startLocal(ClientEvent e) throws RecoverableException
startLocal
クラス内 AbstractSwingVirtualComponent
e
- イベント情報RecoverableException
- 回復可能な業務例外protected void updateLocal(ClientEvent e) throws RecoverableException
updateLocal
クラス内 AbstractSwingVirtualComponent
e
- イベント情報RecoverableException
- 回復可能な業務例外protected void inputLocal(ClientEvent e) throws RecoverableException
inputLocal
クラス内 AbstractSwingVirtualComponent
e
- イベント情報RecoverableException
- 回復可能な業務例外protected void destroyLocal()
protected java.awt.Component prepareGUIComponent(ClientEvent e)
prepareGUIComponent
クラス内 AbstractSwingVirtualComponent
e
- イベント情報protected java.lang.Class[] getTargetGUIComponentTypes()
getTargetGUIComponentTypes
クラス内 AbstractSwingVirtualComponent
protected void setVisibleLocal(boolean visible)
setVisibleLocal
クラス内 AbstractSwingVirtualComponent
visible
- 表示するならtrue、しないならfalseprotected void setEnabledLocal(boolean enabled)
setEnabledLocal
クラス内 AbstractSwingVirtualComponent
enabled
- 有効ならtrue、無効ならfalseprotected boolean isChanged(java.util.EventObject e)
isChanged
クラス内 AbstractSwingVirtualComponent
e
- イベント情報