Click or drag to resize

OAuthLoginPage Class

[Missing <summary> documentation for "T:BlackBerry.Workspaces.OAuthLoginPage"]

Inheritance Hierarchy
SystemObject
  BindableObject
    Element
      VisualElement
        Page
          TemplatedPage
            ContentPage
              BlackBerry.WorkspacesOAuthLoginPage

Namespace:  BlackBerry.Workspaces
Assembly:  WorkspacesSdkFramework (in WorkspacesSdkFramework.dll) Version: 0.0.0.0
Syntax
C#
public class OAuthLoginPage : ContentPage

The OAuthLoginPage type exposes the following members.

Constructors
  NameDescription
Public methodOAuthLoginPage
Initializes a new instance of the OAuthLoginPage class
Top
Properties
  NameDescription
Public propertyAnchorX
Gets or sets the X component of the center point for any transform, relative to the bounds of the element. This is a bindable property.
(Inherited from VisualElement.)
Public propertyAnchorY
Gets or sets the Y component of the center point for any transform, relative to the bounds of the element. This is a bindable property.
(Inherited from VisualElement.)
Public propertyAutomationId
Gets or sets a value that allows the automation framework to find and interact with this element.
(Inherited from Element.)
Public propertyBackgroundColor
Gets or sets the color which will fill the background of a VisualElement. This is a bindable property.
(Inherited from VisualElement.)
Public propertyBackgroundImage
Identifies the image used as a background for the Page.
(Inherited from Page.)
Public propertyBehaviors
Gets the list of Behavior associated to this element. This is a bindable propery.
(Inherited from VisualElement.)
Public propertyBindingContext
Gets or sets object that contains the properties that will be targeted by the bound properties that belong to this BindableObject.
(Inherited from BindableObject.)
Public propertyBounds
Gets the bounds of the element.
(Inherited from VisualElement.)
Public propertyClassId
Gets or sets a value used to identify a collection of semantically similar elements.
(Inherited from Element.)
Public propertyContent
Gets or sets the view that contains the content of the Page.
(Inherited from ContentPage.)
Public propertyControlTemplate
Gets or sets the control template that is used to display content.
(Inherited from TemplatedPage.)
Public propertyEffects
A list of the effects that are applied to this item.
(Inherited from Element.)
Public propertyHeight
Gets the current rendered height of this element. This is a read-only bindable property.
(Inherited from VisualElement.)
Public propertyHeightRequest
Gets or sets the desired height override of this element.
(Inherited from VisualElement.)
Public propertyIcon
Resource identifier for the Page's associated icon.
(Inherited from Page.)
Public propertyId
Gets a value that can be used to uniquely identify an element through the run of an application.
(Inherited from Element.)
Public propertyInputTransparent
Gets or sets a value indicating whether this element should be involved in the user interaction cycle. This is a bindable property.
(Inherited from VisualElement.)
Public propertyIsBusy
Marks the Page as busy. This will cause the platform specific global activity indicator to show a busy state.
(Inherited from Page.)
Public propertyIsEnabled
Gets or sets a value indicating whether this element is enabled in the user interface. This is a bindable property.
(Inherited from VisualElement.)
Public propertyIsFocused
Gets a value indicating whether this element is focused currently. This is a bindable property.
(Inherited from VisualElement.)
Public propertyIsVisible
Gets or sets a value that determines whether this elements should be part of the visual tree or not. This is a bindable property.
(Inherited from VisualElement.)
Public propertyMinimumHeightRequest
Gets or sets a value which overrides the minimum height the element will request during layout.
(Inherited from VisualElement.)
Public propertyMinimumWidthRequest
Gets or sets a value which overrides the minimum width the element will request during layout.
(Inherited from VisualElement.)
Public propertyNavigation
Gets the context aware navigation interface for the element.
(Inherited from VisualElement.)
Public propertyOpacity
Gets or sets the opacity value applied to the element when it is rendered. This is a bindable property.
(Inherited from VisualElement.)
Public propertyPadding
The space between the content of the Page and it's border.
(Inherited from Page.)
Public propertyParent
Gets or sets the parent element of the element.
(Inherited from Element.)
Public propertyParentView Obsolete.
Gets the element which is the closest ancestor of this element that is a VisualElement.
(Inherited from Element.)
Public propertyResources
Gets or sets the local resource dictionary.
(Inherited from VisualElement.)
Public propertyRotation
Gets or sets the rotation about the Z-axis (affine rotation) when the element is rendered.
(Inherited from VisualElement.)
Public propertyRotationX
Gets or sets the rotation about the X-axis (perspective rotation) when the element is rendered.
(Inherited from VisualElement.)
Public propertyRotationY
Gets or sets the rotation about the Y-axis (perspective rotation) when the element is rendered.
(Inherited from VisualElement.)
Public propertyScale
Gets or sets the scale factor applied to the element.
(Inherited from VisualElement.)
Public propertyStyle
Gets or sets the style that defines how this visual element is displayed.
(Inherited from VisualElement.)
Public propertyStyleClass
Gets or sets the style class for the visual element.
(Inherited from VisualElement.)
Public propertyStyleId
Gets or sets a user defined value to uniquely identify the element.
(Inherited from Element.)
Public propertyTitle
The Page's title.
(Inherited from Page.)
Public propertyToolbarItems
A set of ToolbarItems, implemented in a platform-specific manner.
(Inherited from Page.)
Public propertyTranslationX
Gets or sets the X translation delta of the element.
(Inherited from VisualElement.)
Public propertyTranslationY
Gets or sets the Y translation delta of the element.
(Inherited from VisualElement.)
Public propertyTriggers
Gets the list of Trigger associated to this element. This is a bindable property.
(Inherited from VisualElement.)
Public propertyWidth
Gets the current rendered width of this element. This is a read-only bindable property.
(Inherited from VisualElement.)
Public propertyWidthRequest
Gets or sets the desired width override of this element.
(Inherited from VisualElement.)
Public propertyX
Gets the current X position of this element. This is a read-only bindable property.
(Inherited from VisualElement.)
Public propertyY
Gets the current Y position of this element. This is a read-only bindable property.
(Inherited from VisualElement.)
Top
Methods
  NameDescription
Public methodBatchBegin
Signals the start of a batch of changes to the elements properties.
(Inherited from VisualElement.)
Public methodBatchCommit
Signals the end of a batch of commands to the element and that those commands should now be committed.
(Inherited from VisualElement.)
Public methodClearValue(BindableProperty)
Clears any value set by SetValue for property.
(Inherited from BindableObject.)
Public methodClearValue(BindablePropertyKey)
Clears any value set by SetValue for the property that is identified by propertyKey.
(Inherited from BindableObject.)
Public methodDisplayActionSheet
Displays a native platform action sheet, allowing the application user to choose from several buttons.
(Inherited from Page.)
Public methodDisplayAlert(String, String, String)
Presents an alert dialog to the application user with a single cancel button.
(Inherited from Page.)
Public methodDisplayAlert(String, String, String, String)
Presents an alert dialog to the application user with an accept and a cancel button.
(Inherited from Page.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFocus
Attemps to set focus to this element.
(Inherited from VisualElement.)
Public methodForceLayout
Forces the Page to perform a layout pass.
(Inherited from Page.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSizeRequest Obsolete.
Returns the SizeRequest of the element. Calling this method begins the measure pass of a layout cycle.
(Inherited from VisualElement.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetValue
Returns the value that is contained the BindableProperty.
(Inherited from BindableObject.)
Public methodIsSet
To be added.
(Inherited from BindableObject.)
Public methodLayout
Updates the bounds of the element during the layout cycle.
(Inherited from VisualElement.)
Public methodMeasure
Returns the minimum size that a visual element needs in order to be displayed on the device.
(Inherited from VisualElement.)
Public methodOn``1
TReturns the platform-specific instance of this Page, on which a platform-specific method may be called.
(Inherited from Page.)
Public methodRemoveBinding
Removes a previously set binding.
(Inherited from BindableObject.)
Public methodRemoveDynamicResource
Removes a previously set dynamic resource
(Inherited from Element.)
Public methodSendBackButtonPressed
Calls OnBackButtonPressed.
(Inherited from Page.)
Public methodSetBinding
Assigns a binding to a property.
(Inherited from BindableObject.)
Public methodSetDynamicResource
Sets the BindableProperty property of this element to be updated via the DynamicResource with the provided key.
(Inherited from Element.)
Public methodSetValue(BindableProperty, Object)
Sets the value of the specified property.
(Inherited from BindableObject.)
Public methodSetValue(BindablePropertyKey, Object)
Sets the value of the propertyKey.
(Inherited from BindableObject.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnfocus
Unsets focus to this element.
(Inherited from VisualElement.)
Top
Events
  NameDescription
Public eventAppearing
Indicates that the Page is about to appear.
(Inherited from Page.)
Public eventBindingContextChanged
Raised whenever the BindingContext property changes.
(Inherited from BindableObject.)
Public eventChildAdded
Occurs whenever a child element is added to the element.
(Inherited from Element.)
Public eventChildRemoved
Occurs whenever a child element is removed from the element.
(Inherited from Element.)
Public eventChildrenReordered
Occurs when the Children of a VisualElement have been re-ordered.
(Inherited from VisualElement.)
Public eventDescendantAdded
Occurs whenever a child element is added to the elements subtree.
(Inherited from Element.)
Public eventDescendantRemoved
Occurs whenever a child element is removed from the elements subtree.
(Inherited from Element.)
Public eventDisappearing
Indicates that the Page is about to cease displaying.
(Inherited from Page.)
Public eventFocused
Occurs when the element receives focus.
(Inherited from VisualElement.)
Public eventLayoutChanged
Raised when the layout of the Page has changed.
(Inherited from Page.)
Public eventMeasureInvalidated
Event that is raised when the layout of a visual element is invalidated.
(Inherited from VisualElement.)
Public eventPropertyChanged
Raised when a property has changed.
(Inherited from BindableObject.)
Public eventPropertyChanging
Raised when a property is about to change.
(Inherited from BindableObject.)
Public eventSizeChanged
Occurs when either the Width or the Height properties change value on this element.
(Inherited from VisualElement.)
Public eventUnfocused
Occurs when the element loses focus.
(Inherited from VisualElement.)
Top
See Also