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

java.lang.Object
  拡張org.seasar.tuigwaa.controller.AbstractFieldFilterForm.FieldForm
直系の既知のサブクラス:
AbstractFieldFilterForm.BooleanFieldForm, AbstractFieldFilterForm.DateFieldForm, AbstractFieldFilterForm.DoubleFieldForm, AbstractFieldFilterForm.FloatFieldForm, AbstractFieldFilterForm.IntegerFieldForm, AbstractFieldFilterForm.LongFieldForm, AbstractFieldFilterForm.StringFieldForm
含まれているクラス:
AbstractFieldFilterForm

public abstract static class AbstractFieldFilterForm.FieldForm
extends Object


フィールドの概要
protected static String BETWEEN
           
protected static String DATEFUNC
           
protected static String EQ
           
protected static String GE
           
protected static String GT
           
protected static String ISNOTNULL
           
protected static String ISNULL
           
protected static String LE
           
protected static String LIKE_HEAD
           
protected static String LIKE_IN
           
protected static String LIKE_TAIL
           
protected static String LT
           
protected static String NE
           
protected static String SECURITY
           
 
コンストラクタの概要
AbstractFieldFilterForm.FieldForm()
           
 
メソッドの概要
protected  String createRemoveButton(int index)
           
 String getDisplayName()
           
protected  TgwEntity getEntity()
           
 TgwAttribute getField()
           
 String getFieldName()
           
 String[] getHtmlData(int index)
           
 String getType()
           
 Object getValue()
           
protected  String getValueHtml(int index, String fieldName)
           
 boolean isNeedValue()
           
protected  boolean isNullablePickType(String restriction)
           
 void setDisplayName(String displayName)
           
 void setEntity(TgwEntity entity)
           
 void setFieldName(String fieldName)
           
 void setNeedValue(boolean needValue)
           
 void setType(String type)
           
 void setValue(Object value)
           
 void setVisitor(AttributeFormGenerateVisitor visitor)
           
protected  String updateValueHtml(int index, String restriction)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

EQ

protected static final String EQ
関連項目:
定数フィールド値

NE

protected static final String NE
関連項目:
定数フィールド値

LE

protected static final String LE
関連項目:
定数フィールド値

LT

protected static final String LT
関連項目:
定数フィールド値

GE

protected static final String GE
関連項目:
定数フィールド値

GT

protected static final String GT
関連項目:
定数フィールド値

ISNULL

protected static final String ISNULL
関連項目:
定数フィールド値

ISNOTNULL

protected static final String ISNOTNULL
関連項目:
定数フィールド値

BETWEEN

protected static final String BETWEEN
関連項目:
定数フィールド値

DATEFUNC

protected static final String DATEFUNC
関連項目:
定数フィールド値

SECURITY

protected static final String SECURITY
関連項目:
定数フィールド値

LIKE_HEAD

protected static final String LIKE_HEAD
関連項目:
定数フィールド値

LIKE_TAIL

protected static final String LIKE_TAIL
関連項目:
定数フィールド値

LIKE_IN

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

AbstractFieldFilterForm.FieldForm

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

setDisplayName

public void setDisplayName(String displayName)

getDisplayName

public String getDisplayName()

setNeedValue

public void setNeedValue(boolean needValue)

setEntity

public void setEntity(TgwEntity entity)

setType

public void setType(String type)

getType

public String getType()

setFieldName

public void setFieldName(String fieldName)

getFieldName

public String getFieldName()

getField

public TgwAttribute getField()

isNeedValue

public boolean isNeedValue()

setValue

public void setValue(Object value)

getValue

public Object getValue()

getEntity

protected TgwEntity getEntity()

getHtmlData

public String[] getHtmlData(int index)

createRemoveButton

protected String createRemoveButton(int index)

getValueHtml

protected String getValueHtml(int index,
                              String fieldName)

updateValueHtml

protected String updateValueHtml(int index,
                                 String restriction)

setVisitor

public void setVisitor(AttributeFormGenerateVisitor visitor)

isNullablePickType

protected boolean isNullablePickType(String restriction)


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