org.seasar.tuigwaa.controller
クラス CustomFormForm.CustomFormRow

java.lang.Object
  拡張org.seasar.tuigwaa.controller.CustomFormForm.CustomFormRow
含まれているクラス:
CustomFormForm

public static class CustomFormForm.CustomFormRow
extends Object


フィールドの概要
static int OPTION_IGNORE
           
static int OPTION_INPUT
           
static int OPTION_VALUE
           
 
コンストラクタの概要
CustomFormForm.CustomFormRow(TgwAttribute attr)
           
 
メソッドの概要
 String getAttrName()
           
 Object getConvertedValue()
           
 String[] getHtml(int index)
           
 int getOption()
           
 String getValue()
           
 String[] getValues()
           
 void setOption(int option)
           
 void setValue(String value)
           
 void setValues(String[] values)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

OPTION_IGNORE

public static final int OPTION_IGNORE
関連項目:
定数フィールド値

OPTION_INPUT

public static final int OPTION_INPUT
関連項目:
定数フィールド値

OPTION_VALUE

public static final int OPTION_VALUE
関連項目:
定数フィールド値
コンストラクタの詳細

CustomFormForm.CustomFormRow

public CustomFormForm.CustomFormRow(TgwAttribute attr)
メソッドの詳細

getHtml

public String[] getHtml(int index)

setOption

public void setOption(int option)

getOption

public int getOption()

setValue

public void setValue(String value)

setValues

public void setValues(String[] values)

getValues

public String[] getValues()

getValue

public String getValue()

getAttrName

public String getAttrName()

getConvertedValue

public Object getConvertedValue()


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.