Uiinfrastructure API Docs  
 

RepostControl Fields

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

Public Static Fields

HTMLINPUT_PASSTHRU_ARGS HTML Element: Pass thru arguments
HTMLINPUT_PASSTHRU_CONTROL The pass thru inputs need to be manually added in 508 mode if they are needed.
HTMLINPUT_POSTTOSELF Form element names
HTMLSUBMIT_508_POSTTOSELF HTML Element: 508 submit button
PAGE_STATUS_INVALID JF- Page status: Invalid
PAGE_STATUS_VALID JF- Page status: Valid
POSTTOSELF_ACTION_APPLY_CHANGES JF- Repost Action: Apply changes
POSTTOSELF_ACTION_CANCEL JF- Repost Action: Cancel
POSTTOSELF_ACTION_FINISH JF- Repost Action: Finish
POSTTOSELF_ACTION_GOTOPAGE JF- Repost Action: Change page
POSTTOSELF_ACTION_IN_PLACE_REFRESH RW- Repost Action: In place refresh
POSTTOSELF_ACTION_PASSTHRU JF- Repost Action: Pass thru
POSTTOSELF_ACTION_SIMPLEREPOST JF- Repost Action: Simple repost
POSTTOSELF_ACTION_UNDEFINED JF- Repost Action: Undefined
STR_MVC_CLASS_NAME Object Name for AS

Protected Instance Fields

m_asOwner JF- Associated Activity Space.
m_bInitialized has Init() been called properly?
m_htFormData Variables for the lifetime of the execute(). Just for convenience. (Contains all the form params from the request.)
m_model JF- Associated Model
m_nAction JF- Value of the repost action
m_nPageStatus 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 JF- Redirect object. Used to redirect at the end of the Form.

See Also

RepostControl Class | com.plumtree.uiinfrastructure.form Namespace