SPMobileCurrencyField Methods

Include Protected Members
Include Inherited Members

The SPMobileCurrencyField type exposes the following members.

Methods

  Name Description
Protected method AddedControl (Inherited from MobileControl.)
Public method AddLinkedForms (Inherited from MobileControl.)
Protected method AddParsedSubObject (Inherited from MobileControl.)
Protected method AllowApprove Gets a value indicating whether the current user has permission to approve items submitted to the specified list. (Inherited from SPMobileComponent.)
Protected method AllowDelete Gets a value indicating whether the current user has permission to delete the specified list item. (Inherited from SPMobileComponent.)
Protected method AllowEdit Gets a value indicating whether the current user has permission to edit the specified list item. (Inherited from SPMobileComponent.)
Protected method AllowNew Gets a value indicating whether the current user has permission to create new items for the specified list. (Inherited from SPMobileComponent.)
Protected method AllowView Gets a value indicating whether the current user has permission to view the specified list item. (Inherited from SPMobileComponent.)
Public method ApplyStyleSheetSkin (Inherited from MobileControl.)
Protected method BuildProfileTree (Inherited from Control.)
Protected method ClearChildControlState (Inherited from Control.)
Protected method ClearChildState (Inherited from Control.)
Protected method ClearChildViewState (Inherited from Control.)
Protected method CreateChildControls Creates any child controls that are required to render the field's value, such as a label control or a link control. (Inherited from SPMobileBaseFieldControl.)
Protected method CreateControlAsLabel Creates a label control that has the value of the field as its text. (Inherited from SPMobileBaseFieldControl.)
Protected method CreateControlAsLink Creates a link control that has the value of the field as its text and the URL of the field display page as its link target. (Inherited from SPMobileBaseFieldControl.)
Protected method CreateControlCollection (Inherited from Control.)
Protected method CreateControlForDisplay Creates a control for rendering the field on a Display item form. (Inherited from SPMobileBaseFieldControl.)
Protected method CreateControlForEdit Returns TextBoxControl after giving it the field's current value for use on an Edit page. (Inherited from SPMobileBaseTextField.)
Protected method CreateControlForNew Returns an empty TextBoxControl for use on a page for creating new list items. (Inherited from SPMobileBaseTextField.)
Protected method CreateControlForSimpleView Creates a control for rendering the field on the simple version of a list view page. (Inherited from SPMobileBaseFieldControl.)
Protected method CreateControlForThumbnailView Creates a control that presents the field as a thumbnail. (Inherited from SPMobileBaseFieldControl.)
Protected method CreateControlForView Creates a child Label control that will render, on a list view page, the value of the field. (Overrides SPMobileBaseFieldControl.CreateControlForView().)
Public method CreateDefaultTemplatedUI (Inherited from MobileControl.)
Protected method CreateStyle (Inherited from MobileControl.)
Protected method CreateTemplatedUI (Inherited from MobileControl.)
Protected method CreateValidators Creates an array of validator controls that include either or both of FieldValidatorControl and RequiredFieldValidatorControl, if they exist. (Inherited from SPMobileBaseTextField.)
Public method DataBind() (Inherited from Control.)
Protected method DataBind(Boolean) (Inherited from Control.)
Protected method DataBindChildren (Inherited from Control.)
Public method Dispose (Inherited from Control.)
Protected method EnsureChildControls (Inherited from Control.)
Protected method EnsureID (Inherited from Control.)
Public method EnsureTemplatedUI (Inherited from MobileControl.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method FindControl(String) (Inherited from Control.)
Protected method FindControl(String, Int32) (Inherited from Control.)
Public method Focus (Inherited from Control.)
Protected method GetAttribute (Inherited from MobileControl.)
Protected method GetDesignModeState (Inherited from Control.)
Protected method GetEllipsisString Gets a possibly truncated version of the specified String that is no longer than TextLengthLimit (the mobile rendering limit) and that has an ellipsis appended to the end if any characters have been trimmed from it. (Inherited from SPMobileComponent.)
Public method GetHashCode (Inherited from Object.)
Protected method GetParentMobileComponent Gets the parent SPMobileComponent object of the specified Control object. (Inherited from SPMobileComponent.)
Public method GetTemplate (Inherited from MobileControl.)
Public method GetType (Inherited from Object.)
Public method HasControls (Inherited from Control.)
Protected method HasEvents (Inherited from Control.)
Protected method IsFileItem Gets a value indicating whether the SPMobileComponent object is a file in a document library. (Inherited from SPMobileComponent.)
Protected method IsFolderItem Gets a value indicating whether the SPMobileComponent object is a folder. (Inherited from SPMobileComponent.)
Protected method IsFormSubmitControl (Inherited from MobileControl.)
Protected method IsLiteralContent (Inherited from Control.)
Protected method IsRecurrenceItem Gets a value that indicates whether the SPMobileComponent object is a recurring event on an list of events. (Inherited from SPMobileComponent.)
Public method IsVisibleOnPage (Inherited from MobileControl.)
Protected method LoadControlState (Inherited from Control.)
Protected method LoadPrivateViewState (Inherited from MobileControl.)
Protected method LoadViewState (Inherited from MobileControl.)
Protected method MapPathSecure (Inherited from Control.)
Protected method MemberwiseClone (Inherited from Object.)
Protected method NeedLinkRendering Gets a value indicating whether the field should be rendered as a link. (Inherited from SPMobileBaseFieldControl.)
Protected method OnBubbleEvent (Inherited from Control.)
Protected method OnDataBinding (Inherited from MobileControl.)
Protected method OnInit Represents the method that handles the Init event of a SPMobileBaseFieldControl object. (Inherited from SPMobileBaseFieldControl.)
Protected method OnLoad Represents the method that handles the Load event of a SPMobileBaseFieldControl object. (Inherited from SPMobileBaseFieldControl.)
Protected method OnPageChange (Inherited from MobileControl.)
Protected method OnPreRender Represents the method that handles the PreRender event of a SPMobileBaseTextFieldControl object. (Inherited from SPMobileBaseTextField.)
Protected method OnRender (Inherited from MobileControl.)
Protected method OnUnload (Inherited from MobileControl.)
Protected method OpenFile (Inherited from Control.)
Public method PaginateRecursive (Inherited from MobileControl.)
Protected method RaiseBubbleEvent (Inherited from Control.)
Protected method RegisterFieldControl Registers the SPMobileBaseFieldControl object. (Inherited from SPMobileBaseFieldControl.)
Protected method RemovedControl (Inherited from MobileControl.)
Protected method Render (Inherited from MobileControl.)
Public method RenderChildren (Inherited from MobileControl.)
Public method RenderControl(HtmlTextWriter) (Inherited from Control.)
Protected method RenderControl(HtmlTextWriter, ControlAdapter) (Inherited from Control.)
Protected method ResolveAdapter (Inherited from Control.)
Public method ResolveClientUrl (Inherited from Control.)
Public method ResolveFormReference (Inherited from MobileControl.)
Public method ResolveUrl (Inherited from MobileControl.)
Protected method SaveControlState (Inherited from Control.)
Protected method SavePrivateViewState (Inherited from MobileControl.)
Protected method SaveViewState (Inherited from MobileControl.)
Protected method SetAttribute (Inherited from MobileControl.)
Protected method SetDesignModeState (Inherited from Control.)
Public method SetRenderMethodDelegate (Inherited from Control.)
Public method ToString (Inherited from Object.)
Protected method TrackViewState (Inherited from MobileControl.)
Public method TrySaveFieldValue Saves the PostValue property as the new value for the field. (Inherited from SPMobileBaseFieldControl.)

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method IParserAccessor.AddParsedSubObject (Inherited from Control.)
Explicit interface implemetationPrivate method IAttributeAccessor.GetAttribute (Inherited from MobileControl.)
Explicit interface implemetationPrivate method IControlDesignerAccessor.GetDesignModeState (Inherited from Control.)
Explicit interface implemetationPrivate method IAttributeAccessor.SetAttribute (Inherited from MobileControl.)
Explicit interface implemetationPrivate method IControlDesignerAccessor.SetDesignModeState (Inherited from Control.)
Explicit interface implemetationPrivate method IControlDesignerAccessor.SetOwnerControl (Inherited from Control.)

Top

See Also

Reference

SPMobileCurrencyField Class

Microsoft.SharePoint.MobileControls Namespace