public class DefaultVTextFieldImpl extends AbstractSwingVirtualComponent implements VTextField
ATTR_Background, ATTR_Foreground, ATTR_OnChange
COMPONENT_DEFINITION
コンストラクタと説明 |
---|
DefaultVTextFieldImpl(java.lang.String instanceID,
java.util.Map params)
コンストラクタ
|
修飾子とタイプ | メソッドと説明 |
---|---|
protected void |
destroyLocal()
destoryメソッドの最後にコールされる。
|
protected java.awt.Color |
getDisabledBackground()
コンポーネント無効時の背景色を返す
|
protected java.awt.Color |
getEnabledBackground()
コンポーネント有効時の背景色を返す
|
protected java.awt.Color |
getRequiredBackground()
必須入力項目時の背景色を返す
|
protected java.lang.Class[] |
getTargetGUIComponentTypes()
仮想コンポーネントが制御対象とするGUIコンポーネントのクラスを配列で返す。
|
protected void |
inputLocal(ClientEvent e)
doInputメソッドの最後にコールされる。
|
protected boolean |
isChanged(java.util.EventObject e)
前回の入力確定時と現時点を比べて、入力値が変更されているかを判定する。
|
void |
resetWaitingCursor()
カーソルを通常状態に戻す
|
void |
setWaitingCursor()
カーソルを待機状態に設定する
|
protected void |
startLocal(ClientEvent e)
startメソッドの最後にコールされる。
|
protected void |
updateLocal(ClientEvent e)
updateメソッドの最後にコールされる。
|
arrangeFont, destroy, fireOnChange, getAreaEventListener, getBackground, getComponentFont, getForeground, getGUIComponent, getPopupMenuFont, getRealComponent, getSwingArea, input, installAccessControlPermission, isFocusOwner, isInputValidationSucceeded, isRefreshable, isTextComponent, onChange, prepareGUIComponent, removePopupMenu, requestFocus, savePreference, setBackground, setEditable, setEnabledLocal, setForeground, setGUIComponent, setRefreshable, setToolTip, setupFont, setupPopupMenu, setVisibleLocal, 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
addComponentEventListener, destroy, fireDisplayUpdated, fireEventTriggered, fireInputFixed, getArea, getClientContext, getComponentEventListeners, getDefinition, getInstanceID, getPreference, getRealComponent, getTranslator, input, installAccessControlPermission, installArea, removeComponentEventListener, setPreference, start, update
getReference
public DefaultVTextFieldImpl(java.lang.String instanceID, java.util.Map params)
instanceID
- コンポーネントインスタンスに割り当てられたユニークなIDparams
- 初期化パラメータ格納Mappublic void setWaitingCursor()
setWaitingCursor
インタフェース内 SwingVirtualComponent
setWaitingCursor
クラス内 AbstractSwingVirtualComponent
public void resetWaitingCursor()
resetWaitingCursor
インタフェース内 SwingVirtualComponent
resetWaitingCursor
クラス内 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.lang.Class[] getTargetGUIComponentTypes()
getTargetGUIComponentTypes
クラス内 AbstractSwingVirtualComponent
protected boolean isChanged(java.util.EventObject e)
isChanged
クラス内 AbstractSwingVirtualComponent
e
- イベント情報protected java.awt.Color getEnabledBackground()
getEnabledBackground
クラス内 AbstractSwingVirtualComponent
protected java.awt.Color getDisabledBackground()
getDisabledBackground
クラス内 AbstractSwingVirtualComponent
protected java.awt.Color getRequiredBackground()
getRequiredBackground
クラス内 AbstractSwingVirtualComponent