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

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

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

作成者:
akima

コンストラクタの概要
SimpleObjectPropertySelectModel(java.lang.Object[] objects, java.lang.String propertyName)
           
 
メソッドの概要
 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
 

コンストラクタの詳細

SimpleObjectPropertySelectModel

public SimpleObjectPropertySelectModel(java.lang.Object[] objects,
                                       java.lang.String propertyName)
メソッドの詳細

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.