Class: Glib::JsonUi::ViewBuilder::View
- Inherits:
-
JsonUiElement
- Object
- JsonUiElement
- Glib::JsonUi::ViewBuilder::View
- Includes:
- Builder::MouseEvents
- Defined in:
- app/helpers/glib/json_ui/view_builder.rb
Direct Known Subclasses
AbstractText, AppBar, Avatar, Banners::Alert, Banners::Select, Button, Calendar, Charts::Area, Charts::Column, Charts::Line, Charts::Pie, Chip, Datetime, Fab, Fields::AbstractField, Fields::Radio, Hr, Iap::ProductButton, Icon, Image, Map, Multimedia::Video, Panels::Association, Panels::BulkEdit, Panels::BulkEdit2, Panels::Carousel, Panels::Column, Panels::Custom, Panels::Flow, Panels::Form, Panels::Grid, Panels::Horizontal, Panels::List, Panels::Pagination, Panels::Responsive, Panels::Scroll, Panels::Split, Panels::Table, Panels::Table2, Panels::Timeline, Panels::Tree, Panels::Ul, Panels::Vertical, Panels::Web, ProgressBar, ProgressCircle, ShareButton, Spacer, Switch, TabBar, TreeView
Instance Attribute Summary
Attributes inherited from JsonUiElement
Class Method Summary collapse
Methods inherited from JsonUiElement
Constructor Details
This class inherits a constructor from Glib::JsonUi::JsonUiElement
Class Method Details
.component_name ⇒ Object
74 75 76 |
# File 'app/helpers/glib/json_ui/view_builder.rb', line 74 def self.component_name @component_name ||= self.name.sub('Glib::JsonUi::ViewBuilder::', '') end |