org.kuali.rice.kew.help.web
Class HelpForm

java.lang.Object
  extended by org.apache.struts.action.ActionForm
      extended by org.kuali.rice.kns.web.struts.pojo.PojoFormBase
          extended by org.kuali.rice.kns.web.struts.form.KualiForm
              extended by org.kuali.rice.kew.help.web.HelpForm
All Implemented Interfaces:
Serializable, PojoForm

public class HelpForm
extends KualiForm

Struts ActionForm for HelpAction.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
private  HelpEntry helpEntry
           
private  String helpId
           
private  boolean isAdmin
           
private static long serialVersionUID
           
private  String showDelete
           
private  String showEdit
           
 
Fields inherited from class org.kuali.rice.kns.web.struts.form.KualiForm
extraButtons
 
Fields inherited from class org.kuali.rice.kns.web.struts.pojo.PojoFormBase
requiredNonEditableProperties
 
Fields inherited from class org.apache.struts.action.ActionForm
multipartRequestHandler, servlet
 
Constructor Summary
HelpForm()
           
 
Method Summary
 HelpEntry getHelpEntry()
           
 String getHelpId()
           
 boolean getIsAdmin()
           
 String getShowDelete()
           
 String getShowEdit()
           
 void setHelpEntry(HelpEntry helpEntry)
           
 void setHelpId(String helpId)
           
 void setIsAdmin(boolean isAdmin)
           
 void setShowDelete(String showDelete)
           
 void setShowEdit(String showEdit)
           
 
Methods inherited from class org.kuali.rice.kns.web.struts.form.KualiForm
addRequiredNonEditableProperties, clearEditablePropertyInformation, getActionFormUtilMap, getAnchor, getBackLocation, getCurrentTabIndex, getDisplayedErrors, getDisplayedInfo, getDisplayedWarnings, getDocInfo, getExtraButton, getExtraButtons, getFieldNameToFocusOnAfterSubmit, getHeaderNavigationTabs, getMethodToCall, getNavigationCss, getNextArbitrarilyHighIndex, getNumColumns, getRefreshCaller, getTabState, getTabStates, incrementTabIndex, isFieldLevelHelpEnabled, populate, populateBackLocation, populateFieldLevelHelpEnabled, reset, reset, retrieveFormValueForLookupInquiryParameters, setActionFormUtilMap, setAnchor, setBackLocation, setCurrentTabIndex, setDerivedValuesOnForm, setDocInfo, setExtraButton, setExtraButtons, setFieldLevelHelpEnabled, setFieldNameToFocusOnAfterSubmit, setHeaderNavigationTabs, setMethodToCall, setNavigationCss, setNumColumns, setRefreshCaller, setTabStates, shouldMethodToCallParameterBeUsed, shouldPropertyBePopulatedInForm
 
Methods inherited from class org.kuali.rice.kns.web.struts.pojo.PojoFormBase
addMaxUploadSize, cacheUnconvertedValue, copyPopulateEditablePropertiesToActionEditableProperties, customInitMaxUploadSizes, formatterClassForKeypath, formatValue, getActionEditablePropertiesGuid, getEditableProperties, getFormatter, getFormatterTypes, getIsNewForm, getMaxUploadSizes, getMethodToCallsToBypassSessionRetrievalForGETRequests, getParameter, getParameterValues, getPopulateEditableProperties, getPopulateEditablePropertiesGuid, getPropertyType, getRequiredNonEditableProperties, getStrutsActionMappingScope, getUnconvertedValues, getUnknownKeys, initMaxUploadSizes, isPropertyEditable, isPropertyNonEditableButRequired, populateForProperty, postprocessRequestParameters, processValidationFail, registerEditableProperty, registerIsNewForm, registerRequiredNonEditableProperty, registerStrutsActionMappingScope, setActionEditablePropertiesGuid, setFormatterType, setFormatterTypes, setPopulateEditablePropertiesGuid, setUnconvertedValues
 
Methods inherited from class org.apache.struts.action.ActionForm
getMultipartRequestHandler, getServlet, getServletWrapper, setMultipartRequestHandler, setServlet, validate, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

helpEntry

private HelpEntry helpEntry

helpId

private String helpId

showEdit

private String showEdit

isAdmin

private boolean isAdmin

showDelete

private String showDelete
Constructor Detail

HelpForm

public HelpForm()
Method Detail

getHelpEntry

public HelpEntry getHelpEntry()

setHelpEntry

public void setHelpEntry(HelpEntry helpEntry)

getShowEdit

public String getShowEdit()

setShowEdit

public void setShowEdit(String showEdit)

getIsAdmin

public boolean getIsAdmin()

setIsAdmin

public void setIsAdmin(boolean isAdmin)

getShowDelete

public String getShowDelete()

setShowDelete

public void setShowDelete(String showDelete)

getHelpId

public String getHelpId()

setHelpId

public void setHelpId(String helpId)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.