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
クラス 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.