Uiinfrastructure API Docs  
 

ApprovalControl Fields

The fields of the ApprovalControl class are listed below. For a complete list of ApprovalControl class members, see the ApprovalControl Members topic.

Public Static Fields

PARAM_ADD_COMMENT 
PARAM_APPLY 
PARAM_APPROVE_ALL 
PARAM_CLEAR 
PARAM_CURRENT_TYPE 
PARAM_EDIT_ITEM 
PARAM_FINISH 
PARAM_GOTO_PAGE 
PARAM_GOTO_TYPE 
PARAM_HOLD_ALL 
PARAM_NEXT_PAGE 
PARAM_PREV_PAGE 
PARAM_REJECT_ALL 
POSTTOSELF_ACTION_ADD_COMMENT 
POSTTOSELF_ACTION_APPLY 
POSTTOSELF_ACTION_APPROVE_ALL 
POSTTOSELF_ACTION_CLEAR 
POSTTOSELF_ACTION_GOTO_RANGE 
POSTTOSELF_ACTION_GOTO_TYPE 
POSTTOSELF_ACTION_HOLD_ALL 
POSTTOSELF_ACTION_NEXT_PAGE 
POSTTOSELF_ACTION_PREVIOUS_PAGE 
POSTTOSELF_ACTION_REJECT_ALL 
POSTTOSELF_ACTION_SELECT_ALL 
POSTTOSELF_ACTION_SORT_DATE 
POSTTOSELF_ACTION_SORT_NAME 
POSTTOSELF_ACTION_SORT_SUBMITTEDBY 
POSTTOSELF_ACTION_UNSELECT_ALL 
STR_MVC_CLASS_NAME 

Protected Instance Fields

m_asOwner (inherited from RepostControl) JF- Associated Activity Space.
m_bInitialized (inherited from RepostControl) has Init() been called properly?
m_htFormData (inherited from RepostControl) Variables for the lifetime of the execute(). Just for convenience. (Contains all the form params from the request.)
m_model (inherited from RepostControl) JF- Associated Model
m_nAction (inherited from RepostControl) JF- Value of the repost action
m_nPageStatus (inherited from RepostControl) JF- Server side validation. Current state. Note that if the state is set to invalid, all it does is it will not perform the changePage and finish actions. Also note that this framework does not provide any way to set the error/status message to display to the end user. Another framework is responsible for it. Finaly note that multiple save methods might return invalid on the same DP but we don't want to keep an array of status returned, we just need to know if invalid was returned at least once.
m_rRedirect (inherited from RepostControl) JF- Redirect object. Used to redirect at the end of the Form.

See Also

ApprovalControl Class | com.plumtree.uiinfrastructure.approval Namespace