Module: Ruflet::UI::SharedControlForwarders

Included in:
Kernel, Ruflet, Ruflet::UI
Defined in:
lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb

Instance Method Summary collapse

Instance Method Details

#alert_dialog(**props) ⇒ Object



188
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 188

def alert_dialog(**props) = control_delegate.alert_dialog(**props)

#alertdialog(**props) ⇒ Object



189
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 189

def alertdialog(**props) = control_delegate.alertdialog(**props)

#animated_switcher(content = nil, **props) ⇒ Object



17
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 17

def animated_switcher(content = nil, **props) = control_delegate.animated_switcher(content, **props)

#animatedswitcher(content = nil, **props) ⇒ Object



18
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 18

def animatedswitcher(content = nil, **props) = control_delegate.animatedswitcher(content, **props)

#animation(duration = nil, **props) ⇒ Object



19
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 19

def animation(duration = nil, **props) = control_delegate.animation(duration, **props)

#animation_style(**props) ⇒ Object



20
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 20

def animation_style(**props) = control_delegate.animation_style(**props)

#app_bar(**props) ⇒ Object



200
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 200

def app_bar(**props) = control_delegate.app_bar(**props)

#appbar(**props) ⇒ Object



201
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 201

def appbar(**props) = control_delegate.appbar(**props)

#arc(**props) ⇒ Object



36
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 36

def arc(**props) = control_delegate.arc(**props)

#audio(**props) ⇒ Object



21
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 21

def audio(**props) = control_delegate.audio(**props)

#auto_complete(suggestions = nil, **props) ⇒ Object



22
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 22

def auto_complete(suggestions = nil, **props) = control_delegate.auto_complete(suggestions, **props)

#auto_complete_suggestion(key = nil, **props) ⇒ Object



24
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 24

def auto_complete_suggestion(key = nil, **props) = control_delegate.auto_complete_suggestion(key, **props)

#autocomplete(suggestions = nil, **props) ⇒ Object



23
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 23

def autocomplete(suggestions = nil, **props) = control_delegate.autocomplete(suggestions, **props)

#autocomplete_suggestion(key = nil, **props) ⇒ Object



25
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 25

def autocomplete_suggestion(key = nil, **props) = control_delegate.autocomplete_suggestion(key, **props)

#autocompletesuggestion(key = nil, **props) ⇒ Object



26
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 26

def autocompletesuggestion(key = nil, **props) = control_delegate.autocompletesuggestion(key, **props)

#badge(label = nil, **props) ⇒ Object



148
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 148

def badge(label = nil, **props) = control_delegate.badge(label, **props)


152
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 152

def banner(content = nil, **props) = control_delegate.banner(content, **props)

#bar_chart(**props) ⇒ Object



223
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 223

def bar_chart(**props) = control_delegate.bar_chart(**props)

#bar_chart_group(**props) ⇒ Object



225
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 225

def bar_chart_group(**props) = control_delegate.bar_chart_group(**props)

#bar_chart_rod(**props) ⇒ Object



227
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 227

def bar_chart_rod(**props) = control_delegate.bar_chart_rod(**props)

#bar_chart_rod_stack_item(**props) ⇒ Object



229
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 229

def bar_chart_rod_stack_item(**props) = control_delegate.bar_chart_rod_stack_item(**props)

#barchart(**props) ⇒ Object



224
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 224

def barchart(**props) = control_delegate.barchart(**props)

#barchartgroup(**props) ⇒ Object



226
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 226

def barchartgroup(**props) = control_delegate.barchartgroup(**props)

#barchartrod(**props) ⇒ Object



228
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 228

def barchartrod(**props) = control_delegate.barchartrod(**props)

#barchartrodstackitem(**props) ⇒ Object



230
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 230

def barchartrodstackitem(**props) = control_delegate.barchartrodstackitem(**props)

#bottom_app_bar(content = nil, **props) ⇒ Object



153
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 153

def bottom_app_bar(content = nil, **props) = control_delegate.bottom_app_bar(content, **props)

#bottom_sheet(content = nil, **props) ⇒ Object



192
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 192

def bottom_sheet(content = nil, **props) = control_delegate.bottom_sheet(content, **props)

#bottomappbar(content = nil, **props) ⇒ Object



154
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 154

def bottomappbar(content = nil, **props) = control_delegate.bottomappbar(content, **props)

#bottomsheet(content = nil, **props) ⇒ Object



193
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 193

def bottomsheet(content = nil, **props) = control_delegate.bottomsheet(content, **props)

#button(content = nil, **props) ⇒ Object



156
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 156

def button(content = nil, **props) = control_delegate.button(content, **props)

#candlestick_chart(**props) ⇒ Object



241
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 241

def candlestick_chart(**props) = control_delegate.candlestick_chart(**props)

#candlestick_chart_spot(**props) ⇒ Object



243
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 243

def candlestick_chart_spot(**props) = control_delegate.candlestick_chart_spot(**props)

#candlestickchart(**props) ⇒ Object



242
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 242

def candlestickchart(**props) = control_delegate.candlestickchart(**props)

#candlestickchartspot(**props) ⇒ Object



244
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 244

def candlestickchartspot(**props) = control_delegate.candlestickchartspot(**props)

#canvas(shapes = nil, **props) ⇒ Object



33
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 33

def canvas(shapes = nil, **props) = control_delegate.canvas(shapes, **props)

#canvas_color(**props) ⇒ Object



38
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 38

def canvas_color(**props) = control_delegate.canvas_color(**props)

#card(content = nil, **props) ⇒ Object



60
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 60

def card(content = nil, **props) = control_delegate.card(content, **props)

#center(**props, &block) ⇒ Object



11
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 11

def center(**props, &block) = control_delegate.center(**props, &block)

#chart_axis(**props) ⇒ Object



257
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 257

def chart_axis(**props) = control_delegate.chart_axis(**props)

#chart_axis_label(**props) ⇒ Object



259
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 259

def chart_axis_label(**props) = control_delegate.chart_axis_label(**props)

#chartaxis(**props) ⇒ Object



258
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 258

def chartaxis(**props) = control_delegate.chartaxis(**props)

#chartaxislabel(**props) ⇒ Object



260
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 260

def chartaxislabel(**props) = control_delegate.chartaxislabel(**props)

#checkbox(**props) ⇒ Object



180
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 180

def checkbox(**props) = control_delegate.checkbox(**props)

#chip(label = nil, **props) ⇒ Object



149
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 149

def chip(label = nil, **props) = control_delegate.chip(label, **props)

#circle(**props) ⇒ Object



35
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 35

def circle(**props) = control_delegate.circle(**props)

#circle_avatar(content = nil, **props) ⇒ Object



150
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 150

def circle_avatar(content = nil, **props) = control_delegate.circle_avatar(content, **props)

#circle_layer(circles = nil, **props) ⇒ Object



69
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 69

def circle_layer(circles = nil, **props) = control_delegate.circle_layer(circles, **props)

#circle_marker(**props) ⇒ Object



71
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 71

def circle_marker(**props) = control_delegate.circle_marker(**props)

#circleavatar(content = nil, **props) ⇒ Object



151
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 151

def circleavatar(content = nil, **props) = control_delegate.circleavatar(content, **props)

#circlelayer(circles = nil, **props) ⇒ Object



70
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 70

def circlelayer(circles = nil, **props) = control_delegate.circlelayer(circles, **props)

#circlemarker(**props) ⇒ Object



72
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 72

def circlemarker(**props) = control_delegate.circlemarker(**props)

#clipboard(**props) ⇒ Object



202
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 202

def clipboard(**props) = control_delegate.clipboard(**props)

#color(**props) ⇒ Object



37
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 37

def color(**props) = control_delegate.color(**props)

#column(children = nil, **props, &block) ⇒ Object



10
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 10

def column(children = nil, **props, &block) = control_delegate.column(children, **props, &block)

#container(**props, &block) ⇒ Object



16
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 16

def container(**props, &block) = control_delegate.container(**props, &block)

#context_menu(content = nil, **props) ⇒ Object



27
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 27

def context_menu(content = nil, **props) = control_delegate.context_menu(content, **props)

#contextmenu(content = nil, **props) ⇒ Object



28
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 28

def contextmenu(content = nil, **props) = control_delegate.contextmenu(content, **props)

#control(type, **props, &block) ⇒ Object



6
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 6

def control(type, **props, &block) = control_delegate.control(type, **props, &block)

#cupertino_action_sheet(**props) ⇒ Object



284
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 284

def cupertino_action_sheet(**props) = control_delegate.cupertino_action_sheet(**props)

#cupertino_action_sheet_action(**props) ⇒ Object



286
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 286

def cupertino_action_sheet_action(**props) = control_delegate.cupertino_action_sheet_action(**props)

#cupertino_activity_indicator(**props) ⇒ Object



288
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 288

def cupertino_activity_indicator(**props) = control_delegate.cupertino_activity_indicator(**props)

#cupertino_alert_dialog(**props) ⇒ Object



282
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 282

def cupertino_alert_dialog(**props) = control_delegate.cupertino_alert_dialog(**props)

#cupertino_app_bar(**props) ⇒ Object



290
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 290

def cupertino_app_bar(**props) = control_delegate.cupertino_app_bar(**props)

#cupertino_bottom_sheet(content = nil, **props) ⇒ Object



292
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 292

def cupertino_bottom_sheet(content = nil, **props) = control_delegate.cupertino_bottom_sheet(content, **props)

#cupertino_button(content = nil, **props) ⇒ Object



264
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 264

def cupertino_button(content = nil, **props) = control_delegate.cupertino_button(content, **props)

#cupertino_checkbox(**props) ⇒ Object



270
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 270

def cupertino_checkbox(**props) = control_delegate.cupertino_checkbox(**props)

#cupertino_context_menu(**props) ⇒ Object



298
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 298

def cupertino_context_menu(**props) = control_delegate.cupertino_context_menu(**props)

#cupertino_context_menu_action(**props) ⇒ Object



300
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 300

def cupertino_context_menu_action(**props) = control_delegate.cupertino_context_menu_action(**props)

#cupertino_date_picker(**props) ⇒ Object



294
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 294

def cupertino_date_picker(**props) = control_delegate.cupertino_date_picker(**props)

#cupertino_dialog_action(**props) ⇒ Object



296
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 296

def cupertino_dialog_action(**props) = control_delegate.cupertino_dialog_action(**props)

#cupertino_filled_button(content = nil, **props) ⇒ Object



266
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 266

def cupertino_filled_button(content = nil, **props) = control_delegate.cupertino_filled_button(content, **props)

#cupertino_list_tile(**props) ⇒ Object



302
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 302

def cupertino_list_tile(**props) = control_delegate.cupertino_list_tile(**props)

#cupertino_navigation_bar(**props) ⇒ Object



304
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 304

def cupertino_navigation_bar(**props) = control_delegate.cupertino_navigation_bar(**props)

#cupertino_picker(children = nil, **props) ⇒ Object



306
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 306

def cupertino_picker(children = nil, **props) = control_delegate.cupertino_picker(children, **props)

#cupertino_radio(**props) ⇒ Object



280
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 280

def cupertino_radio(**props) = control_delegate.cupertino_radio(**props)

#cupertino_segmented_button(children = nil, **props) ⇒ Object



308
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 308

def cupertino_segmented_button(children = nil, **props) = control_delegate.cupertino_segmented_button(children, **props)

#cupertino_slider(**props) ⇒ Object



278
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 278

def cupertino_slider(**props) = control_delegate.cupertino_slider(**props)

#cupertino_sliding_segmented_button(children = nil, **props) ⇒ Object



310
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 310

def cupertino_sliding_segmented_button(children = nil, **props) = control_delegate.cupertino_sliding_segmented_button(children, **props)

#cupertino_switch(**props) ⇒ Object



276
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 276

def cupertino_switch(**props) = control_delegate.cupertino_switch(**props)

#cupertino_text_field(value = nil, **props) ⇒ Object



272
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 272

def cupertino_text_field(value = nil, **props) = control_delegate.cupertino_text_field(value, **props)

#cupertino_timer_picker(**props) ⇒ Object



274
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 274

def cupertino_timer_picker(**props) = control_delegate.cupertino_timer_picker(**props)

#cupertino_tinted_button(content = nil, **props) ⇒ Object



268
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 268

def cupertino_tinted_button(content = nil, **props) = control_delegate.cupertino_tinted_button(content, **props)

#cupertinoactionsheet(**props) ⇒ Object



285
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 285

def cupertinoactionsheet(**props) = control_delegate.cupertinoactionsheet(**props)

#cupertinoactionsheetaction(**props) ⇒ Object



287
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 287

def cupertinoactionsheetaction(**props) = control_delegate.cupertinoactionsheetaction(**props)

#cupertinoactivityindicator(**props) ⇒ Object



289
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 289

def cupertinoactivityindicator(**props) = control_delegate.cupertinoactivityindicator(**props)

#cupertinoalertdialog(**props) ⇒ Object



283
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 283

def cupertinoalertdialog(**props) = control_delegate.cupertinoalertdialog(**props)

#cupertinoappbar(**props) ⇒ Object



291
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 291

def cupertinoappbar(**props) = control_delegate.cupertinoappbar(**props)

#cupertinobottomsheet(content = nil, **props) ⇒ Object



293
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 293

def cupertinobottomsheet(content = nil, **props) = control_delegate.cupertinobottomsheet(content, **props)

#cupertinobutton(content = nil, **props) ⇒ Object



265
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 265

def cupertinobutton(content = nil, **props) = control_delegate.cupertinobutton(content, **props)

#cupertinocheckbox(**props) ⇒ Object



271
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 271

def cupertinocheckbox(**props) = control_delegate.cupertinocheckbox(**props)

#cupertinocontextmenu(**props) ⇒ Object



299
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 299

def cupertinocontextmenu(**props) = control_delegate.cupertinocontextmenu(**props)

#cupertinocontextmenuaction(**props) ⇒ Object



301
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 301

def cupertinocontextmenuaction(**props) = control_delegate.cupertinocontextmenuaction(**props)

#cupertinodatepicker(**props) ⇒ Object



295
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 295

def cupertinodatepicker(**props) = control_delegate.cupertinodatepicker(**props)

#cupertinodialogaction(**props) ⇒ Object



297
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 297

def cupertinodialogaction(**props) = control_delegate.cupertinodialogaction(**props)

#cupertinofilledbutton(content = nil, **props) ⇒ Object



267
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 267

def cupertinofilledbutton(content = nil, **props) = control_delegate.cupertinofilledbutton(content, **props)

#cupertinolisttile(**props) ⇒ Object



303
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 303

def cupertinolisttile(**props) = control_delegate.cupertinolisttile(**props)

#cupertinonavigationbar(**props) ⇒ Object



305
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 305

def cupertinonavigationbar(**props) = control_delegate.cupertinonavigationbar(**props)

#cupertinopicker(children = nil, **props) ⇒ Object



307
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 307

def cupertinopicker(children = nil, **props) = control_delegate.cupertinopicker(children, **props)

#cupertinoradio(**props) ⇒ Object



281
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 281

def cupertinoradio(**props) = control_delegate.cupertinoradio(**props)

#cupertinosegmentedbutton(children = nil, **props) ⇒ Object



309
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 309

def cupertinosegmentedbutton(children = nil, **props) = control_delegate.cupertinosegmentedbutton(children, **props)

#cupertinoslider(**props) ⇒ Object



279
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 279

def cupertinoslider(**props) = control_delegate.cupertinoslider(**props)

#cupertinoslidingsegmentedbutton(children = nil, **props) ⇒ Object



311
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 311

def cupertinoslidingsegmentedbutton(children = nil, **props) = control_delegate.cupertinoslidingsegmentedbutton(children, **props)

#cupertinoswitch(**props) ⇒ Object



277
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 277

def cupertinoswitch(**props) = control_delegate.cupertinoswitch(**props)

#cupertinotextfield(value = nil, **props) ⇒ Object



273
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 273

def cupertinotextfield(value = nil, **props) = control_delegate.cupertinotextfield(value, **props)

#cupertinotimerpicker(**props) ⇒ Object



275
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 275

def cupertinotimerpicker(**props) = control_delegate.cupertinotimerpicker(**props)

#cupertinotintedbutton(content = nil, **props) ⇒ Object



269
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 269

def cupertinotintedbutton(content = nil, **props) = control_delegate.cupertinotintedbutton(content, **props)

#data_cell(content = nil, **props) ⇒ Object



108
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 108

def data_cell(content = nil, **props) = control_delegate.data_cell(content, **props)

#data_column(label = nil, **props) ⇒ Object



104
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 104

def data_column(label = nil, **props) = control_delegate.data_column(label, **props)

#data_row(cells = nil, **props) ⇒ Object



106
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 106

def data_row(cells = nil, **props) = control_delegate.data_row(cells, **props)

#data_table(columns = nil, **props) ⇒ Object



102
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 102

def data_table(columns = nil, **props) = control_delegate.data_table(columns, **props)

#datacell(content = nil, **props) ⇒ Object



109
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 109

def datacell(content = nil, **props) = control_delegate.datacell(content, **props)

#datacolumn(label = nil, **props) ⇒ Object



105
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 105

def datacolumn(label = nil, **props) = control_delegate.datacolumn(label, **props)

#datarow(cells = nil, **props) ⇒ Object



107
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 107

def datarow(cells = nil, **props) = control_delegate.datarow(cells, **props)

#datatable(columns = nil, **props) ⇒ Object



103
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 103

def datatable(columns = nil, **props) = control_delegate.datatable(columns, **props)

#date_picker(**props) ⇒ Object



98
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 98

def date_picker(**props) = control_delegate.date_picker(**props)

#date_range_picker(**props) ⇒ Object



100
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 100

def date_range_picker(**props) = control_delegate.date_range_picker(**props)

#datepicker(**props) ⇒ Object



99
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 99

def datepicker(**props) = control_delegate.datepicker(**props)

#daterangepicker(**props) ⇒ Object



101
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 101

def daterangepicker(**props) = control_delegate.daterangepicker(**props)

#dismissible(content = nil, **props) ⇒ Object



57
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 57

def dismissible(content = nil, **props) = control_delegate.dismissible(content, **props)

#divider(**props) ⇒ Object



93
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 93

def divider(**props) = control_delegate.divider(**props)

#drag_target(content = nil, **props, &block) ⇒ Object



58
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 58

def drag_target(content = nil, **props, &block) = control_delegate.drag_target(content, **props, &block)

#draggable(content = nil, **props, &block) ⇒ Object



56
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 56

def draggable(content = nil, **props, &block) = control_delegate.draggable(content, **props, &block)

#dragtarget(content = nil, **props, &block) ⇒ Object



59
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 59

def dragtarget(content = nil, **props, &block) = control_delegate.dragtarget(content, **props, &block)


116
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 116

def dropdown(options = nil, **props) = control_delegate.dropdown(options, **props)


119
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 119

def dropdown_m2(options = nil, **props) = control_delegate.dropdown_m2(options, **props)


117
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 117

def dropdown_option(key = nil, **props) = control_delegate.dropdown_option(key, **props)


120
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 120

def dropdownm2(options = nil, **props) = control_delegate.dropdownm2(options, **props)


118
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 118

def dropdownoption(key = nil, **props) = control_delegate.dropdownoption(key, **props)

#duration(**parts) ⇒ Object



312
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 312

def duration(**parts) = control_delegate.duration(**parts)

#elevated_button(content = nil, **props) ⇒ Object



157
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 157

def elevated_button(content = nil, **props) = control_delegate.elevated_button(content, **props)

#expansion_panel(**props) ⇒ Object



112
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 112

def expansion_panel(**props) = control_delegate.expansion_panel(**props)

#expansion_panel_list(children = nil, **props) ⇒ Object



114
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 114

def expansion_panel_list(children = nil, **props) = control_delegate.expansion_panel_list(children, **props)

#expansion_tile(children = nil, **props) ⇒ Object



110
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 110

def expansion_tile(children = nil, **props) = control_delegate.expansion_tile(children, **props)

#expansionpanel(**props) ⇒ Object



113
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 113

def expansionpanel(**props) = control_delegate.expansionpanel(**props)

#expansionpanellist(children = nil, **props) ⇒ Object



115
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 115

def expansionpanellist(children = nil, **props) = control_delegate.expansionpanellist(children, **props)

#expansiontile(children = nil, **props) ⇒ Object



111
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 111

def expansiontile(children = nil, **props) = control_delegate.expansiontile(children, **props)

#fab(content = nil, **props) ⇒ Object



197
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 197

def fab(content = nil, **props) = control_delegate.fab(content, **props)

#fill(**props) ⇒ Object



39
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 39

def fill(**props) = control_delegate.fill(**props)

#filled_button(content = nil, **props) ⇒ Object



160
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 160

def filled_button(content = nil, **props) = control_delegate.filled_button(content, **props)

#filled_icon_button(icon = nil, **props) ⇒ Object



162
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 162

def filled_icon_button(icon = nil, **props) = control_delegate.filled_icon_button(icon, **props)

#filled_tonal_button(content = nil, **props) ⇒ Object



164
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 164

def filled_tonal_button(content = nil, **props) = control_delegate.filled_tonal_button(content, **props)

#filled_tonal_icon_button(icon = nil, **props) ⇒ Object



166
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 166

def filled_tonal_icon_button(icon = nil, **props) = control_delegate.filled_tonal_icon_button(icon, **props)

#filledbutton(content = nil, **props) ⇒ Object



161
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 161

def filledbutton(content = nil, **props) = control_delegate.filledbutton(content, **props)

#fillediconbutton(icon = nil, **props) ⇒ Object



163
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 163

def fillediconbutton(icon = nil, **props) = control_delegate.fillediconbutton(icon, **props)

#filledtonalbutton(content = nil, **props) ⇒ Object



165
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 165

def filledtonalbutton(content = nil, **props) = control_delegate.filledtonalbutton(content, **props)

#filledtonaliconbutton(icon = nil, **props) ⇒ Object



167
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 167

def filledtonaliconbutton(icon = nil, **props) = control_delegate.filledtonaliconbutton(icon, **props)

#floating_action_button(**props) ⇒ Object



203
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 203

def floating_action_button(**props) = control_delegate.floating_action_button(**props)

#floatingactionbutton(**props) ⇒ Object



204
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 204

def floatingactionbutton(**props) = control_delegate.floatingactionbutton(**props)

#gesture_detector(**props, &block) ⇒ Object



31
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 31

def gesture_detector(**props, &block) = control_delegate.gesture_detector(**props, &block)

#gesturedetector(**props, &block) ⇒ Object



32
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 32

def gesturedetector(**props, &block) = control_delegate.gesturedetector(**props, &block)

#grid_view(children = nil, **props, &block) ⇒ Object



14
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 14

def grid_view(children = nil, **props, &block) = control_delegate.grid_view(children, **props, &block)

#gridview(children = nil, **props, &block) ⇒ Object



15
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 15

def gridview(children = nil, **props, &block) = control_delegate.gridview(children, **props, &block)

#icon(icon = nil, **props) ⇒ Object



195
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 195

def icon(icon = nil, **props) = control_delegate.icon(icon, **props)

#icon_button(icon = nil, **props) ⇒ Object



172
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 172

def icon_button(icon = nil, **props) = control_delegate.icon_button(icon, **props)

#iconbutton(icon = nil, **props) ⇒ Object



173
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 173

def iconbutton(icon = nil, **props) = control_delegate.iconbutton(icon, **props)

#image(src = nil, **props) ⇒ Object



196
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 196

def image(src = nil, **props) = control_delegate.image(src, **props)

#interactive_viewer(content = nil, **props) ⇒ Object



198
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 198

def interactive_viewer(content = nil, **props) = control_delegate.interactive_viewer(content, **props)

#interactiveviewer(content = nil, **props) ⇒ Object



199
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 199

def interactiveviewer(content = nil, **props) = control_delegate.interactiveviewer(content, **props)

#keyboard_listener(content = nil, **props) ⇒ Object



29
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 29

def keyboard_listener(content = nil, **props) = control_delegate.keyboard_listener(content, **props)

#keyboardlistener(content = nil, **props) ⇒ Object



30
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 30

def keyboardlistener(content = nil, **props) = control_delegate.keyboardlistener(content, **props)

#line(**props) ⇒ Object



34
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 34

def line(**props) = control_delegate.line(**props)

#line_chart(**props) ⇒ Object



231
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 231

def line_chart(**props) = control_delegate.line_chart(**props)

#line_chart_data(**props) ⇒ Object



233
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 233

def line_chart_data(**props) = control_delegate.line_chart_data(**props)

#line_chart_data_point(**props) ⇒ Object



235
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 235

def line_chart_data_point(**props) = control_delegate.line_chart_data_point(**props)

#linechart(**props) ⇒ Object



232
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 232

def linechart(**props) = control_delegate.linechart(**props)

#linechartdata(**props) ⇒ Object



234
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 234

def linechartdata(**props) = control_delegate.linechartdata(**props)

#linechartdatapoint(**props) ⇒ Object



236
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 236

def linechartdatapoint(**props) = control_delegate.linechartdatapoint(**props)

#list_tile(**props) ⇒ Object



61
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 61

def list_tile(**props) = control_delegate.list_tile(**props)

#list_view(children = nil, **props) ⇒ Object



83
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 83

def list_view(children = nil, **props) = control_delegate.list_view(children, **props)

#listtile(**props) ⇒ Object



62
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 62

def listtile(**props) = control_delegate.listtile(**props)

#listview(children = nil, **props) ⇒ Object



84
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 84

def listview(children = nil, **props) = control_delegate.listview(children, **props)

#map(layers = nil, **props) ⇒ Object



63
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 63

def map(layers = nil, **props) = control_delegate.map(layers, **props)

#markdown(value = nil, **props) ⇒ Object



194
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 194

def markdown(value = nil, **props) = control_delegate.markdown(value, **props)

#marker(content = nil, **props) ⇒ Object



68
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 68

def marker(content = nil, **props) = control_delegate.marker(content, **props)

#marker_layer(markers = nil, **props) ⇒ Object



66
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 66

def marker_layer(markers = nil, **props) = control_delegate.marker_layer(markers, **props)

#markerlayer(markers = nil, **props) ⇒ Object



67
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 67

def markerlayer(markers = nil, **props) = control_delegate.markerlayer(markers, **props)


85
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 85

def menu_bar(children = nil, **props) = control_delegate.menu_bar(children, **props)


87
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 87

def menu_item_button(content = nil, **props) = control_delegate.menu_item_button(content, **props)


86
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 86

def menubar(children = nil, **props) = control_delegate.menubar(children, **props)


88
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 88

def menuitembutton(content = nil, **props) = control_delegate.menuitembutton(content, **props)

#merge_semantics(content = nil, **props) ⇒ Object



89
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 89

def merge_semantics(content = nil, **props) = control_delegate.merge_semantics(content, **props)

#mergesemantics(content = nil, **props) ⇒ Object



90
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 90

def mergesemantics(content = nil, **props) = control_delegate.mergesemantics(content, **props)


211
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 211

def navigation_bar(**props, &block) = control_delegate.navigation_bar(**props, &block)


213
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 213

def navigation_bar_destination(**props, &block) = control_delegate.navigation_bar_destination(**props, &block)


219
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 219

def navigation_drawer(children = nil, **props) = control_delegate.navigation_drawer(children, **props)


221
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 221

def navigation_drawer_destination(**props) = control_delegate.navigation_drawer_destination(**props)


215
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 215

def navigation_rail(**props, &block) = control_delegate.navigation_rail(**props, &block)


217
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 217

def navigation_rail_destination(**props, &block) = control_delegate.navigation_rail_destination(**props, &block)


212
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 212

def navigationbar(**props, &block) = control_delegate.navigationbar(**props, &block)


214
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 214

def navigationbardestination(**props, &block) = control_delegate.navigationbardestination(**props, &block)


220
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 220

def navigationdrawer(children = nil, **props) = control_delegate.navigationdrawer(children, **props)


222
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 222

def navigationdrawerdestination(**props) = control_delegate.navigationdrawerdestination(**props)


216
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 216

def navigationrail(**props, &block) = control_delegate.navigationrail(**props, &block)


218
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 218

def navigationraildestination(**props, &block) = control_delegate.navigationraildestination(**props, &block)

#outlined_button(content = nil, **props) ⇒ Object



168
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 168

def outlined_button(content = nil, **props) = control_delegate.outlined_button(content, **props)

#outlined_icon_button(icon = nil, **props) ⇒ Object



170
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 170

def outlined_icon_button(icon = nil, **props) = control_delegate.outlined_icon_button(icon, **props)

#outlinedbutton(content = nil, **props) ⇒ Object



169
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 169

def outlinedbutton(content = nil, **props) = control_delegate.outlinedbutton(content, **props)

#outlinediconbutton(icon = nil, **props) ⇒ Object



171
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 171

def outlinediconbutton(icon = nil, **props) = control_delegate.outlinediconbutton(icon, **props)

#oval(**props) ⇒ Object



40
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 40

def oval(**props) = control_delegate.oval(**props)

#page_view(children = nil, **props) ⇒ Object



124
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 124

def page_view(children = nil, **props) = control_delegate.page_view(children, **props)

#pageview(children = nil, **props) ⇒ Object



125
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 125

def pageview(children = nil, **props) = control_delegate.pageview(children, **props)

#paint(**props) ⇒ Object



45
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 45

def paint(**props) = control_delegate.paint(**props)

#path(**props) ⇒ Object



43
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 43

def path(**props) = control_delegate.path(**props)

#path_arc(**props) ⇒ Object



48
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 48

def path_arc(**props) = control_delegate.path_arc(**props)

#path_arc_to(**props) ⇒ Object



49
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 49

def path_arc_to(**props) = control_delegate.path_arc_to(**props)

#path_close(**props) ⇒ Object



55
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 55

def path_close(**props) = control_delegate.path_close(**props)

#path_cubic_to(**props) ⇒ Object



53
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 53

def path_cubic_to(**props) = control_delegate.path_cubic_to(**props)

#path_line_to(x = nil, y = nil, **props) ⇒ Object



47
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 47

def path_line_to(x = nil, y = nil, **props) = control_delegate.path_line_to(x, y, **props)

#path_move_to(x = nil, y = nil, **props) ⇒ Object



46
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 46

def path_move_to(x = nil, y = nil, **props) = control_delegate.path_move_to(x, y, **props)

#path_oval(**props) ⇒ Object



50
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 50

def path_oval(**props) = control_delegate.path_oval(**props)

#path_quadratic_to(**props) ⇒ Object



52
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 52

def path_quadratic_to(**props) = control_delegate.path_quadratic_to(**props)

#path_rect(**props) ⇒ Object



51
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 51

def path_rect(**props) = control_delegate.path_rect(**props)

#path_sub_path(**props) ⇒ Object



54
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 54

def path_sub_path(**props) = control_delegate.path_sub_path(**props)

#pie_chart(**props) ⇒ Object



237
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 237

def pie_chart(**props) = control_delegate.pie_chart(**props)

#pie_chart_section(**props) ⇒ Object



239
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 239

def pie_chart_section(**props) = control_delegate.pie_chart_section(**props)

#piechart(**props) ⇒ Object



238
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 238

def piechart(**props) = control_delegate.piechart(**props)

#piechartsection(**props) ⇒ Object



240
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 240

def piechartsection(**props) = control_delegate.piechartsection(**props)

#placeholder(content = nil, **props) ⇒ Object



123
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 123

def placeholder(content = nil, **props) = control_delegate.placeholder(content, **props)

#points(**props) ⇒ Object



41
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 41

def points(**props) = control_delegate.points(**props)

#polygon_layer(polygons = nil, **props) ⇒ Object



77
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 77

def polygon_layer(polygons = nil, **props) = control_delegate.polygon_layer(polygons, **props)

#polygon_marker(**props) ⇒ Object



79
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 79

def polygon_marker(**props) = control_delegate.polygon_marker(**props)

#polygonlayer(polygons = nil, **props) ⇒ Object



78
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 78

def polygonlayer(polygons = nil, **props) = control_delegate.polygonlayer(polygons, **props)

#polygonmarker(**props) ⇒ Object



80
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 80

def polygonmarker(**props) = control_delegate.polygonmarker(**props)

#polyline_layer(polylines = nil, **props) ⇒ Object



73
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 73

def polyline_layer(polylines = nil, **props) = control_delegate.polyline_layer(polylines, **props)

#polyline_marker(**props) ⇒ Object



75
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 75

def polyline_marker(**props) = control_delegate.polyline_marker(**props)

#polylinelayer(polylines = nil, **props) ⇒ Object



74
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 74

def polylinelayer(polylines = nil, **props) = control_delegate.polylinelayer(polylines, **props)

#polylinemarker(**props) ⇒ Object



76
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 76

def polylinemarker(**props) = control_delegate.polylinemarker(**props)


174
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 174

def popup_menu_button(items = nil, **props) = control_delegate.popup_menu_button(items, **props)


176
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 176

def popup_menu_item(content = nil, **props) = control_delegate.popup_menu_item(content, **props)

#popupmenubutton(items = nil, **props) ⇒ Object



175
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 175

def popupmenubutton(items = nil, **props) = control_delegate.popupmenubutton(items, **props)

#popupmenuitem(content = nil, **props) ⇒ Object



177
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 177

def popupmenuitem(content = nil, **props) = control_delegate.popupmenuitem(content, **props)

#progress_bar(**props) ⇒ Object



121
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 121

def progress_bar(**props) = control_delegate.progress_bar(**props)

#progress_ring(**props) ⇒ Object



126
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 126

def progress_ring(**props) = control_delegate.progress_ring(**props)

#progressbar(**props) ⇒ Object



122
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 122

def progressbar(**props) = control_delegate.progressbar(**props)

#progressring(**props) ⇒ Object



127
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 127

def progressring(**props) = control_delegate.progressring(**props)

#radar_chart(**props) ⇒ Object



245
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 245

def radar_chart(**props) = control_delegate.radar_chart(**props)

#radar_chart_title(**props) ⇒ Object



247
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 247

def radar_chart_title(**props) = control_delegate.radar_chart_title(**props)

#radar_data_set(**props) ⇒ Object



249
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 249

def radar_data_set(**props) = control_delegate.radar_data_set(**props)

#radar_data_set_entry(**props) ⇒ Object



251
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 251

def radar_data_set_entry(**props) = control_delegate.radar_data_set_entry(**props)

#radarchart(**props) ⇒ Object



246
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 246

def radarchart(**props) = control_delegate.radarchart(**props)

#radarcharttitle(**props) ⇒ Object



248
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 248

def radarcharttitle(**props) = control_delegate.radarcharttitle(**props)

#radardataset(**props) ⇒ Object



250
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 250

def radardataset(**props) = control_delegate.radardataset(**props)

#radardatasetentry(**props) ⇒ Object



252
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 252

def radardatasetentry(**props) = control_delegate.radardatasetentry(**props)

#radio(**props) ⇒ Object



185
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 185

def radio(**props) = control_delegate.radio(**props)

#radio_group(content = nil, **props) ⇒ Object



186
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 186

def radio_group(content = nil, **props) = control_delegate.radio_group(content, **props)

#radiogroup(content = nil, **props) ⇒ Object



187
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 187

def radiogroup(content = nil, **props) = control_delegate.radiogroup(content, **props)

#range_slider(**props) ⇒ Object



128
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 128

def range_slider(**props) = control_delegate.range_slider(**props)

#rangeslider(**props) ⇒ Object



129
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 129

def rangeslider(**props) = control_delegate.rangeslider(**props)

#rect(**props) ⇒ Object



42
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 42

def rect(**props) = control_delegate.rect(**props)

#reorderable_drag_handle(content = nil, **props) ⇒ Object



132
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 132

def reorderable_drag_handle(content = nil, **props) = control_delegate.reorderable_drag_handle(content, **props)

#reorderable_list_view(children = nil, **props) ⇒ Object



134
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 134

def reorderable_list_view(children = nil, **props) = control_delegate.reorderable_list_view(children, **props)

#reorderabledraghandle(content = nil, **props) ⇒ Object



133
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 133

def reorderabledraghandle(content = nil, **props) = control_delegate.reorderabledraghandle(content, **props)

#reorderablelistview(children = nil, **props) ⇒ Object



135
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 135

def reorderablelistview(children = nil, **props) = control_delegate.reorderablelistview(children, **props)

#responsive_row(children = nil, **props, &block) ⇒ Object



130
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 130

def responsive_row(children = nil, **props, &block) = control_delegate.responsive_row(children, **props, &block)

#responsiverow(children = nil, **props, &block) ⇒ Object



131
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 131

def responsiverow(children = nil, **props, &block) = control_delegate.responsiverow(children, **props, &block)

#row(children = nil, **props, &block) ⇒ Object



12
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 12

def row(children = nil, **props, &block) = control_delegate.row(children, **props, &block)

#safe_area(content = nil, **props) ⇒ Object



136
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 136

def safe_area(content = nil, **props) = control_delegate.safe_area(content, **props)

#safearea(content = nil, **props) ⇒ Object



137
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 137

def safearea(content = nil, **props) = control_delegate.safearea(content, **props)

#scatter_chart(**props) ⇒ Object



253
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 253

def scatter_chart(**props) = control_delegate.scatter_chart(**props)

#scatter_chart_spot(**props) ⇒ Object



255
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 255

def scatter_chart_spot(**props) = control_delegate.scatter_chart_spot(**props)

#scatterchart(**props) ⇒ Object



254
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 254

def scatterchart(**props) = control_delegate.scatterchart(**props)

#scatterchartspot(**props) ⇒ Object



256
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 256

def scatterchartspot(**props) = control_delegate.scatterchartspot(**props)

#search_bar(children = nil, **props) ⇒ Object



143
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 143

def search_bar(children = nil, **props) = control_delegate.search_bar(children, **props)

#searchbar(children = nil, **props) ⇒ Object



144
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 144

def searchbar(children = nil, **props) = control_delegate.searchbar(children, **props)

#segment(value = nil, **props) ⇒ Object



138
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 138

def segment(value = nil, **props) = control_delegate.segment(value, **props)

#segmented_button(segments = nil, **props) ⇒ Object



139
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 139

def segmented_button(segments = nil, **props) = control_delegate.segmented_button(segments, **props)

#segmentedbutton(segments = nil, **props) ⇒ Object



140
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 140

def segmentedbutton(segments = nil, **props) = control_delegate.segmentedbutton(segments, **props)

#selection_area(content = nil, **props) ⇒ Object



141
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 141

def selection_area(content = nil, **props) = control_delegate.selection_area(content, **props)

#selectionarea(content = nil, **props) ⇒ Object



142
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 142

def selectionarea(content = nil, **props) = control_delegate.selectionarea(content, **props)

#semantics(content = nil, **props) ⇒ Object



145
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 145

def semantics(content = nil, **props) = control_delegate.semantics(content, **props)

#service(type, **props, &block) ⇒ Object



8
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 8

def service(type, **props, &block) = control_delegate.service(type, **props, &block)

#shadow(**props) ⇒ Object



44
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 44

def shadow(**props) = control_delegate.shadow(**props)

#simple_attribution(**props) ⇒ Object



81
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 81

def simple_attribution(**props) = control_delegate.simple_attribution(**props)

#simpleattribution(**props) ⇒ Object



82
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 82

def simpleattribution(**props) = control_delegate.simpleattribution(**props)

#slider(**props) ⇒ Object



182
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 182

def slider(**props) = control_delegate.slider(**props)

#snack_bar(content = nil, **props) ⇒ Object



190
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 190

def snack_bar(content = nil, **props) = control_delegate.snack_bar(content, **props)

#snackbar(content = nil, **props) ⇒ Object



191
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 191

def snackbar(content = nil, **props) = control_delegate.snackbar(content, **props)

#stack(children = nil, **props, &block) ⇒ Object



13
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 13

def stack(children = nil, **props, &block) = control_delegate.stack(children, **props, &block)


91
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 91

def submenu_button(children = nil, **props) = control_delegate.submenu_button(children, **props)


92
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 92

def submenubutton(children = nil, **props) = control_delegate.submenubutton(children, **props)

#switch(**props) ⇒ Object



181
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 181

def switch(**props) = control_delegate.switch(**props)

#tab(label = nil, **props, &block) ⇒ Object



206
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 206

def tab(label = nil, **props, &block) = control_delegate.tab(label, **props, &block)

#tab_bar(tabs = nil, **props, &block) ⇒ Object



207
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 207

def tab_bar(tabs = nil, **props, &block) = control_delegate.tab_bar(tabs, **props, &block)

#tab_bar_view(children = nil, **props, &block) ⇒ Object



209
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 209

def tab_bar_view(children = nil, **props, &block) = control_delegate.tab_bar_view(children, **props, &block)

#tabbar(tabs = nil, **props, &block) ⇒ Object



208
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 208

def tabbar(tabs = nil, **props, &block) = control_delegate.tabbar(tabs, **props, &block)

#tabbarview(children = nil, **props, &block) ⇒ Object



210
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 210

def tabbarview(children = nil, **props, &block) = control_delegate.tabbarview(children, **props, &block)

#tabs(content = nil, **props, &block) ⇒ Object



205
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 205

def tabs(content = nil, **props, &block) = control_delegate.tabs(content, **props, &block)

#text(value = nil, **props) ⇒ Object



155
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 155

def text(value = nil, **props) = control_delegate.text(value, **props)

#text_button(content = nil, **props) ⇒ Object



158
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 158

def text_button(content = nil, **props) = control_delegate.text_button(content, **props)

#text_field(value = nil, **props) ⇒ Object



178
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 178

def text_field(value = nil, **props) = control_delegate.text_field(value, **props)

#textbutton(content = nil, **props) ⇒ Object



159
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 159

def textbutton(content = nil, **props) = control_delegate.textbutton(content, **props)

#textfield(value = nil, **props) ⇒ Object



179
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 179

def textfield(value = nil, **props) = control_delegate.textfield(value, **props)

#tile_layer(**props) ⇒ Object



64
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 64

def tile_layer(**props) = control_delegate.tile_layer(**props)

#tilelayer(**props) ⇒ Object



65
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 65

def tilelayer(**props) = control_delegate.tilelayer(**props)

#time_picker(**props) ⇒ Object



146
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 146

def time_picker(**props) = control_delegate.time_picker(**props)

#timepicker(**props) ⇒ Object



147
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 147

def timepicker(**props) = control_delegate.timepicker(**props)

#transparent_pointer(content = nil, **props) ⇒ Object



183
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 183

def transparent_pointer(content = nil, **props) = control_delegate.transparent_pointer(content, **props)

#transparentpointer(content = nil, **props) ⇒ Object



184
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 184

def transparentpointer(content = nil, **props) = control_delegate.transparentpointer(content, **props)

#vertical_divider(**props) ⇒ Object



94
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 94

def vertical_divider(**props) = control_delegate.vertical_divider(**props)

#verticaldivider(**props) ⇒ Object



95
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 95

def verticaldivider(**props) = control_delegate.verticaldivider(**props)

#video(**props) ⇒ Object



263
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 263

def video(**props) = control_delegate.video(**props)

#view(children = nil, **props, &block) ⇒ Object



9
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 9

def view(children = nil, **props, &block) = control_delegate.view(children, **props, &block)

#web_view(**props) ⇒ Object



261
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 261

def web_view(**props) = control_delegate.web_view(**props)

#webview(**props) ⇒ Object



262
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 262

def webview(**props) = control_delegate.webview(**props)

#widget(type, **props, &block) ⇒ Object



7
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 7

def widget(type, **props, &block) = control_delegate.widget(type, **props, &block)

#window_drag_area(content = nil, **props) ⇒ Object



96
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 96

def window_drag_area(content = nil, **props) = control_delegate.window_drag_area(content, **props)

#windowdragarea(content = nil, **props) ⇒ Object



97
# File 'lib/ruflet_ui/ruflet/ui/shared_control_forwarders.rb', line 97

def windowdragarea(content = nil, **props) = control_delegate.windowdragarea(content, **props)