jp.go.nict.langrid.management.web.view.page.language.component.form.validator
クラス OtherLanguagePathValidator

java.lang.Object
  上位を拡張 org.apache.wicket.markup.html.form.validation.AbstractFormValidator
      上位を拡張 jp.go.nict.langrid.management.web.view.page.language.component.form.validator.OtherLanguagePathValidator
すべての実装されたインタフェース:
Serializable, org.apache.wicket.IClusterable, org.apache.wicket.markup.html.form.validation.IFormValidator

public class OtherLanguagePathValidator
extends org.apache.wicket.markup.html.form.validation.AbstractFormValidator

Otherタイプの言語パス入力時のバリデータ

バージョン:
$Revision$
作成者:
Masaaki Kamiya, $Author$
関連項目:
直列化された形式

コンストラクタの概要
OtherLanguagePathValidator(RepeatingLanguagePathPanel repeater)
          コンストラクタ
 
メソッドの概要
 boolean equals(Object obj)
           
 org.apache.wicket.markup.html.form.FormComponent[] getDependentFormComponents()
           
 int hashCode()
           
 void validate(org.apache.wicket.markup.html.form.Form form)
           
 
クラス org.apache.wicket.markup.html.form.validation.AbstractFormValidator から継承されたメソッド
error, error, error, error, messageModel, resourceKey, variablesMap
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

OtherLanguagePathValidator

public OtherLanguagePathValidator(RepeatingLanguagePathPanel repeater)
コンストラクタ

パラメータ:
repeater - 言語パス入力用コンポーネントコンテナ
メソッドの詳細

equals

public boolean equals(Object obj)
オーバーライド:
クラス Object 内の equals

getDependentFormComponents

public org.apache.wicket.markup.html.form.FormComponent[] getDependentFormComponents()

hashCode

public int hashCode()
オーバーライド:
クラス Object 内の hashCode

validate

public void validate(org.apache.wicket.markup.html.form.Form form)