クラス
jp.co.fujitsu.reffi.client.nexaweb.parser.ElementValues の使用

ElementValues を使用しているパッケージ
jp.co.fujitsu.reffi.client.nexaweb.action イベント発生時にコントローラから起動される、アクション基底クラスパッケージです。 
jp.co.fujitsu.reffi.client.nexaweb.parser Nexawebが提供する各種エレメントを解釈する為のパッケージです。 
jp.co.fujitsu.reffi.client.nexaweb.validator Nexawebエレメントを検証する為のバリデーションフレームワークパッケージです。 
 

jp.co.fujitsu.reffi.client.nexaweb.action での ElementValues の使用
 

ElementValues を返す jp.co.fujitsu.reffi.client.nexaweb.action のメソッド
protected  ElementValues AbstractAction.getElementValueByNameFromOwnWindow(String name)
          [概 要] 引数nameをname属性値として持つエレメントの値を取得します。
protected  ElementValues AbstractAction.getElementValueByNameFromWindow(Element window, String name)
          [概 要] 引数nameをname属性値として持つエレメントの値を取得します。
 

jp.co.fujitsu.reffi.client.nexaweb.parser での ElementValues の使用
 

ElementValues を返す jp.co.fujitsu.reffi.client.nexaweb.parser のメソッド
 ElementValues PasswordFieldValueParser.parse(Element passwordField)
          [概 要] passwordFieldの値を取得します。
 ElementValues ButtonValueParser.parse(Element button)
          [概 要] buttonの値を取得します。
 ElementValues TextAreaValueParser.parse(Element textArea)
          [概 要] textAreaの値を取得します。
 ElementValues CheckBoxValueParser.parse(Element checkBox)
          [概 要] checkBoxの値を取得します。
 ElementValues ComboBoxValueParser.parse(Element comboBox)
          [概 要] comboBoxの値を取得します。
 ElementValues ListBoxValueParser.parse(Element listBox)
          [概 要] listBoxの値を取得します。
 ElementValues ElementValueParser.parse(Element element)
          [概 要] Nexaweb提供エレメントの値解析を行うメソッドです。
 ElementValues TableValueParser.parse(Element table)
          [概 要] tableの値を取得します。
 ElementValues LabelValueParser.parse(Element label)
          [概 要] labelの値を取得します。
 ElementValues HorizontalSliderValueParser.parse(Element horizontalSlider)
          [概 要] [詳 細] horizontalSliderエレメントのposition属性値を調べ、 name属性値=position属性値でElementValueオブジェクトを生成します。
 ElementValues VerticalSliderValueParser.parse(Element verticalSlider)
          [概 要] verticalSliderの値を取得します。
 ElementValues RadioButtonValueParser.parse(Element radioButton)
          [概 要] radioButtonの値を取得します。
 ElementValues TextFieldValueParser.parse(Element textField)
          [概 要] textFieldの値を取得します。
 ElementValues TextViewValueParser.parse(Element textView)
          [概 要] [詳 細] textViewエレメントのテキストノード値を調べ、 name属性値=テキストノード値でElementValueオブジェクトを生成します。
 

jp.co.fujitsu.reffi.client.nexaweb.validator での ElementValues の使用
 

ElementValues を返す jp.co.fujitsu.reffi.client.nexaweb.validator のメソッド
protected  ElementValues CustomValidator.getValue()
          [概 要] バリデーション対象エレメントの値を返却します。
 



Copyright(C) Fujitsu All Rights Reserved.