org.seasar.tuigwaa.controller
クラス DataFilterForm
java.lang.Object
org.apache.struts.action.ActionForm
org.apache.struts.validator.ValidatorForm
org.seasar.tuigwaa.util.ajax.AbstractRowSetForm
org.seasar.tuigwaa.controller.AbstractFieldFilterForm
org.seasar.tuigwaa.controller.DataFilterForm
- すべての実装インタフェース:
- Ajaxlizable, org.apache.commons.collections.Factory, RowSetForm, Serializable
- public class DataFilterForm
- extends AbstractFieldFilterForm
フィルタを作成するフォームに対応
- 作成者:
- nishioka
- 関連項目:
- 直列化された形式
クラス org.apache.struts.validator.ValidatorForm から継承したフィールド |
page, validatorResults |
クラス org.apache.struts.action.ActionForm から継承したフィールド |
multipartRequestHandler, servlet |
クラス org.seasar.tuigwaa.controller.AbstractFieldFilterForm から継承したメソッド |
createFieldForm, createFieldForm, getEntity, getFunction, getFunction, getHtmlCell, getName, isDisjunction, setDisjunction, setEntity, setName |
クラス org.seasar.tuigwaa.util.ajax.AbstractRowSetForm から継承したメソッド |
addEvent, addRow, addRowAll, addRowByAjax, bindTypeEvent, bindTypeEvent, create, createJSONObject, createRemoveButtonHtml, createTextArea, createTextField, createTextField, createTextField, getLastIndex, getMessage, getPrefix, getRow, getRowSet, getSharedKey, initializeByAjax, isChangedRowElement, isSharable, removeRow, removeRowByAjax, replaceCellByAjax, replaceRow, replaceRowByAjax, retrieveEvents, sendEvent, setChangedRowElement, setRowSet, setSharedObject |
クラス org.apache.struts.validator.ValidatorForm から継承したメソッド |
getPage, getResultValueMap, getValidationKey, getValidatorResults, setPage, setValidatorResults |
クラス org.apache.struts.action.ActionForm から継承したメソッド |
getMultipartRequestHandler, getServlet, getServletWrapper, reset, setMultipartRequestHandler, setServlet, validate |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DataFilterForm
public DataFilterForm(TgwEntity entity)
DataFilterForm
public DataFilterForm(TgwEntity entity,
String aggregationName)
DataFilterForm
public DataFilterForm(TgwEntity entity,
CriteriaExeFunction function)
getFirstResult
public Integer getFirstResult()
setFirstResult
public void setFirstResult(Integer firstResult)
getMaxResult
public Integer getMaxResult()
setMaxResult
public void setMaxResult(Integer maxResult)
isColumnSelected
public boolean isColumnSelected()
setColumnSelected
public void setColumnSelected(boolean columnSelected)
getSelectedColumns
public String[] getSelectedColumns()
setSelectedColumns
public void setSelectedColumns(String[] selectedColumns)
getAggregationName
public String getAggregationName()
getFieldList
public Collection getFieldList()
removeRow
protected void removeRow(int index,
Object row)
- 定義:
- クラス
AbstractRowSetForm
内の removeRow
getHtmlData
protected String[] getHtmlData(int index,
Object row)
- 定義:
- クラス
AbstractRowSetForm
内の getHtmlData
createRow
protected Object createRow(int index,
String value)
- 定義:
- クラス
AbstractRowSetForm
内の createRow
createNewRow
protected Object createNewRow()
- 定義:
- クラス
AbstractRowSetForm
内の createNewRow
getDataFilterFunction
public CriteriaExeFunction getDataFilterFunction()
- This method is called by DatgaFilterAction. User input data is converted
to DataFilterFunction Object.
getUnaryCriteriaFunction
public UnaryCriteriaFunction getUnaryCriteriaFunction()
reset
public void reset(org.apache.struts.action.ActionMapping arg0,
javax.servlet.http.HttpServletRequest arg1)
validate
public org.apache.struts.action.ActionErrors validate(org.apache.struts.action.ActionMapping arg0,
javax.servlet.http.HttpServletRequest arg1)
getDataFilterFormOrderRow
public DataFilterForm.DataFilterFormOrderRow getDataFilterFormOrderRow(int index)
setDataFilterFormOrderRow
public void setDataFilterFormOrderRow(DataFilterForm.DataFilterFormOrderRow orderRow)
setDataFilterFormOrderRows
public void setDataFilterFormOrderRows(List dataFilterFormOrderRows)
getDataFilterFormOrderRows
public Collection getDataFilterFormOrderRows()
getNotOrderFields
public Collection getNotOrderFields()
Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.