| $availableDisplayFormats | HTMLForm | protected |
| $availableSubclassDisplayFormats | HTMLForm | protected |
| $displayFormat | VFormHTMLForm | protected |
| $mAction | HTMLForm | protected |
| $mAutocomplete | HTMLForm | protected |
| $mButtons | HTMLForm | protected |
| $mCancelTarget | HTMLForm | protected |
| $mCollapsed | HTMLForm | protected |
| $mCollapsible | HTMLForm | protected |
| $mFieldData | HTMLForm | |
| $mFieldTree | HTMLForm | protected |
| $mFlatFields | HTMLForm | protected |
| $mFooter | HTMLForm | protected |
| $mFormIdentifier | HTMLForm | protected |
| $mHeader | HTMLForm | protected |
| $mHiddenFields | HTMLForm | protected |
| $mId | HTMLForm | protected |
| $mMessagePrefix | HTMLForm | protected |
| $mMethod | HTMLForm | protected |
| $mName | HTMLForm | protected |
| $mPost | HTMLForm | protected |
| $mPre | HTMLForm | protected |
| $mSectionFooters | HTMLForm | protected |
| $mSectionHeaders | HTMLForm | protected |
| $mShowCancel | HTMLForm | protected |
| $mShowReset | HTMLForm | protected |
| $mShowSubmit | HTMLForm | protected |
| $mSubmitCallback | HTMLForm | protected |
| $mSubmitFlags | HTMLForm | protected |
| $mSubmitID | HTMLForm | protected |
| $mSubmitName | HTMLForm | protected |
| $mSubmitText | HTMLForm | protected |
| $mSubmitTooltip | HTMLForm | protected |
| $mSubSectionBeforeFields | HTMLForm | protected |
| $mTableId | HTMLForm | protected |
| $mTitle | HTMLForm | protected |
| $mTokenSalt | HTMLForm | protected |
| $mUseMultipart | HTMLForm | protected |
| $mValidationErrorMessage | HTMLForm | protected |
| $mWasSubmitted | HTMLForm | protected |
| $mWrapperAttributes | HTMLForm | protected |
| $mWrapperLegend | VFormHTMLForm | protected |
| $typeMappings | HTMLForm | static |
| __construct( $descriptor, IContextSource $context, $messagePrefix='') | HTMLForm | |
| addButton( $data) | HTMLForm | |
| addFields( $descriptor) | HTMLForm | |
| addFooterHtml( $html, $section=null) | HTMLForm | |
| addFooterText( $msg, $section=null) | HTMLForm | |
| addHeaderHtml( $html, $section=null) | HTMLForm | |
| addHeaderText( $msg, $section=null) | HTMLForm | |
| addHiddenField( $name, $value, array $attribs=[]) | HTMLForm | |
| addHiddenFields(array $fields) | HTMLForm | |
| addPostHtml( $html) | HTMLForm | |
| addPostText( $msg) | HTMLForm | |
| addPreHtml( $html) | HTMLForm | |
| addPreText( $msg) | HTMLForm | |
| canUseWikiPage() | ContextSource | |
| displayForm( $submitResult) | HTMLForm | |
| displaySection( $fields, $sectionName='', $fieldsetIDPrefix='', &$hasUserVisibleFields=false) | HTMLForm | |
| exportSession() | ContextSource | |
| factory( $displayFormat, $descriptor, IContextSource $context, $messagePrefix='') | HTMLForm | static |
| filterDataForSubmit( $data) | HTMLForm | |
| formatErrors( $errors) | HTMLForm | |
| formatSection(array $fieldsHtml, $sectionName, $anyFieldHasLabel) | HTMLForm | protected |
| getAction() | HTMLForm | |
| getActionName() | ContextSource | |
| getAuthority() | ContextSource | |
| getBody() | HTMLForm | |
| getButtons() | VFormHTMLForm | |
| getCancelTargetURL() | HTMLForm | protected |
| getClassFromDescriptor( $fieldname, &$descriptor) | HTMLForm | static |
| getConfig() | ContextSource | |
| getContext() | ContextSource | |
| getCsrfTokenSet() | ContextSource | |
| getDisplayFormat() | HTMLForm | |
| getErrorsOrWarnings( $elements, $elementsType) | HTMLForm | |
| getField( $fieldname) | HTMLForm | |
| getFooterHtml( $section=null) | HTMLForm | |
| getFooterText( $section=null) | HTMLForm | |
| getFormAttributes() | VFormHTMLForm | protected |
| getHeaderHtml( $section=null) | HTMLForm | |
| getHeaderText( $section=null) | HTMLForm | |
| getHiddenFields() | HTMLForm | |
| getHTML( $submitResult) | VFormHTMLForm | |
| getLanguage() | ContextSource | |
| getLegend( $key) | HTMLForm | |
| getMessage( $value) | HTMLForm | protected |
| getMethod() | HTMLForm | |
| getOutput() | ContextSource | |
| getPostHtml() | HTMLForm | |
| getPreHtml() | HTMLForm | |
| getPreText() | HTMLForm | |
| getRequest() | ContextSource | |
| getSkin() | ContextSource | |
| getStats() | ContextSource | |
| getSubmitText() | HTMLForm | |
| getTiming() | ContextSource | |
| getTitle() | HTMLForm | |
| getUser() | ContextSource | |
| getWikiPage() | ContextSource | |
| hasField( $fieldname) | HTMLForm | |
| loadData() | HTMLForm | |
| loadFieldData() | HTMLForm | protected |
| loadInputFromParameters( $fieldname, $descriptor, HTMLForm $parent=null) | VFormHTMLForm | static |
| msg( $key,... $params) | ContextSource | |
| needsJSForHtml5FormValidation() | HTMLForm | |
| prepareForm() | HTMLForm | |
| setAction( $action) | HTMLForm | |
| setAutocomplete( $autocomplete) | HTMLForm | |
| setCancelTarget( $target) | HTMLForm | |
| setCollapsibleOptions( $collapsedByDefault=false) | HTMLForm | |
| setContext(IContextSource $context) | ContextSource | |
| setDisplayFormat( $format) | HTMLForm | |
| setFooterHtml( $html, $section=null) | HTMLForm | |
| setFooterText( $msg, $section=null) | HTMLForm | |
| setFormIdentifier( $ident) | HTMLForm | |
| setHeaderHtml( $html, $section=null) | HTMLForm | |
| setHeaderText( $msg, $section=null) | HTMLForm | |
| setId( $id) | HTMLForm | |
| setIntro( $msg) | HTMLForm | |
| setMessagePrefix( $p) | HTMLForm | |
| setMethod( $method='post') | HTMLForm | |
| setName( $name) | HTMLForm | |
| setPostHtml( $html) | HTMLForm | |
| setPostText( $msg) | HTMLForm | |
| setPreHtml( $html) | HTMLForm | |
| setPreText( $msg) | HTMLForm | |
| setSubmitCallback( $cb) | HTMLForm | |
| setSubmitDestructive() | HTMLForm | |
| setSubmitID( $t) | HTMLForm | |
| setSubmitName( $name) | HTMLForm | |
| setSubmitText( $t) | HTMLForm | |
| setSubmitTextMsg( $msg) | HTMLForm | |
| setSubmitTooltip( $name) | HTMLForm | |
| setTableId( $id) | HTMLForm | |
| setTitle( $t) | HTMLForm | |
| setTokenSalt( $salt) | HTMLForm | |
| setValidationErrorMessage( $msg) | HTMLForm | |
| setWrapperAttributes( $attributes) | HTMLForm | |
| setWrapperLegend( $legend) | HTMLForm | |
| setWrapperLegendMsg( $msg) | HTMLForm | |
| show() | HTMLForm | |
| showAlways() | HTMLForm | |
| showCancel( $show=true) | HTMLForm | |
| suppressDefaultSubmit( $suppressSubmit=true) | HTMLForm | |
| suppressReset( $suppressReset=true) | HTMLForm | |
| tryAuthorizedSubmit() | HTMLForm | |
| trySubmit() | HTMLForm | |
| wasSubmitted() | HTMLForm | |
| wrapFieldSetSection( $legend, $section, $attributes, $isRoot) | HTMLForm | protected |
| wrapForm( $html) | VFormHTMLForm | |