C# Class openhabUWP.UI.Widgets.TextWidget

Inheritance: IWidgetControl
Afficher le fichier Open project: altima/openhabUWP

Méthodes publiques

Méthode Description
RegisterForUpdate ( ) : void
TextWidget ( ) : System.Diagnostics
WidgetUpdateReceived ( Widget widget ) : void

Private Methods

Méthode Description
OnDataContextChanged ( FrameworkElement sender, DataContextChangedEventArgs args ) : void
OnTapped ( object sender, TappedRoutedEventArgs tappedRoutedEventArgs ) : void

Method Details

RegisterForUpdate() public méthode

public RegisterForUpdate ( ) : void
Résultat void

TextWidget() public méthode

public TextWidget ( ) : System.Diagnostics
Résultat System.Diagnostics

WidgetUpdateReceived() public méthode

public WidgetUpdateReceived ( Widget widget ) : void
widget openhabUWP.Remote.Models.Widget
Résultat void