public class ReportTrackingLookupForm
extends org.kuali.rice.kns.web.struts.form.LookupForm
HEADER_BAR_ENABLED_PARAM, SEARCH_CRITERIA_ENABLED_PARAM| Constructor and Description |
|---|
ReportTrackingLookupForm() |
| Modifier and Type | Method and Description |
|---|---|
ReportTrackingView |
getCurrentView() |
int |
getCurrentViewIndex() |
List<String> |
getCustomDetailFields() |
List<String> |
getCustomGroupByFields() |
List<String> |
getDetailFields() |
List<ReportTracking> |
getDetailResults() |
Integer |
getGroupByResultIndex() |
List<String> |
getGroupedByDisplayFields() |
List<String> |
getGroupedByFields() |
List<ReportTracking> |
getGroupedByResults() |
String |
getMoveField() |
Integer |
getNewColumnIndex() |
ReportTrackingSearchViews |
getReportTrackingViews() |
void |
init() |
boolean |
isPropertyEditable(String propertyName)
The Ajax details contain an open award button and as we don't know all the award numbers
beforehand we have to check for the openAwardReports link here.
|
boolean |
isViewRawResults() |
void |
resetCustomFields()
Reset the custom fields to the defaults defined via Spring(ReportTrackingSearchViews).
|
void |
setCurrentView()
Using the current view index, set the current view and the groupedByFields,
groupedByDisplayFields, and detailFields list of columns.
|
void |
setCurrentViewIndex(int index) |
void |
setCustomDetailFields(List<String> customDetailFields) |
void |
setCustomGroupByFields(List<String> customGroupByFields) |
void |
setDetailFields(List<String> detailFields) |
void |
setDetailResults(List<ReportTracking> detailResults) |
void |
setGroupByResultIndex(Integer groupByResultIndex) |
void |
setGroupedByDisplayFields(List<String> groupedByDisplayFields) |
void |
setGroupedByFields(List<String> groupedByFields) |
void |
setGroupedByResults(List<ReportTracking> groupedByResults) |
void |
setMoveField(String moveField) |
void |
setNewColumnIndex(Integer newColumnIndex) |
void |
setReportTrackingViews(ReportTrackingSearchViews reportTrackingViews) |
void |
setViewRawResults(boolean viewRawResults) |
addRequiredNonEditableProperties, getBusinessObjectClassName, getConversionFields, getDocNum, getExtraButtonParams, getExtraButtonSource, getFieldConversions, getFields, getFieldsForLookup, getFormKey, getHtmlDataType, getIsAdvancedSearch, getLookupable, getLookupable, getLookupableImplServiceName, getLookupAnchor, getLookupObjectId, getPrimaryKeyFieldLabels, getReadOnlyFields, getReadOnlyFieldsList, getReferencesToRefresh, getRenderSearchButtons, isActionUrlsExist, isDdExtraButton, isDisableSearchButtons, isHasReturnableRow, isHeaderBarEnabled, isHideReturnLink, isLookupCriteriaEnabled, isMultipleValues, isSearchUsingOnlyPrimaryKeyValues, isShowMaintenanceLinks, isSupplementalActionsEnabled, isSuppressActions, populate, postprocessRequestParameters, setActionUrlsExist, setBusinessObjectClassName, setConversionFields, setDdExtraButton, setDisableSearchButtons, setDocNum, setExtraButtonParams, setExtraButtonSource, setFieldConversions, setFields, setFieldsForLookup, setFormKey, setHasReturnableRow, setHeaderBarEnabled, setHideReturnLink, setHtmlDataType, setIsAdvancedSearch, setLookupable, setLookupableImplServiceName, setLookupAnchor, setLookupCriteriaEnabled, setLookupObjectId, setMultipleValues, setPrimaryKeyFieldLabels, setReadOnlyFields, setReadOnlyFieldsList, setReferencesToRefresh, setSearchUsingOnlyPrimaryKeyValues, setShowMaintenanceLinks, setSupplementalActionsEnabled, setSuppressActionsclearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getBackLocation, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getExtraButtons, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getMethodToCall, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populateBackLocation, populateFieldLevelHelpEnabled, reset, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setBackLocation, setCurrentTabIndex, setDerivedValuesOnForm, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setMethodToCall, setNavigationCss, setNumColumns, setRefreshCaller, setTabStates, shouldMethodToCallParameterBeUsed, shouldPropertyBePopulatedInFormaddMaxUploadSize, cacheUnconvertedValue, copyPopulateEditablePropertiesToActionEditableProperties, customInitMaxUploadSizes, formatterClassForKeypath, formatValue, getActionEditablePropertiesGuid, getEditableProperties, getFormatter, getFormatterTypes, getIsNewForm, getMaxUploadSizes, getMethodToCallsToBypassSessionRetrievalForGETRequests, getParameter, getParameterValues, getPopulateEditableProperties, getPopulateEditablePropertiesGuid, getPropertyType, getRequiredNonEditableProperties, getStrutsActionMappingScope, getUnconvertedValues, getUnknownKeys, initMaxUploadSizes, isPropertyNonEditableButRequired, populateForProperty, processValidationFail, registerEditableProperty, registerIsNewForm, registerRequiredNonEditableProperty, registerStrutsActionMappingScope, setActionEditablePropertiesGuid, setFormatterType, setFormatterTypes, setPopulateEditablePropertiesGuid, setUnconvertedValuespublic void init()
public void resetCustomFields()
public boolean isPropertyEditable(String propertyName)
isPropertyEditable in class org.kuali.rice.kns.web.struts.form.pojo.PojoFormBasePojoFormBase.isPropertyEditable(java.lang.String)public ReportTrackingView getCurrentView()
public void setCurrentView()
public int getCurrentViewIndex()
public void setCurrentViewIndex(int index)
public List<ReportTracking> getGroupedByResults()
public void setGroupedByResults(List<ReportTracking> groupedByResults)
public void setGroupedByDisplayFields(List<String> groupedByDisplayFields)
public List<ReportTracking> getDetailResults()
public void setDetailResults(List<ReportTracking> detailResults)
public Integer getGroupByResultIndex()
public void setGroupByResultIndex(Integer groupByResultIndex)
public void setReportTrackingViews(ReportTrackingSearchViews reportTrackingViews)
public ReportTrackingSearchViews getReportTrackingViews()
public boolean isViewRawResults()
public void setViewRawResults(boolean viewRawResults)
public Integer getNewColumnIndex()
public void setNewColumnIndex(Integer newColumnIndex)
public String getMoveField()
public void setMoveField(String moveField)
Copyright © 2013 The Kuali Foundation. All Rights Reserved.