クラス
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(java.lang.String name)
          [概 要] 引数nameをname属性値として持つエレメントの値を取得します。
protected  ElementValues AbstractAction.getElementValueByNameFromWindow(com.nexaweb.xml.Element window, java.lang.String name)
          [概 要] 引数nameをname属性値として持つエレメントの値を取得します。
 

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

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