C# Class openhabUWP.Remote.Models.WidgetFluent

Show file Open project: altima/openhabUWP

Public Methods

Method Description
IsChartWidget ( this widget ) : bool
IsColorPickerWidget ( this widget ) : bool
IsFrameWidget ( this widget ) : bool
IsGroupWidget ( this widget ) : bool
IsImageWidget ( this widget ) : bool
IsMapViewWidget ( this widget ) : bool
IsSelectionWidget ( this widget ) : bool
IsSetPointWidget ( this widget ) : bool
IsSliderWidget ( this widget ) : bool
IsSwitchWidget ( this widget ) : bool
IsTextWidget ( this widget ) : bool
IsVideoWidget ( this widget ) : bool
IsWebViewWidget ( this widget ) : bool
SetChartProperties ( this chart, double height, double refresh, string period ) : Widget
SetGroupNames ( this widget, string groupNames ) : Widget
SetHeight ( this widget, double height ) : Widget
SetIcon ( this input, string icon ) : Widget
SetItem ( this input, Item item ) : Widget
SetLabel ( this input, string label ) : Widget
SetLinkedPage ( this input, Page linkedPage ) : Widget
SetMappings ( this input, Mapping mappings ) : Widget
SetTags ( this widget, string tags ) : Widget
SetType ( this input, string type ) : Widget
SetUrl ( this widget, string url ) : Widget
SetWidgetId ( this input, string widgetId ) : Widget
SetWidgets ( this input, Widget widgets ) : Widget

Private Methods

Method Description
IsWidget ( this widget, string ofType ) : bool

Method Details

IsChartWidget() public static method

public static IsChartWidget ( this widget ) : bool
widget this
return bool

IsColorPickerWidget() public static method

public static IsColorPickerWidget ( this widget ) : bool
widget this
return bool

IsFrameWidget() public static method

public static IsFrameWidget ( this widget ) : bool
widget this
return bool

IsGroupWidget() public static method

public static IsGroupWidget ( this widget ) : bool
widget this
return bool

IsImageWidget() public static method

public static IsImageWidget ( this widget ) : bool
widget this
return bool

IsMapViewWidget() public static method

public static IsMapViewWidget ( this widget ) : bool
widget this
return bool

IsSelectionWidget() public static method

public static IsSelectionWidget ( this widget ) : bool
widget this
return bool

IsSetPointWidget() public static method

public static IsSetPointWidget ( this widget ) : bool
widget this
return bool

IsSliderWidget() public static method

public static IsSliderWidget ( this widget ) : bool
widget this
return bool

IsSwitchWidget() public static method

public static IsSwitchWidget ( this widget ) : bool
widget this
return bool

IsTextWidget() public static method

public static IsTextWidget ( this widget ) : bool
widget this
return bool

IsVideoWidget() public static method

public static IsVideoWidget ( this widget ) : bool
widget this
return bool

IsWebViewWidget() public static method

public static IsWebViewWidget ( this widget ) : bool
widget this
return bool

SetChartProperties() public static method

public static SetChartProperties ( this chart, double height, double refresh, string period ) : Widget
chart this
height double
refresh double
period string
return Widget

SetGroupNames() public static method

public static SetGroupNames ( this widget, string groupNames ) : Widget
widget this
groupNames string
return Widget

SetHeight() public static method

public static SetHeight ( this widget, double height ) : Widget
widget this
height double
return Widget

SetIcon() public static method

public static SetIcon ( this input, string icon ) : Widget
input this
icon string
return Widget

SetItem() public static method

public static SetItem ( this input, Item item ) : Widget
input this
item Item
return Widget

SetLabel() public static method

public static SetLabel ( this input, string label ) : Widget
input this
label string
return Widget

SetLinkedPage() public static method

public static SetLinkedPage ( this input, Page linkedPage ) : Widget
input this
linkedPage Page
return Widget

SetMappings() public static method

public static SetMappings ( this input, Mapping mappings ) : Widget
input this
mappings Mapping
return Widget

SetTags() public static method

public static SetTags ( this widget, string tags ) : Widget
widget this
tags string
return Widget

SetType() public static method

public static SetType ( this input, string type ) : Widget
input this
type string
return Widget

SetUrl() public static method

public static SetUrl ( this widget, string url ) : Widget
widget this
url string
return Widget

SetWidgetId() public static method

public static SetWidgetId ( this input, string widgetId ) : Widget
input this
widgetId string
return Widget

SetWidgets() public static method

public static SetWidgets ( this input, Widget widgets ) : Widget
input this
widgets Widget
return Widget