Module: Ruflet::DSL
- Defined in:
- lib/ruflet_ui/ruflet/dsl.rb
Defined Under Namespace
Classes: App
Constant Summary collapse
- DURATION_FACTORS_MS =
{ days: 86_400_000.0, hours: 3_600_000.0, minutes: 60_000.0, seconds: 1_000.0, milliseconds: 1.0, microseconds: 0.001 }.freeze
Class Method Summary collapse
- ._pending_app ⇒ Object
- ._reset_pending_app! ⇒ Object
- .alert_dialog(**props) ⇒ Object
- .alertdialog(**props) ⇒ Object
- .animated_switcher(content = nil, **props) ⇒ Object
- .animatedswitcher(content = nil, **props) ⇒ Object
- .animation(duration = nil, **props) ⇒ Object
- .animation_style(**props) ⇒ Object
- .app(host: nil, port: nil, &block) ⇒ Object
- .app_bar(**props) ⇒ Object
- .appbar(**props) ⇒ Object
- .arc(**props) ⇒ Object
- .audio(**props) ⇒ Object
- .auto_complete(suggestions = nil, **props) ⇒ Object
- .auto_complete_suggestion(key = nil, **props) ⇒ Object
- .autocomplete(suggestions = nil, **props) ⇒ Object
- .autocomplete_suggestion(key = nil, **props) ⇒ Object
- .autocompletesuggestion(key = nil, **props) ⇒ Object
- .badge(label = nil, **props) ⇒ Object
- .banner(content = nil, **props) ⇒ Object
- .bar_chart(**props) ⇒ Object
- .bar_chart_group(**props) ⇒ Object
- .bar_chart_rod(**props) ⇒ Object
- .bar_chart_rod_stack_item(**props) ⇒ Object
- .barchart(**props) ⇒ Object
- .barchartgroup(**props) ⇒ Object
- .barchartrod(**props) ⇒ Object
- .barchartrodstackitem(**props) ⇒ Object
- .bottom_app_bar(content = nil, **props) ⇒ Object
- .bottom_sheet(content = nil, **props) ⇒ Object
- .bottomappbar(content = nil, **props) ⇒ Object
- .bottomsheet(content = nil, **props) ⇒ Object
- .button(content = nil, **props) ⇒ Object
- .candlestick_chart(**props) ⇒ Object
- .candlestick_chart_spot(**props) ⇒ Object
- .candlestickchart(**props) ⇒ Object
- .candlestickchartspot(**props) ⇒ Object
- .canvas(shapes = nil, **props) ⇒ Object
- .canvas_color(**props) ⇒ Object
- .card(content = nil, **props) ⇒ Object
- .center(**props, &block) ⇒ Object
- .chart_axis(**props) ⇒ Object
- .chart_axis_label(**props) ⇒ Object
- .chartaxis(**props) ⇒ Object
- .chartaxislabel(**props) ⇒ Object
- .checkbox(**props) ⇒ Object
- .chip(label = nil, **props) ⇒ Object
- .circle(**props) ⇒ Object
- .circle_avatar(content = nil, **props) ⇒ Object
- .circle_layer(circles = nil, **props) ⇒ Object
- .circle_marker(**props) ⇒ Object
- .circleavatar(content = nil, **props) ⇒ Object
- .circlelayer(circles = nil, **props) ⇒ Object
- .circlemarker(**props) ⇒ Object
- .clipboard(**props) ⇒ Object
- .color(**props) ⇒ Object
- .column(children = nil, **props, &block) ⇒ Object
- .container(**props, &block) ⇒ Object
- .context_menu(content = nil, **props) ⇒ Object
- .contextmenu(content = nil, **props) ⇒ Object
- .control(type, **props, &block) ⇒ Object
- .cupertino_action_sheet(**props) ⇒ Object
- .cupertino_action_sheet_action(**props) ⇒ Object
- .cupertino_activity_indicator(**props) ⇒ Object
- .cupertino_alert_dialog(**props) ⇒ Object
- .cupertino_app_bar(**props) ⇒ Object
- .cupertino_bottom_sheet(content = nil, **props) ⇒ Object
- .cupertino_button(content = nil, **props) ⇒ Object
- .cupertino_checkbox(**props) ⇒ Object
- .cupertino_context_menu(**props) ⇒ Object
- .cupertino_context_menu_action(**props) ⇒ Object
- .cupertino_date_picker(**props) ⇒ Object
- .cupertino_dialog_action(**props) ⇒ Object
- .cupertino_filled_button(content = nil, **props) ⇒ Object
- .cupertino_list_tile(**props) ⇒ Object
- .cupertino_navigation_bar(**props) ⇒ Object
- .cupertino_picker(children = nil, **props) ⇒ Object
- .cupertino_radio(**props) ⇒ Object
- .cupertino_segmented_button(children = nil, **props) ⇒ Object
- .cupertino_slider(**props) ⇒ Object
- .cupertino_sliding_segmented_button(children = nil, **props) ⇒ Object
- .cupertino_switch(**props) ⇒ Object
- .cupertino_text_field(value = nil, **props) ⇒ Object
- .cupertino_timer_picker(**props) ⇒ Object
- .cupertino_tinted_button(content = nil, **props) ⇒ Object
- .cupertinoactionsheet(**props) ⇒ Object
- .cupertinoactionsheetaction(**props) ⇒ Object
- .cupertinoactivityindicator(**props) ⇒ Object
- .cupertinoalertdialog(**props) ⇒ Object
- .cupertinoappbar(**props) ⇒ Object
- .cupertinobottomsheet(content = nil, **props) ⇒ Object
- .cupertinobutton(content = nil, **props) ⇒ Object
- .cupertinocheckbox(**props) ⇒ Object
- .cupertinocontextmenu(**props) ⇒ Object
- .cupertinocontextmenuaction(**props) ⇒ Object
- .cupertinodatepicker(**props) ⇒ Object
- .cupertinodialogaction(**props) ⇒ Object
- .cupertinofilledbutton(content = nil, **props) ⇒ Object
- .cupertinolisttile(**props) ⇒ Object
- .cupertinonavigationbar(**props) ⇒ Object
- .cupertinopicker(children = nil, **props) ⇒ Object
- .cupertinoradio(**props) ⇒ Object
- .cupertinosegmentedbutton(children = nil, **props) ⇒ Object
- .cupertinoslider(**props) ⇒ Object
- .cupertinoslidingsegmentedbutton(children = nil, **props) ⇒ Object
- .cupertinoswitch(**props) ⇒ Object
- .cupertinotextfield(value = nil, **props) ⇒ Object
- .cupertinotimerpicker(**props) ⇒ Object
- .cupertinotintedbutton(content = nil, **props) ⇒ Object
- .data_cell(content = nil, **props) ⇒ Object
- .data_column(label = nil, **props) ⇒ Object
- .data_row(cells = nil, **props) ⇒ Object
- .data_table(columns = nil, **props) ⇒ Object
- .datacell(content = nil, **props) ⇒ Object
- .datacolumn(label = nil, **props) ⇒ Object
- .datarow(cells = nil, **props) ⇒ Object
- .datatable(columns = nil, **props) ⇒ Object
- .date_picker(**props) ⇒ Object
- .date_range_picker(**props) ⇒ Object
- .datepicker(**props) ⇒ Object
- .daterangepicker(**props) ⇒ Object
- .default_host ⇒ Object
- .default_port ⇒ Object
- .dismissible(content = nil, **props) ⇒ Object
- .divider(**props) ⇒ Object
- .drag_target(content = nil, **props, &block) ⇒ Object
- .draggable(content = nil, **props, &block) ⇒ Object
- .dragtarget(content = nil, **props, &block) ⇒ Object
- .dropdown(options = nil, **props) ⇒ Object
- .dropdown_m2(options = nil, **props) ⇒ Object
- .dropdown_option(key = nil, **props) ⇒ Object
- .dropdownm2(options = nil, **props) ⇒ Object
- .dropdownoption(key = nil, **props) ⇒ Object
- .duration(**parts) ⇒ Object
- .duration_in_milliseconds(parts) ⇒ Object
- .elevated_button(content = nil, **props) ⇒ Object
- .expansion_panel(**props) ⇒ Object
- .expansion_panel_list(children = nil, **props) ⇒ Object
- .expansion_tile(children = nil, **props) ⇒ Object
- .expansionpanel(**props) ⇒ Object
- .expansionpanellist(children = nil, **props) ⇒ Object
- .expansiontile(children = nil, **props) ⇒ Object
- .fab(content = nil, **props) ⇒ Object
- .fill(**props) ⇒ Object
- .filled_button(content = nil, **props) ⇒ Object
- .filled_icon_button(icon = nil, **props) ⇒ Object
- .filled_tonal_button(content = nil, **props) ⇒ Object
- .filled_tonal_icon_button(icon = nil, **props) ⇒ Object
- .filledbutton(content = nil, **props) ⇒ Object
- .fillediconbutton(icon = nil, **props) ⇒ Object
- .filledtonalbutton(content = nil, **props) ⇒ Object
- .filledtonaliconbutton(icon = nil, **props) ⇒ Object
- .floating_action_button(**props) ⇒ Object
- .floatingactionbutton(**props) ⇒ Object
- .gesture_detector(**props, &block) ⇒ Object
- .gesturedetector(**props, &block) ⇒ Object
- .grid_view(children = nil, **props, &block) ⇒ Object
- .gridview(children = nil, **props, &block) ⇒ Object
- .icon(icon = nil, **props) ⇒ Object
- .icon_button(icon = nil, **props) ⇒ Object
- .iconbutton(icon = nil, **props) ⇒ Object
- .image(src = nil, **props) ⇒ Object
- .interactive_viewer(content = nil, **props) ⇒ Object
- .interactiveviewer(content = nil, **props) ⇒ Object
- .keyboard_listener(content = nil, **props) ⇒ Object
- .keyboardlistener(content = nil, **props) ⇒ Object
- .line(**props) ⇒ Object
- .line_chart(**props) ⇒ Object
- .line_chart_data(**props) ⇒ Object
- .line_chart_data_point(**props) ⇒ Object
- .linechart(**props) ⇒ Object
- .linechartdata(**props) ⇒ Object
- .linechartdatapoint(**props) ⇒ Object
- .list_tile(**props) ⇒ Object
- .list_view(children = nil, **props) ⇒ Object
- .listtile(**props) ⇒ Object
- .listview(children = nil, **props) ⇒ Object
- .map(layers = nil, **props) ⇒ Object
- .markdown(value = nil, **props) ⇒ Object
- .marker(content = nil, **props) ⇒ Object
- .marker_layer(markers = nil, **props) ⇒ Object
- .markerlayer(markers = nil, **props) ⇒ Object
- .menu_bar(children = nil, **props) ⇒ Object
- .menu_item_button(content = nil, **props) ⇒ Object
- .menubar(children = nil, **props) ⇒ Object
- .menuitembutton(content = nil, **props) ⇒ Object
- .merge_semantics(content = nil, **props) ⇒ Object
- .mergesemantics(content = nil, **props) ⇒ Object
- .navigation_bar(**props, &block) ⇒ Object
- .navigation_bar_destination(**props, &block) ⇒ Object
- .navigation_drawer(children = nil, **props) ⇒ Object
- .navigation_drawer_destination(**props) ⇒ Object
- .navigation_rail(**props, &block) ⇒ Object
- .navigation_rail_destination(**props, &block) ⇒ Object
- .navigationbar(**props, &block) ⇒ Object
- .navigationbardestination(**props, &block) ⇒ Object
- .navigationdrawer(children = nil, **props) ⇒ Object
- .navigationdrawerdestination(**props) ⇒ Object
- .navigationrail(**props, &block) ⇒ Object
- .navigationraildestination(**props, &block) ⇒ Object
- .outlined_button(content = nil, **props) ⇒ Object
- .outlined_icon_button(icon = nil, **props) ⇒ Object
- .outlinedbutton(content = nil, **props) ⇒ Object
- .outlinediconbutton(icon = nil, **props) ⇒ Object
- .oval(**props) ⇒ Object
- .page(**props, &block) ⇒ Object
- .page_view(children = nil, **props) ⇒ Object
- .pageview(children = nil, **props) ⇒ Object
- .paint(**props) ⇒ Object
- .path(**props) ⇒ Object
- .path_arc(**props) ⇒ Object
- .path_arc_to(**props) ⇒ Object
- .path_close(**props) ⇒ Object
- .path_cubic_to(**props) ⇒ Object
- .path_line_to(x = nil, y = nil, **props) ⇒ Object
- .path_move_to(x = nil, y = nil, **props) ⇒ Object
- .path_oval(**props) ⇒ Object
- .path_quadratic_to(**props) ⇒ Object
- .path_rect(**props) ⇒ Object
- .path_sub_path(**props) ⇒ Object
- .pie_chart(**props) ⇒ Object
- .pie_chart_section(**props) ⇒ Object
- .piechart(**props) ⇒ Object
- .piechartsection(**props) ⇒ Object
- .placeholder(content = nil, **props) ⇒ Object
- .points(**props) ⇒ Object
- .polygon_layer(polygons = nil, **props) ⇒ Object
- .polygon_marker(**props) ⇒ Object
- .polygonlayer(polygons = nil, **props) ⇒ Object
- .polygonmarker(**props) ⇒ Object
- .polyline_layer(polylines = nil, **props) ⇒ Object
- .polyline_marker(**props) ⇒ Object
- .polylinelayer(polylines = nil, **props) ⇒ Object
- .polylinemarker(**props) ⇒ Object
- .popup_menu_button(items = nil, **props) ⇒ Object
- .popup_menu_item(content = nil, **props) ⇒ Object
- .popupmenubutton(items = nil, **props) ⇒ Object
- .popupmenuitem(content = nil, **props) ⇒ Object
- .progress_bar(**props) ⇒ Object
- .progress_ring(**props) ⇒ Object
- .progressbar(**props) ⇒ Object
- .progressring(**props) ⇒ Object
- .radar_chart(**props) ⇒ Object
- .radar_chart_title(**props) ⇒ Object
- .radar_data_set(**props) ⇒ Object
- .radar_data_set_entry(**props) ⇒ Object
- .radarchart(**props) ⇒ Object
- .radarcharttitle(**props) ⇒ Object
- .radardataset(**props) ⇒ Object
- .radardatasetentry(**props) ⇒ Object
- .radio(**props) ⇒ Object
- .radio_group(content = nil, **props) ⇒ Object
- .radiogroup(content = nil, **props) ⇒ Object
- .range_slider(**props) ⇒ Object
- .rangeslider(**props) ⇒ Object
- .read_duration_part(parts, key) ⇒ Object
- .rect(**props) ⇒ Object
- .reorderable_drag_handle(content = nil, **props) ⇒ Object
- .reorderable_list_view(children = nil, **props) ⇒ Object
- .reorderabledraghandle(content = nil, **props) ⇒ Object
- .reorderablelistview(children = nil, **props) ⇒ Object
- .responsive_row(children = nil, **props, &block) ⇒ Object
- .responsiverow(children = nil, **props, &block) ⇒ Object
- .row(children = nil, **props, &block) ⇒ Object
- .safe_area(content = nil, **props) ⇒ Object
- .safearea(content = nil, **props) ⇒ Object
- .scatter_chart(**props) ⇒ Object
- .scatter_chart_spot(**props) ⇒ Object
- .scatterchart(**props) ⇒ Object
- .scatterchartspot(**props) ⇒ Object
- .search_bar(children = nil, **props) ⇒ Object
- .searchbar(children = nil, **props) ⇒ Object
- .segment(value = nil, **props) ⇒ Object
- .segmented_button(segments = nil, **props) ⇒ Object
- .segmentedbutton(segments = nil, **props) ⇒ Object
- .selection_area(content = nil, **props) ⇒ Object
- .selectionarea(content = nil, **props) ⇒ Object
- .semantics(content = nil, **props) ⇒ Object
- .service(type, **props, &block) ⇒ Object
- .shadow(**props) ⇒ Object
- .simple_attribution(**props) ⇒ Object
- .simpleattribution(**props) ⇒ Object
- .slider(**props) ⇒ Object
- .snack_bar(content = nil, **props) ⇒ Object
- .snackbar(content = nil, **props) ⇒ Object
- .stack(children = nil, **props, &block) ⇒ Object
- .submenu_button(children = nil, **props) ⇒ Object
- .submenubutton(children = nil, **props) ⇒ Object
- .switch(**props) ⇒ Object
- .tab(label = nil, **props, &block) ⇒ Object
- .tab_bar(tabs = nil, **props, &block) ⇒ Object
- .tab_bar_view(children = nil, **props, &block) ⇒ Object
- .tabbar(tabs = nil, **props, &block) ⇒ Object
- .tabbarview(children = nil, **props, &block) ⇒ Object
- .tabs(content = nil, **props, &block) ⇒ Object
- .text(value = nil, **props) ⇒ Object
- .text_button(content = nil, **props) ⇒ Object
- .text_field(value = nil, **props) ⇒ Object
- .textbutton(content = nil, **props) ⇒ Object
- .textfield(value = nil, **props) ⇒ Object
- .tile_layer(**props) ⇒ Object
- .tilelayer(**props) ⇒ Object
- .time_picker(**props) ⇒ Object
- .timepicker(**props) ⇒ Object
- .transparent_pointer(content = nil, **props) ⇒ Object
- .transparentpointer(content = nil, **props) ⇒ Object
- .vertical_divider(**props) ⇒ Object
- .verticaldivider(**props) ⇒ Object
- .video(**props) ⇒ Object
- .web_view(**props) ⇒ Object
- .webview(**props) ⇒ Object
- .widget(type, **props, &block) ⇒ Object
- .window_drag_area(content = nil, **props) ⇒ Object
- .windowdragarea(content = nil, **props) ⇒ Object
Class Method Details
._pending_app ⇒ Object
29 30 31 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 29 def _pending_app @_pending_app ||= App.new(host: default_host, port: default_port) end |
._reset_pending_app! ⇒ Object
33 34 35 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 33 def _reset_pending_app! @_pending_app = App.new(host: default_host, port: default_port) end |
.alert_dialog(**props) ⇒ Object
237 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 237 def alert_dialog(**props) = _pending_app.alert_dialog(**props) |
.alertdialog(**props) ⇒ Object
238 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 238 def alertdialog(**props) = _pending_app.alertdialog(**props) |
.animated_switcher(content = nil, **props) ⇒ Object
59 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 59 def animated_switcher(content = nil, **props) = _pending_app.animated_switcher(content, **props) |
.animatedswitcher(content = nil, **props) ⇒ Object
60 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 60 def animatedswitcher(content = nil, **props) = _pending_app.animatedswitcher(content, **props) |
.animation(duration = nil, **props) ⇒ Object
61 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 61 def animation(duration = nil, **props) = _pending_app.animation(duration, **props) |
.animation_style(**props) ⇒ Object
62 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 62 def animation_style(**props) = _pending_app.animation_style(**props) |
.app(host: nil, port: nil, &block) ⇒ Object
37 38 39 40 41 42 43 44 45 46 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 37 def app(host: nil, port: nil, &block) host ||= default_host port ||= default_port return App.new(host: host, port: port).tap { |a| a.instance_eval(&block) } if block pending = _pending_app pending.set_endpoint!(host: host, port: port) _reset_pending_app! pending end |
.app_bar(**props) ⇒ Object
212 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 212 def (**props) = _pending_app.(**props) |
.appbar(**props) ⇒ Object
213 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 213 def (**props) = _pending_app.(**props) |
.arc(**props) ⇒ Object
78 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 78 def arc(**props) = _pending_app.arc(**props) |
.audio(**props) ⇒ Object
63 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 63 def audio(**props) = _pending_app.audio(**props) |
.auto_complete(suggestions = nil, **props) ⇒ Object
64 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 64 def auto_complete(suggestions = nil, **props) = _pending_app.auto_complete(suggestions, **props) |
.auto_complete_suggestion(key = nil, **props) ⇒ Object
66 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 66 def auto_complete_suggestion(key = nil, **props) = _pending_app.auto_complete_suggestion(key, **props) |
.autocomplete(suggestions = nil, **props) ⇒ Object
65 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 65 def autocomplete(suggestions = nil, **props) = _pending_app.autocomplete(suggestions, **props) |
.autocomplete_suggestion(key = nil, **props) ⇒ Object
67 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 67 def autocomplete_suggestion(key = nil, **props) = _pending_app.autocomplete_suggestion(key, **props) |
.autocompletesuggestion(key = nil, **props) ⇒ Object
68 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 68 def autocompletesuggestion(key = nil, **props) = _pending_app.autocompletesuggestion(key, **props) |
.badge(label = nil, **props) ⇒ Object
190 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 190 def badge(label = nil, **props) = _pending_app.badge(label, **props) |
.banner(content = nil, **props) ⇒ Object
194 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 194 def (content = nil, **props) = _pending_app.(content, **props) |
.bar_chart(**props) ⇒ Object
264 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 264 def (**props) = _pending_app.(**props) |
.bar_chart_group(**props) ⇒ Object
266 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 266 def (**props) = _pending_app.(**props) |
.bar_chart_rod(**props) ⇒ Object
268 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 268 def (**props) = _pending_app.(**props) |
.bar_chart_rod_stack_item(**props) ⇒ Object
270 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 270 def (**props) = _pending_app.(**props) |
.barchart(**props) ⇒ Object
265 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 265 def (**props) = _pending_app.(**props) |
.barchartgroup(**props) ⇒ Object
267 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 267 def (**props) = _pending_app.(**props) |
.barchartrod(**props) ⇒ Object
269 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 269 def (**props) = _pending_app.(**props) |
.barchartrodstackitem(**props) ⇒ Object
271 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 271 def (**props) = _pending_app.(**props) |
.bottom_app_bar(content = nil, **props) ⇒ Object
195 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 195 def (content = nil, **props) = _pending_app.(content, **props) |
.bottom_sheet(content = nil, **props) ⇒ Object
241 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 241 def bottom_sheet(content = nil, **props) = _pending_app.bottom_sheet(content, **props) |
.bottomappbar(content = nil, **props) ⇒ Object
196 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 196 def (content = nil, **props) = _pending_app.(content, **props) |
.bottomsheet(content = nil, **props) ⇒ Object
242 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 242 def bottomsheet(content = nil, **props) = _pending_app.bottomsheet(content, **props) |
.button(content = nil, **props) ⇒ Object
198 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 198 def (content = nil, **props) = _pending_app.(content, **props) |
.candlestick_chart(**props) ⇒ Object
282 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 282 def candlestick_chart(**props) = _pending_app.candlestick_chart(**props) |
.candlestick_chart_spot(**props) ⇒ Object
284 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 284 def candlestick_chart_spot(**props) = _pending_app.candlestick_chart_spot(**props) |
.candlestickchart(**props) ⇒ Object
283 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 283 def candlestickchart(**props) = _pending_app.candlestickchart(**props) |
.candlestickchartspot(**props) ⇒ Object
285 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 285 def candlestickchartspot(**props) = _pending_app.candlestickchartspot(**props) |
.canvas(shapes = nil, **props) ⇒ Object
75 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 75 def canvas(shapes = nil, **props) = _pending_app.canvas(shapes, **props) |
.canvas_color(**props) ⇒ Object
80 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 80 def canvas_color(**props) = _pending_app.canvas_color(**props) |
.card(content = nil, **props) ⇒ Object
102 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 102 def card(content = nil, **props) = _pending_app.card(content, **props) |
.center(**props, &block) ⇒ Object
53 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 53 def center(**props, &block) = _pending_app.center(**props, &block) |
.chart_axis(**props) ⇒ Object
298 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 298 def chart_axis(**props) = _pending_app.chart_axis(**props) |
.chart_axis_label(**props) ⇒ Object
300 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 300 def chart_axis_label(**props) = _pending_app.chart_axis_label(**props) |
.chartaxis(**props) ⇒ Object
299 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 299 def chartaxis(**props) = _pending_app.chartaxis(**props) |
.chartaxislabel(**props) ⇒ Object
301 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 301 def chartaxislabel(**props) = _pending_app.chartaxislabel(**props) |
.checkbox(**props) ⇒ Object
229 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 229 def checkbox(**props) = _pending_app.checkbox(**props) |
.chip(label = nil, **props) ⇒ Object
191 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 191 def chip(label = nil, **props) = _pending_app.chip(label, **props) |
.circle(**props) ⇒ Object
77 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 77 def circle(**props) = _pending_app.circle(**props) |
.circle_avatar(content = nil, **props) ⇒ Object
192 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 192 def circle_avatar(content = nil, **props) = _pending_app.circle_avatar(content, **props) |
.circle_layer(circles = nil, **props) ⇒ Object
111 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 111 def circle_layer(circles = nil, **props) = _pending_app.circle_layer(circles, **props) |
.circle_marker(**props) ⇒ Object
113 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 113 def circle_marker(**props) = _pending_app.circle_marker(**props) |
.circleavatar(content = nil, **props) ⇒ Object
193 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 193 def circleavatar(content = nil, **props) = _pending_app.circleavatar(content, **props) |
.circlelayer(circles = nil, **props) ⇒ Object
112 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 112 def circlelayer(circles = nil, **props) = _pending_app.circlelayer(circles, **props) |
.circlemarker(**props) ⇒ Object
114 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 114 def circlemarker(**props) = _pending_app.circlemarker(**props) |
.clipboard(**props) ⇒ Object
214 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 214 def clipboard(**props) = _pending_app.clipboard(**props) |
.color(**props) ⇒ Object
79 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 79 def color(**props) = _pending_app.color(**props) |
.column(children = nil, **props, &block) ⇒ Object
52 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 52 def column(children = nil, **props, &block) = _pending_app.column(children, **props, &block) |
.container(**props, &block) ⇒ Object
58 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 58 def container(**props, &block) = _pending_app.container(**props, &block) |
.context_menu(content = nil, **props) ⇒ Object
69 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 69 def (content = nil, **props) = _pending_app.(content, **props) |
.contextmenu(content = nil, **props) ⇒ Object
70 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 70 def (content = nil, **props) = _pending_app.(content, **props) |
.control(type, **props, &block) ⇒ Object
49 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 49 def control(type, **props, &block) = _pending_app.control(type, **props, &block) |
.cupertino_action_sheet(**props) ⇒ Object
326 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 326 def cupertino_action_sheet(**props) = _pending_app.cupertino_action_sheet(**props) |
.cupertino_action_sheet_action(**props) ⇒ Object
328 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 328 def cupertino_action_sheet_action(**props) = _pending_app.cupertino_action_sheet_action(**props) |
.cupertino_activity_indicator(**props) ⇒ Object
330 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 330 def cupertino_activity_indicator(**props) = _pending_app.cupertino_activity_indicator(**props) |
.cupertino_alert_dialog(**props) ⇒ Object
324 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 324 def cupertino_alert_dialog(**props) = _pending_app.cupertino_alert_dialog(**props) |
.cupertino_app_bar(**props) ⇒ Object
332 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 332 def (**props) = _pending_app.(**props) |
.cupertino_bottom_sheet(content = nil, **props) ⇒ Object
334 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 334 def cupertino_bottom_sheet(content = nil, **props) = _pending_app.cupertino_bottom_sheet(content, **props) |
.cupertino_button(content = nil, **props) ⇒ Object
306 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 306 def (content = nil, **props) = _pending_app.(content, **props) |
.cupertino_checkbox(**props) ⇒ Object
312 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 312 def cupertino_checkbox(**props) = _pending_app.cupertino_checkbox(**props) |
.cupertino_context_menu(**props) ⇒ Object
340 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 340 def (**props) = _pending_app.(**props) |
.cupertino_context_menu_action(**props) ⇒ Object
342 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 342 def (**props) = _pending_app.(**props) |
.cupertino_date_picker(**props) ⇒ Object
336 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 336 def cupertino_date_picker(**props) = _pending_app.cupertino_date_picker(**props) |
.cupertino_dialog_action(**props) ⇒ Object
338 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 338 def cupertino_dialog_action(**props) = _pending_app.cupertino_dialog_action(**props) |
.cupertino_filled_button(content = nil, **props) ⇒ Object
308 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 308 def (content = nil, **props) = _pending_app.(content, **props) |
.cupertino_list_tile(**props) ⇒ Object
344 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 344 def cupertino_list_tile(**props) = _pending_app.cupertino_list_tile(**props) |
.cupertino_navigation_bar(**props) ⇒ Object
346 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 346 def (**props) = _pending_app.(**props) |
.cupertino_picker(children = nil, **props) ⇒ Object
348 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 348 def cupertino_picker(children = nil, **props) = _pending_app.cupertino_picker(children, **props) |
.cupertino_radio(**props) ⇒ Object
322 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 322 def cupertino_radio(**props) = _pending_app.cupertino_radio(**props) |
.cupertino_segmented_button(children = nil, **props) ⇒ Object
350 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 350 def (children = nil, **props) = _pending_app.(children, **props) |
.cupertino_slider(**props) ⇒ Object
320 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 320 def (**props) = _pending_app.(**props) |
.cupertino_sliding_segmented_button(children = nil, **props) ⇒ Object
352 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 352 def (children = nil, **props) = _pending_app.(children, **props) |
.cupertino_switch(**props) ⇒ Object
318 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 318 def cupertino_switch(**props) = _pending_app.cupertino_switch(**props) |
.cupertino_text_field(value = nil, **props) ⇒ Object
314 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 314 def cupertino_text_field(value = nil, **props) = _pending_app.cupertino_text_field(value, **props) |
.cupertino_timer_picker(**props) ⇒ Object
316 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 316 def cupertino_timer_picker(**props) = _pending_app.cupertino_timer_picker(**props) |
.cupertino_tinted_button(content = nil, **props) ⇒ Object
310 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 310 def (content = nil, **props) = _pending_app.(content, **props) |
.cupertinoactionsheet(**props) ⇒ Object
327 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 327 def cupertinoactionsheet(**props) = _pending_app.cupertinoactionsheet(**props) |
.cupertinoactionsheetaction(**props) ⇒ Object
329 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 329 def cupertinoactionsheetaction(**props) = _pending_app.cupertinoactionsheetaction(**props) |
.cupertinoactivityindicator(**props) ⇒ Object
331 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 331 def (**props) = _pending_app.(**props) |
.cupertinoalertdialog(**props) ⇒ Object
325 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 325 def cupertinoalertdialog(**props) = _pending_app.cupertinoalertdialog(**props) |
.cupertinoappbar(**props) ⇒ Object
333 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 333 def (**props) = _pending_app.(**props) |
.cupertinobottomsheet(content = nil, **props) ⇒ Object
335 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 335 def cupertinobottomsheet(content = nil, **props) = _pending_app.cupertinobottomsheet(content, **props) |
.cupertinobutton(content = nil, **props) ⇒ Object
307 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 307 def (content = nil, **props) = _pending_app.(content, **props) |
.cupertinocheckbox(**props) ⇒ Object
313 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 313 def cupertinocheckbox(**props) = _pending_app.cupertinocheckbox(**props) |
.cupertinocontextmenu(**props) ⇒ Object
341 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 341 def (**props) = _pending_app.(**props) |
.cupertinocontextmenuaction(**props) ⇒ Object
343 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 343 def (**props) = _pending_app.(**props) |
.cupertinodatepicker(**props) ⇒ Object
337 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 337 def cupertinodatepicker(**props) = _pending_app.cupertinodatepicker(**props) |
.cupertinodialogaction(**props) ⇒ Object
339 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 339 def cupertinodialogaction(**props) = _pending_app.cupertinodialogaction(**props) |
.cupertinofilledbutton(content = nil, **props) ⇒ Object
309 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 309 def (content = nil, **props) = _pending_app.(content, **props) |
.cupertinolisttile(**props) ⇒ Object
345 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 345 def cupertinolisttile(**props) = _pending_app.cupertinolisttile(**props) |
.cupertinonavigationbar(**props) ⇒ Object
347 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 347 def (**props) = _pending_app.(**props) |
.cupertinopicker(children = nil, **props) ⇒ Object
349 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 349 def cupertinopicker(children = nil, **props) = _pending_app.cupertinopicker(children, **props) |
.cupertinoradio(**props) ⇒ Object
323 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 323 def cupertinoradio(**props) = _pending_app.cupertinoradio(**props) |
.cupertinosegmentedbutton(children = nil, **props) ⇒ Object
351 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 351 def (children = nil, **props) = _pending_app.(children, **props) |
.cupertinoslider(**props) ⇒ Object
321 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 321 def (**props) = _pending_app.(**props) |
.cupertinoslidingsegmentedbutton(children = nil, **props) ⇒ Object
353 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 353 def (children = nil, **props) = _pending_app.(children, **props) |
.cupertinoswitch(**props) ⇒ Object
319 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 319 def cupertinoswitch(**props) = _pending_app.cupertinoswitch(**props) |
.cupertinotextfield(value = nil, **props) ⇒ Object
315 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 315 def cupertinotextfield(value = nil, **props) = _pending_app.cupertinotextfield(value, **props) |
.cupertinotimerpicker(**props) ⇒ Object
317 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 317 def cupertinotimerpicker(**props) = _pending_app.cupertinotimerpicker(**props) |
.cupertinotintedbutton(content = nil, **props) ⇒ Object
311 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 311 def (content = nil, **props) = _pending_app.(content, **props) |
.data_cell(content = nil, **props) ⇒ Object
150 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 150 def data_cell(content = nil, **props) = _pending_app.data_cell(content, **props) |
.data_column(label = nil, **props) ⇒ Object
146 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 146 def data_column(label = nil, **props) = _pending_app.data_column(label, **props) |
.data_row(cells = nil, **props) ⇒ Object
148 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 148 def data_row(cells = nil, **props) = _pending_app.data_row(cells, **props) |
.data_table(columns = nil, **props) ⇒ Object
144 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 144 def data_table(columns = nil, **props) = _pending_app.data_table(columns, **props) |
.datacell(content = nil, **props) ⇒ Object
151 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 151 def datacell(content = nil, **props) = _pending_app.datacell(content, **props) |
.datacolumn(label = nil, **props) ⇒ Object
147 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 147 def datacolumn(label = nil, **props) = _pending_app.datacolumn(label, **props) |
.datarow(cells = nil, **props) ⇒ Object
149 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 149 def datarow(cells = nil, **props) = _pending_app.datarow(cells, **props) |
.datatable(columns = nil, **props) ⇒ Object
145 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 145 def datatable(columns = nil, **props) = _pending_app.datatable(columns, **props) |
.date_picker(**props) ⇒ Object
140 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 140 def date_picker(**props) = _pending_app.date_picker(**props) |
.date_range_picker(**props) ⇒ Object
142 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 142 def date_range_picker(**props) = _pending_app.date_range_picker(**props) |
.datepicker(**props) ⇒ Object
141 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 141 def datepicker(**props) = _pending_app.datepicker(**props) |
.daterangepicker(**props) ⇒ Object
143 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 143 def daterangepicker(**props) = _pending_app.daterangepicker(**props) |
.default_host ⇒ Object
19 20 21 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 19 def default_host ENV["RUFLET_HOST"].to_s.strip.empty? ? "0.0.0.0" : ENV["RUFLET_HOST"].to_s end |
.default_port ⇒ Object
23 24 25 26 27 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 23 def default_port raw = ENV["RUFLET_PORT"].to_s value = raw.to_i value > 0 ? value : 8550 end |
.dismissible(content = nil, **props) ⇒ Object
99 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 99 def dismissible(content = nil, **props) = _pending_app.dismissible(content, **props) |
.divider(**props) ⇒ Object
135 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 135 def divider(**props) = _pending_app.divider(**props) |
.drag_target(content = nil, **props, &block) ⇒ Object
100 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 100 def drag_target(content = nil, **props, &block) = _pending_app.drag_target(content, **props, &block) |
.draggable(content = nil, **props, &block) ⇒ Object
98 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 98 def draggable(content = nil, **props, &block) = _pending_app.draggable(content, **props, &block) |
.dragtarget(content = nil, **props, &block) ⇒ Object
101 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 101 def dragtarget(content = nil, **props, &block) = _pending_app.dragtarget(content, **props, &block) |
.dropdown(options = nil, **props) ⇒ Object
158 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 158 def dropdown( = nil, **props) = _pending_app.dropdown(, **props) |
.dropdown_m2(options = nil, **props) ⇒ Object
161 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 161 def dropdown_m2( = nil, **props) = _pending_app.dropdown_m2(, **props) |
.dropdown_option(key = nil, **props) ⇒ Object
159 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 159 def dropdown_option(key = nil, **props) = _pending_app.dropdown_option(key, **props) |
.dropdownm2(options = nil, **props) ⇒ Object
162 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 162 def dropdownm2( = nil, **props) = _pending_app.dropdownm2(, **props) |
.dropdownoption(key = nil, **props) ⇒ Object
160 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 160 def dropdownoption(key = nil, **props) = _pending_app.dropdownoption(key, **props) |
.duration(**parts) ⇒ Object
354 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 354 def duration(**parts) = duration_in_milliseconds(parts) |
.duration_in_milliseconds(parts) ⇒ Object
466 467 468 469 470 471 472 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 466 def duration_in_milliseconds(parts) return 0 if parts.nil? || parts.empty? DURATION_FACTORS_MS.reduce(0.0) do |sum, (key, factor)| sum + read_duration_part(parts, key) * factor end.round end |
.elevated_button(content = nil, **props) ⇒ Object
199 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 199 def (content = nil, **props) = _pending_app.(content, **props) |
.expansion_panel(**props) ⇒ Object
154 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 154 def expansion_panel(**props) = _pending_app.expansion_panel(**props) |
.expansion_panel_list(children = nil, **props) ⇒ Object
156 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 156 def expansion_panel_list(children = nil, **props) = _pending_app.expansion_panel_list(children, **props) |
.expansion_tile(children = nil, **props) ⇒ Object
152 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 152 def expansion_tile(children = nil, **props) = _pending_app.expansion_tile(children, **props) |
.expansionpanel(**props) ⇒ Object
155 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 155 def expansionpanel(**props) = _pending_app.expansionpanel(**props) |
.expansionpanellist(children = nil, **props) ⇒ Object
157 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 157 def expansionpanellist(children = nil, **props) = _pending_app.expansionpanellist(children, **props) |
.expansiontile(children = nil, **props) ⇒ Object
153 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 153 def expansiontile(children = nil, **props) = _pending_app.expansiontile(children, **props) |
.fab(content = nil, **props) ⇒ Object
305 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 305 def fab(content = nil, **props) = _pending_app.fab(content, **props) |
.fill(**props) ⇒ Object
81 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 81 def fill(**props) = _pending_app.fill(**props) |
.filled_button(content = nil, **props) ⇒ Object
217 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 217 def (content = nil, **props) = _pending_app.(content, **props) |
.filled_icon_button(icon = nil, **props) ⇒ Object
219 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 219 def (icon = nil, **props) = _pending_app.(icon, **props) |
.filled_tonal_button(content = nil, **props) ⇒ Object
221 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 221 def (content = nil, **props) = _pending_app.(content, **props) |
.filled_tonal_icon_button(icon = nil, **props) ⇒ Object
223 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 223 def (icon = nil, **props) = _pending_app.(icon, **props) |
.filledbutton(content = nil, **props) ⇒ Object
218 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 218 def (content = nil, **props) = _pending_app.(content, **props) |
.fillediconbutton(icon = nil, **props) ⇒ Object
220 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 220 def (icon = nil, **props) = _pending_app.(icon, **props) |
.filledtonalbutton(content = nil, **props) ⇒ Object
222 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 222 def (content = nil, **props) = _pending_app.(content, **props) |
.filledtonaliconbutton(icon = nil, **props) ⇒ Object
224 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 224 def (icon = nil, **props) = _pending_app.(icon, **props) |
.floating_action_button(**props) ⇒ Object
244 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 244 def (**props) = _pending_app.(**props) |
.floatingactionbutton(**props) ⇒ Object
245 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 245 def (**props) = _pending_app.(**props) |
.gesture_detector(**props, &block) ⇒ Object
73 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 73 def gesture_detector(**props, &block) = _pending_app.gesture_detector(**props, &block) |
.gesturedetector(**props, &block) ⇒ Object
74 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 74 def gesturedetector(**props, &block) = _pending_app.gesturedetector(**props, &block) |
.grid_view(children = nil, **props, &block) ⇒ Object
56 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 56 def grid_view(children = nil, **props, &block) = _pending_app.grid_view(children, **props, &block) |
.gridview(children = nil, **props, &block) ⇒ Object
57 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 57 def gridview(children = nil, **props, &block) = _pending_app.gridview(children, **props, &block) |
.icon(icon = nil, **props) ⇒ Object
202 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 202 def icon(icon = nil, **props) = _pending_app.icon(icon, **props) |
.icon_button(icon = nil, **props) ⇒ Object
204 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 204 def (icon = nil, **props) = _pending_app.(icon, **props) |
.iconbutton(icon = nil, **props) ⇒ Object
205 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 205 def (icon = nil, **props) = _pending_app.(icon, **props) |
.image(src = nil, **props) ⇒ Object
203 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 203 def image(src = nil, **props) = _pending_app.image(src, **props) |
.interactive_viewer(content = nil, **props) ⇒ Object
206 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 206 def interactive_viewer(content = nil, **props) = _pending_app.interactive_viewer(content, **props) |
.interactiveviewer(content = nil, **props) ⇒ Object
207 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 207 def interactiveviewer(content = nil, **props) = _pending_app.interactiveviewer(content, **props) |
.keyboard_listener(content = nil, **props) ⇒ Object
71 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 71 def keyboard_listener(content = nil, **props) = _pending_app.keyboard_listener(content, **props) |
.keyboardlistener(content = nil, **props) ⇒ Object
72 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 72 def keyboardlistener(content = nil, **props) = _pending_app.keyboardlistener(content, **props) |
.line(**props) ⇒ Object
76 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 76 def line(**props) = _pending_app.line(**props) |
.line_chart(**props) ⇒ Object
272 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 272 def line_chart(**props) = _pending_app.line_chart(**props) |
.line_chart_data(**props) ⇒ Object
274 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 274 def line_chart_data(**props) = _pending_app.line_chart_data(**props) |
.line_chart_data_point(**props) ⇒ Object
276 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 276 def line_chart_data_point(**props) = _pending_app.line_chart_data_point(**props) |
.linechart(**props) ⇒ Object
273 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 273 def linechart(**props) = _pending_app.linechart(**props) |
.linechartdata(**props) ⇒ Object
275 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 275 def linechartdata(**props) = _pending_app.linechartdata(**props) |
.linechartdatapoint(**props) ⇒ Object
277 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 277 def linechartdatapoint(**props) = _pending_app.linechartdatapoint(**props) |
.list_tile(**props) ⇒ Object
103 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 103 def list_tile(**props) = _pending_app.list_tile(**props) |
.list_view(children = nil, **props) ⇒ Object
125 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 125 def list_view(children = nil, **props) = _pending_app.list_view(children, **props) |
.listtile(**props) ⇒ Object
104 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 104 def listtile(**props) = _pending_app.listtile(**props) |
.listview(children = nil, **props) ⇒ Object
126 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 126 def listview(children = nil, **props) = _pending_app.listview(children, **props) |
.map(layers = nil, **props) ⇒ Object
105 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 105 def map(layers = nil, **props) = _pending_app.map(layers, **props) |
.markdown(value = nil, **props) ⇒ Object
243 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 243 def markdown(value = nil, **props) = _pending_app.markdown(value, **props) |
.marker(content = nil, **props) ⇒ Object
110 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 110 def marker(content = nil, **props) = _pending_app.marker(content, **props) |
.marker_layer(markers = nil, **props) ⇒ Object
108 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 108 def marker_layer(markers = nil, **props) = _pending_app.marker_layer(markers, **props) |
.markerlayer(markers = nil, **props) ⇒ Object
109 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 109 def markerlayer(markers = nil, **props) = _pending_app.markerlayer(markers, **props) |
.menu_bar(children = nil, **props) ⇒ Object
127 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 127 def (children = nil, **props) = _pending_app.(children, **props) |
.menu_item_button(content = nil, **props) ⇒ Object
129 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 129 def (content = nil, **props) = _pending_app.(content, **props) |
.menubar(children = nil, **props) ⇒ Object
128 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 128 def (children = nil, **props) = _pending_app.(children, **props) |
.menuitembutton(content = nil, **props) ⇒ Object
130 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 130 def (content = nil, **props) = _pending_app.(content, **props) |
.merge_semantics(content = nil, **props) ⇒ Object
131 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 131 def merge_semantics(content = nil, **props) = _pending_app.merge_semantics(content, **props) |
.mergesemantics(content = nil, **props) ⇒ Object
132 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 132 def mergesemantics(content = nil, **props) = _pending_app.mergesemantics(content, **props) |
.navigation_bar(**props, &block) ⇒ Object
252 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 252 def (**props, &block) = _pending_app.(**props, &block) |
.navigation_bar_destination(**props, &block) ⇒ Object
254 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 254 def (**props, &block) = _pending_app.(**props, &block) |
.navigation_drawer(children = nil, **props) ⇒ Object
260 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 260 def (children = nil, **props) = _pending_app.(children, **props) |
.navigation_drawer_destination(**props) ⇒ Object
262 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 262 def (**props) = _pending_app.(**props) |
.navigation_rail(**props, &block) ⇒ Object
256 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 256 def (**props, &block) = _pending_app.(**props, &block) |
.navigation_rail_destination(**props, &block) ⇒ Object
258 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 258 def (**props, &block) = _pending_app.(**props, &block) |
.navigationbar(**props, &block) ⇒ Object
253 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 253 def (**props, &block) = _pending_app.(**props, &block) |
.navigationbardestination(**props, &block) ⇒ Object
255 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 255 def (**props, &block) = _pending_app.(**props, &block) |
.navigationdrawer(children = nil, **props) ⇒ Object
261 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 261 def (children = nil, **props) = _pending_app.(children, **props) |
.navigationdrawerdestination(**props) ⇒ Object
263 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 263 def (**props) = _pending_app.(**props) |
.navigationrail(**props, &block) ⇒ Object
257 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 257 def (**props, &block) = _pending_app.(**props, &block) |
.navigationraildestination(**props, &block) ⇒ Object
259 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 259 def (**props, &block) = _pending_app.(**props, &block) |
.outlined_button(content = nil, **props) ⇒ Object
225 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 225 def (content = nil, **props) = _pending_app.(content, **props) |
.outlined_icon_button(icon = nil, **props) ⇒ Object
227 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 227 def (icon = nil, **props) = _pending_app.(icon, **props) |
.outlinedbutton(content = nil, **props) ⇒ Object
226 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 226 def (content = nil, **props) = _pending_app.(content, **props) |
.outlinediconbutton(icon = nil, **props) ⇒ Object
228 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 228 def (icon = nil, **props) = _pending_app.(icon, **props) |
.oval(**props) ⇒ Object
82 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 82 def oval(**props) = _pending_app.oval(**props) |
.page(**props, &block) ⇒ Object
48 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 48 def page(**props, &block) = _pending_app.page(**props, &block) |
.page_view(children = nil, **props) ⇒ Object
166 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 166 def page_view(children = nil, **props) = _pending_app.page_view(children, **props) |
.pageview(children = nil, **props) ⇒ Object
167 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 167 def pageview(children = nil, **props) = _pending_app.pageview(children, **props) |
.paint(**props) ⇒ Object
87 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 87 def paint(**props) = _pending_app.paint(**props) |
.path(**props) ⇒ Object
85 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 85 def path(**props) = _pending_app.path(**props) |
.path_arc(**props) ⇒ Object
90 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 90 def path_arc(**props) = _pending_app.path_arc(**props) |
.path_arc_to(**props) ⇒ Object
91 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 91 def path_arc_to(**props) = _pending_app.path_arc_to(**props) |
.path_close(**props) ⇒ Object
97 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 97 def path_close(**props) = _pending_app.path_close(**props) |
.path_cubic_to(**props) ⇒ Object
95 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 95 def path_cubic_to(**props) = _pending_app.path_cubic_to(**props) |
.path_line_to(x = nil, y = nil, **props) ⇒ Object
89 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 89 def path_line_to(x = nil, y = nil, **props) = _pending_app.path_line_to(x, y, **props) |
.path_move_to(x = nil, y = nil, **props) ⇒ Object
88 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 88 def path_move_to(x = nil, y = nil, **props) = _pending_app.path_move_to(x, y, **props) |
.path_oval(**props) ⇒ Object
92 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 92 def path_oval(**props) = _pending_app.path_oval(**props) |
.path_quadratic_to(**props) ⇒ Object
94 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 94 def path_quadratic_to(**props) = _pending_app.path_quadratic_to(**props) |
.path_rect(**props) ⇒ Object
93 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 93 def path_rect(**props) = _pending_app.path_rect(**props) |
.path_sub_path(**props) ⇒ Object
96 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 96 def path_sub_path(**props) = _pending_app.path_sub_path(**props) |
.pie_chart(**props) ⇒ Object
278 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 278 def pie_chart(**props) = _pending_app.pie_chart(**props) |
.pie_chart_section(**props) ⇒ Object
280 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 280 def pie_chart_section(**props) = _pending_app.pie_chart_section(**props) |
.piechart(**props) ⇒ Object
279 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 279 def piechart(**props) = _pending_app.piechart(**props) |
.piechartsection(**props) ⇒ Object
281 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 281 def piechartsection(**props) = _pending_app.piechartsection(**props) |
.placeholder(content = nil, **props) ⇒ Object
165 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 165 def placeholder(content = nil, **props) = _pending_app.placeholder(content, **props) |
.points(**props) ⇒ Object
83 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 83 def points(**props) = _pending_app.points(**props) |
.polygon_layer(polygons = nil, **props) ⇒ Object
119 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 119 def polygon_layer(polygons = nil, **props) = _pending_app.polygon_layer(polygons, **props) |
.polygon_marker(**props) ⇒ Object
121 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 121 def polygon_marker(**props) = _pending_app.polygon_marker(**props) |
.polygonlayer(polygons = nil, **props) ⇒ Object
120 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 120 def polygonlayer(polygons = nil, **props) = _pending_app.polygonlayer(polygons, **props) |
.polygonmarker(**props) ⇒ Object
122 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 122 def polygonmarker(**props) = _pending_app.polygonmarker(**props) |
.polyline_layer(polylines = nil, **props) ⇒ Object
115 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 115 def polyline_layer(polylines = nil, **props) = _pending_app.polyline_layer(polylines, **props) |
.polyline_marker(**props) ⇒ Object
117 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 117 def polyline_marker(**props) = _pending_app.polyline_marker(**props) |
.polylinelayer(polylines = nil, **props) ⇒ Object
116 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 116 def polylinelayer(polylines = nil, **props) = _pending_app.polylinelayer(polylines, **props) |
.polylinemarker(**props) ⇒ Object
118 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 118 def polylinemarker(**props) = _pending_app.polylinemarker(**props) |
.popup_menu_button(items = nil, **props) ⇒ Object
208 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 208 def (items = nil, **props) = _pending_app.(items, **props) |
.popup_menu_item(content = nil, **props) ⇒ Object
210 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 210 def (content = nil, **props) = _pending_app.(content, **props) |
.popupmenubutton(items = nil, **props) ⇒ Object
209 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 209 def (items = nil, **props) = _pending_app.(items, **props) |
.popupmenuitem(content = nil, **props) ⇒ Object
211 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 211 def (content = nil, **props) = _pending_app.(content, **props) |
.progress_bar(**props) ⇒ Object
163 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 163 def (**props) = _pending_app.(**props) |
.progress_ring(**props) ⇒ Object
168 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 168 def progress_ring(**props) = _pending_app.progress_ring(**props) |
.progressbar(**props) ⇒ Object
164 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 164 def (**props) = _pending_app.(**props) |
.progressring(**props) ⇒ Object
169 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 169 def progressring(**props) = _pending_app.progressring(**props) |
.radar_chart(**props) ⇒ Object
286 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 286 def radar_chart(**props) = _pending_app.radar_chart(**props) |
.radar_chart_title(**props) ⇒ Object
288 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 288 def radar_chart_title(**props) = _pending_app.radar_chart_title(**props) |
.radar_data_set(**props) ⇒ Object
290 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 290 def radar_data_set(**props) = _pending_app.radar_data_set(**props) |
.radar_data_set_entry(**props) ⇒ Object
292 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 292 def radar_data_set_entry(**props) = _pending_app.radar_data_set_entry(**props) |
.radarchart(**props) ⇒ Object
287 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 287 def radarchart(**props) = _pending_app.radarchart(**props) |
.radarcharttitle(**props) ⇒ Object
289 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 289 def radarcharttitle(**props) = _pending_app.radarcharttitle(**props) |
.radardataset(**props) ⇒ Object
291 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 291 def radardataset(**props) = _pending_app.radardataset(**props) |
.radardatasetentry(**props) ⇒ Object
293 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 293 def radardatasetentry(**props) = _pending_app.radardatasetentry(**props) |
.radio(**props) ⇒ Object
234 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 234 def radio(**props) = _pending_app.radio(**props) |
.radio_group(content = nil, **props) ⇒ Object
235 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 235 def radio_group(content = nil, **props) = _pending_app.radio_group(content, **props) |
.radiogroup(content = nil, **props) ⇒ Object
236 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 236 def radiogroup(content = nil, **props) = _pending_app.radiogroup(content, **props) |
.range_slider(**props) ⇒ Object
170 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 170 def (**props) = _pending_app.(**props) |
.rangeslider(**props) ⇒ Object
171 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 171 def (**props) = _pending_app.(**props) |
.read_duration_part(parts, key) ⇒ Object
474 475 476 477 478 479 480 481 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 474 def read_duration_part(parts, key) raw = parts[key] || parts[key.to_s] return 0.0 if raw.nil? return raw.to_f if raw.is_a?(Numeric) return raw.to_f if raw.is_a?(String) && raw.match?(/\A-?\d+(\.\d+)?\z/) 0.0 end |
.rect(**props) ⇒ Object
84 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 84 def rect(**props) = _pending_app.rect(**props) |
.reorderable_drag_handle(content = nil, **props) ⇒ Object
174 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 174 def reorderable_drag_handle(content = nil, **props) = _pending_app.reorderable_drag_handle(content, **props) |
.reorderable_list_view(children = nil, **props) ⇒ Object
176 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 176 def reorderable_list_view(children = nil, **props) = _pending_app.reorderable_list_view(children, **props) |
.reorderabledraghandle(content = nil, **props) ⇒ Object
175 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 175 def reorderabledraghandle(content = nil, **props) = _pending_app.reorderabledraghandle(content, **props) |
.reorderablelistview(children = nil, **props) ⇒ Object
177 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 177 def reorderablelistview(children = nil, **props) = _pending_app.reorderablelistview(children, **props) |
.responsive_row(children = nil, **props, &block) ⇒ Object
172 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 172 def responsive_row(children = nil, **props, &block) = _pending_app.responsive_row(children, **props, &block) |
.responsiverow(children = nil, **props, &block) ⇒ Object
173 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 173 def responsiverow(children = nil, **props, &block) = _pending_app.responsiverow(children, **props, &block) |
.row(children = nil, **props, &block) ⇒ Object
54 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 54 def row(children = nil, **props, &block) = _pending_app.row(children, **props, &block) |
.safe_area(content = nil, **props) ⇒ Object
178 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 178 def safe_area(content = nil, **props) = _pending_app.safe_area(content, **props) |
.safearea(content = nil, **props) ⇒ Object
179 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 179 def safearea(content = nil, **props) = _pending_app.safearea(content, **props) |
.scatter_chart(**props) ⇒ Object
294 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 294 def scatter_chart(**props) = _pending_app.scatter_chart(**props) |
.scatter_chart_spot(**props) ⇒ Object
296 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 296 def scatter_chart_spot(**props) = _pending_app.scatter_chart_spot(**props) |
.scatterchart(**props) ⇒ Object
295 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 295 def scatterchart(**props) = _pending_app.scatterchart(**props) |
.scatterchartspot(**props) ⇒ Object
297 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 297 def scatterchartspot(**props) = _pending_app.scatterchartspot(**props) |
.search_bar(children = nil, **props) ⇒ Object
185 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 185 def (children = nil, **props) = _pending_app.(children, **props) |
.searchbar(children = nil, **props) ⇒ Object
186 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 186 def (children = nil, **props) = _pending_app.(children, **props) |
.segment(value = nil, **props) ⇒ Object
180 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 180 def segment(value = nil, **props) = _pending_app.segment(value, **props) |
.segmented_button(segments = nil, **props) ⇒ Object
181 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 181 def (segments = nil, **props) = _pending_app.(segments, **props) |
.segmentedbutton(segments = nil, **props) ⇒ Object
182 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 182 def (segments = nil, **props) = _pending_app.(segments, **props) |
.selection_area(content = nil, **props) ⇒ Object
183 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 183 def selection_area(content = nil, **props) = _pending_app.selection_area(content, **props) |
.selectionarea(content = nil, **props) ⇒ Object
184 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 184 def selectionarea(content = nil, **props) = _pending_app.selectionarea(content, **props) |
.semantics(content = nil, **props) ⇒ Object
187 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 187 def semantics(content = nil, **props) = _pending_app.semantics(content, **props) |
.service(type, **props, &block) ⇒ Object
51 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 51 def service(type, **props, &block) = _pending_app.service(type, **props, &block) |
.shadow(**props) ⇒ Object
86 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 86 def shadow(**props) = _pending_app.shadow(**props) |
.simple_attribution(**props) ⇒ Object
123 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 123 def simple_attribution(**props) = _pending_app.simple_attribution(**props) |
.simpleattribution(**props) ⇒ Object
124 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 124 def simpleattribution(**props) = _pending_app.simpleattribution(**props) |
.slider(**props) ⇒ Object
231 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 231 def (**props) = _pending_app.(**props) |
.snack_bar(content = nil, **props) ⇒ Object
239 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 239 def (content = nil, **props) = _pending_app.(content, **props) |
.snackbar(content = nil, **props) ⇒ Object
240 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 240 def (content = nil, **props) = _pending_app.(content, **props) |
.stack(children = nil, **props, &block) ⇒ Object
55 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 55 def stack(children = nil, **props, &block) = _pending_app.stack(children, **props, &block) |
.submenu_button(children = nil, **props) ⇒ Object
133 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 133 def (children = nil, **props) = _pending_app.(children, **props) |
.submenubutton(children = nil, **props) ⇒ Object
134 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 134 def (children = nil, **props) = _pending_app.(children, **props) |
.switch(**props) ⇒ Object
230 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 230 def switch(**props) = _pending_app.switch(**props) |
.tab(label = nil, **props, &block) ⇒ Object
247 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 247 def tab(label = nil, **props, &block) = _pending_app.tab(label, **props, &block) |
.tab_bar(tabs = nil, **props, &block) ⇒ Object
248 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 248 def (tabs = nil, **props, &block) = _pending_app.(tabs, **props, &block) |
.tab_bar_view(children = nil, **props, &block) ⇒ Object
250 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 250 def (children = nil, **props, &block) = _pending_app.(children, **props, &block) |
.tabbar(tabs = nil, **props, &block) ⇒ Object
249 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 249 def (tabs = nil, **props, &block) = _pending_app.(tabs, **props, &block) |
.tabbarview(children = nil, **props, &block) ⇒ Object
251 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 251 def (children = nil, **props, &block) = _pending_app.(children, **props, &block) |
.tabs(content = nil, **props, &block) ⇒ Object
246 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 246 def tabs(content = nil, **props, &block) = _pending_app.tabs(content, **props, &block) |
.text(value = nil, **props) ⇒ Object
197 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 197 def text(value = nil, **props) = _pending_app.text(value, **props) |
.text_button(content = nil, **props) ⇒ Object
215 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 215 def (content = nil, **props) = _pending_app.(content, **props) |
.text_field(value = nil, **props) ⇒ Object
200 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 200 def text_field(value = nil, **props) = _pending_app.text_field(value, **props) |
.textbutton(content = nil, **props) ⇒ Object
216 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 216 def (content = nil, **props) = _pending_app.(content, **props) |
.textfield(value = nil, **props) ⇒ Object
201 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 201 def textfield(value = nil, **props) = _pending_app.textfield(value, **props) |
.tile_layer(**props) ⇒ Object
106 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 106 def tile_layer(**props) = _pending_app.tile_layer(**props) |
.tilelayer(**props) ⇒ Object
107 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 107 def tilelayer(**props) = _pending_app.tilelayer(**props) |
.time_picker(**props) ⇒ Object
188 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 188 def time_picker(**props) = _pending_app.time_picker(**props) |
.timepicker(**props) ⇒ Object
189 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 189 def timepicker(**props) = _pending_app.timepicker(**props) |
.transparent_pointer(content = nil, **props) ⇒ Object
232 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 232 def transparent_pointer(content = nil, **props) = _pending_app.transparent_pointer(content, **props) |
.transparentpointer(content = nil, **props) ⇒ Object
233 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 233 def transparentpointer(content = nil, **props) = _pending_app.transparentpointer(content, **props) |
.vertical_divider(**props) ⇒ Object
136 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 136 def vertical_divider(**props) = _pending_app.vertical_divider(**props) |
.verticaldivider(**props) ⇒ Object
137 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 137 def verticaldivider(**props) = _pending_app.verticaldivider(**props) |
.video(**props) ⇒ Object
304 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 304 def video(**props) = _pending_app.video(**props) |
.web_view(**props) ⇒ Object
302 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 302 def web_view(**props) = _pending_app.web_view(**props) |
.webview(**props) ⇒ Object
303 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 303 def webview(**props) = _pending_app.webview(**props) |
.widget(type, **props, &block) ⇒ Object
50 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 50 def (type, **props, &block) = _pending_app.(type, **props, &block) |
.window_drag_area(content = nil, **props) ⇒ Object
138 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 138 def window_drag_area(content = nil, **props) = _pending_app.window_drag_area(content, **props) |
.windowdragarea(content = nil, **props) ⇒ Object
139 |
# File 'lib/ruflet_ui/ruflet/dsl.rb', line 139 def windowdragarea(content = nil, **props) = _pending_app.windowdragarea(content, **props) |