org.seasar.tuigwaa.controller
クラス AbstractFieldFilterForm.DateFieldForm

java.lang.Object
  拡張org.seasar.tuigwaa.controller.AbstractFieldFilterForm.FieldForm
      拡張org.seasar.tuigwaa.controller.AbstractFieldFilterForm.DateFieldForm
直系の既知のサブクラス:
AbstractFieldFilterForm.TimestampForm
含まれているクラス:
AbstractFieldFilterForm

public static class AbstractFieldFilterForm.DateFieldForm
extends AbstractFieldFilterForm.FieldForm


フィールドの概要
 
クラス org.seasar.tuigwaa.controller.AbstractFieldFilterForm.FieldForm から継承したフィールド
BETWEEN, DATEFUNC, EQ, GE, GT, ISNOTNULL, ISNULL, LE, LIKE_HEAD, LIKE_IN, LIKE_TAIL, LT, NE, SECURITY
 
コンストラクタの概要
AbstractFieldFilterForm.DateFieldForm()
           
 
メソッドの概要
 int getDate()
           
 int getDate2()
           
 int getMonth()
           
 int getMonth2()
           
 String[] getPickTypes()
           
 String getSelectType()
           
 Object getValue()
           
protected  String getValueHtml(int index)
           
protected  String getValueHtml(int index, boolean isSuffix)
           
protected  String getValueHtml(int index, String fieldName)
           
 int getYear()
           
 int getYear2()
           
 void setDate(int date)
           
 void setDate2(int date2)
           
 void setMonth(int month)
           
 void setMonth2(int month2)
           
 void setSelectType(String selectType)
           
 void setValue(Object value)
           
 void setYear(int year)
           
 void setYear2(int year2)
           
protected  String updateValueHtml(int index, String restriction)
           
 
クラス org.seasar.tuigwaa.controller.AbstractFieldFilterForm.FieldForm から継承したメソッド
createRemoveButton, getDisplayName, getEntity, getField, getFieldName, getHtmlData, getType, isNeedValue, isNullablePickType, setDisplayName, setEntity, setFieldName, setNeedValue, setType, setVisitor
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

AbstractFieldFilterForm.DateFieldForm

public AbstractFieldFilterForm.DateFieldForm()
メソッドの詳細

getPickTypes

public String[] getPickTypes()

getSelectType

public String getSelectType()

setSelectType

public void setSelectType(String selectType)

getYear

public int getYear()

setYear

public void setYear(int year)

getMonth

public int getMonth()

setMonth

public void setMonth(int month)

getDate

public int getDate()

setDate

public void setDate(int date)

getDate2

public int getDate2()

setDate2

public void setDate2(int date2)

getMonth2

public int getMonth2()

setMonth2

public void setMonth2(int month2)

getYear2

public int getYear2()

setYear2

public void setYear2(int year2)

getValue

public Object getValue()
オーバーライド:
クラス AbstractFieldFilterForm.FieldForm 内の getValue

getValueHtml

protected String getValueHtml(int index,
                              String fieldName)
オーバーライド:
クラス AbstractFieldFilterForm.FieldForm 内の getValueHtml

setValue

public void setValue(Object value)
オーバーライド:
クラス AbstractFieldFilterForm.FieldForm 内の setValue

updateValueHtml

protected String updateValueHtml(int index,
                                 String restriction)
オーバーライド:
クラス AbstractFieldFilterForm.FieldForm 内の updateValueHtml

getValueHtml

protected String getValueHtml(int index)

getValueHtml

protected String getValueHtml(int index,
                              boolean isSuffix)


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