クラス
jp.co.fujitsu.reffi.client.swing.parser.ComponentValues の使用

ComponentValues を使用しているパッケージ
jp.co.fujitsu.reffi.client.swing.action イベント発生時のハンドリングを行うActionの基底クラスが含まれるパッケージです。 
jp.co.fujitsu.reffi.client.swing.parser Swingコンポーネントの値を統一的に取得する為のクラスが含まれます。 
jp.co.fujitsu.reffi.client.swing.validator Swingコンポーネント値を検証する為のバリデーションパッケージです。 
 

jp.co.fujitsu.reffi.client.swing.action での ComponentValues の使用
 

ComponentValues を返す jp.co.fujitsu.reffi.client.swing.action のメソッド
protected  ComponentValues AbstractAction.getComponentValues(String componentName)
          [概 要] 引数componentNameをnameとして持つコンポーネントの値を取得します。
protected  ComponentValues AbstractAction.getComponentValues(String windowName, String componentName)
          [概 要] 引数componentNameをnameとして持つエレメントの値を取得します。
protected  ComponentValues AbstractAction.getComponentValues(Window window, String componentName)
           
 

jp.co.fujitsu.reffi.client.swing.parser での ComponentValues の使用
 

ComponentValues を返す jp.co.fujitsu.reffi.client.swing.parser のメソッド
 ComponentValues JListValueParser.parse(Component list)
          [概 要] JListの値を取得します。
 ComponentValues JLabelValueParser.parse(Component label)
          [概 要] JLabelの値を取得します。
 ComponentValues JCheckBoxValueParser.parse(Component checkBox)
          [概 要] JCheckBoxの値を取得します。
 ComponentValues JPasswordFieldValueParser.parse(Component passwordField)
          [概 要] JPasswordFieldの値を取得します。
 ComponentValues ComponentValueParser.parse(Component component)
          [概 要] Swingコンポーネントの値解析を行うメソッドです。
 ComponentValues JComboBoxValueParser.parse(Component combobox)
          [概 要] JComboBoxの値を取得します。
 ComponentValues JTextFieldValueParser.parse(Component textField)
          [概 要] JTextFieldの値を取得します。
 ComponentValues JSliderValueParser.parse(Component slider)
          [概 要] JSliderの値を取得します。
 ComponentValues JRadioButtonValueParser.parse(Component radioButton)
          [概 要] JRadioButtonの値を取得します。
 ComponentValues JSpinnerValueParser.parse(Component spinner)
          [概 要] JSpinnerの値を取得します。
 ComponentValues JTextPaneValueParser.parse(Component textPane)
          [概 要] JTextPaneの値を取得します。
 ComponentValues JTextAreaValueParser.parse(Component textArea)
          [概 要] JTextAreaの値を取得します。
 ComponentValues JToggleButtonValueParser.parse(Component toggleButton)
          [概 要] JToggleButtonの値を取得します。
 ComponentValues JButtonValueParser.parse(Component button)
          [概 要] JButtonの値を取得します。
 

jp.co.fujitsu.reffi.client.swing.validator での ComponentValues の使用
 

ComponentValues を返す jp.co.fujitsu.reffi.client.swing.validator のメソッド
protected  ComponentValues Validator.getValue()
          [概 要] バリデーション対象コンポーネントの値を返却します。
 

ComponentValues 型のパラメータを持つ jp.co.fujitsu.reffi.client.swing.validator のメソッド
protected  boolean RegExpValidator.validate(ComponentValues values)
          [概 要] 正規表現バリデーションを行います。
 boolean ByteLengthValidator.validate(ComponentValues values)
          [概 要] バイト長バリデーションを行います。
protected abstract  boolean Validator.validate(ComponentValues values)
          [概 要] バリデーション処理を実装します。
protected  boolean RangeValidator.validate(ComponentValues values)
          [概 要] 桁数バリデーションを行います。
protected  boolean IndispensableValidator.validate(ComponentValues values)
          [概 要] 必須バリデーションを行います。
 



Copyright(C) Fujitsu All Rights Reserved.