public class DefaultVCheckBoxGroupImpl extends AbstractSwingVirtualComponent implements VCheckBoxGroup
修飾子とタイプ | フィールドと説明 |
---|---|
static java.lang.String |
ATTR_CheckBoxID
属性値の取得キー
|
static java.lang.String |
ATTR_CheckedItems
属性値の取得キー
|
static java.lang.String |
ATTR_On
属性値の取得キー
|
static java.lang.String |
ATTR_Text
属性値の取得キー
|
static java.lang.String |
ATTR_Visible
属性値の取得キー
|
static java.lang.String |
OPTION_CheckBox
オプション設定
|
ATTR_Background, ATTR_Foreground, ATTR_OnChange
COMPONENT_DEFINITION
コンストラクタと説明 |
---|
DefaultVCheckBoxGroupImpl(java.lang.String instanceID,
java.util.Map params)
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
destroyLocal()
destoryメソッドの最後にコールされる。
|
java.util.Collection |
getRealComponent()
仮想コンポーネントがラッピングしている実際の制御対象コンポーネントを返す
|
protected java.lang.Class[] |
getTargetGUIComponentTypes()
仮想コンポーネントが制御対象とするGUIコンポーネントのクラスを配列で返す。
|
protected void |
inputLocal(ClientEvent e)
doInputメソッドの最後にコールされる。
|
protected boolean |
isChanged(java.util.EventObject e)
前回の入力確定時と現時点を比べて、入力値が変更されているかを判定する。
|
protected java.awt.Component |
prepareGUIComponent(ClientEvent e)
チェックボックスをグルーピングして制御するための初期化処理
|
protected void |
setCheckBoxSelected(javax.swing.JCheckBox jcheckbox,
boolean selected)
チェックボックスを引数で指定された状態に設定する
|
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_CheckBox
public static final java.lang.String ATTR_CheckBoxID
public static final java.lang.String ATTR_On
public static final java.lang.String ATTR_Text
public static final java.lang.String ATTR_Visible
public static final java.lang.String ATTR_CheckedItems
public DefaultVCheckBoxGroupImpl(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
- イベント情報protected void setCheckBoxSelected(javax.swing.JCheckBox jcheckbox, boolean selected)
selected
-