org.asyrinx.brownie.tapestry.components.form
クラス SimpleEnumPropertySelectionModel

java.lang.Object
  拡張org.asyrinx.brownie.tapestry.components.form.SimpleEnumPropertySelectionModel
すべての実装インタフェース:
org.apache.tapestry.form.IPropertySelectionModel

public class SimpleEnumPropertySelectionModel
extends java.lang.Object
implements org.apache.tapestry.form.IPropertySelectionModel

作成者:
akima

コンストラクタの概要
SimpleEnumPropertySelectionModel(org.apache.commons.lang.enum.Enum[] enums)
           
 
メソッドの概要
 java.lang.String getLabel(int index)
           
 java.lang.Object getOption(int index)
           
 int getOptionCount()
           
 java.lang.String getValue(int index)
           
 java.lang.Object translateValue(java.lang.String value)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

SimpleEnumPropertySelectionModel

public SimpleEnumPropertySelectionModel(org.apache.commons.lang.enum.Enum[] enums)
メソッドの詳細

getOptionCount

public int getOptionCount()
定義:
インタフェース org.apache.tapestry.form.IPropertySelectionModel 内の getOptionCount
関連項目:
IPropertySelectionModel.getOptionCount()

getOption

public java.lang.Object getOption(int index)
定義:
インタフェース org.apache.tapestry.form.IPropertySelectionModel 内の getOption
関連項目:
IPropertySelectionModel.getOption(int)

getLabel

public java.lang.String getLabel(int index)
定義:
インタフェース org.apache.tapestry.form.IPropertySelectionModel 内の getLabel
関連項目:
IPropertySelectionModel.getLabel(int)

getValue

public java.lang.String getValue(int index)
定義:
インタフェース org.apache.tapestry.form.IPropertySelectionModel 内の getValue
関連項目:
IPropertySelectionModel.getValue(int)

translateValue

public java.lang.Object translateValue(java.lang.String value)
定義:
インタフェース org.apache.tapestry.form.IPropertySelectionModel 内の translateValue
関連項目:
IPropertySelectionModel.translateValue(java.lang.String)


Copyright © 2004 asyrinx organization. All Rights Reserved.