Class: Google::Apis::CloudsearchV1::AppsDynamiteStorageWidget
- Inherits:
-
Object
- Object
- Google::Apis::CloudsearchV1::AppsDynamiteStorageWidget
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudsearch_v1/classes.rb,
lib/google/apis/cloudsearch_v1/representations.rb,
lib/google/apis/cloudsearch_v1/representations.rb
Overview
A widget is a UI element that presents texts, images, etc.
Instance Attribute Summary collapse
-
#button_list ⇒ Google::Apis::CloudsearchV1::AppsDynamiteStorageButtonList
A list of buttons layed out horizontally.
-
#columns ⇒ Google::Apis::CloudsearchV1::AppsDynamiteStorageColumns
Represents a Columns widget that displays a single row of columns.
-
#date_time_picker ⇒ Google::Apis::CloudsearchV1::AppsDynamiteStorageDateTimePicker
The widget that lets users to specify a date and time.
-
#decorated_text ⇒ Google::Apis::CloudsearchV1::AppsDynamiteStorageDecoratedText
A widget that displays text with optional decorations such as a label above or below the text, an icon in front of the text, a selection widget or a button after the text.
-
#divider ⇒ Google::Apis::CloudsearchV1::AppsDynamiteStorageDivider
A divider that appears in between widgets.
-
#grid ⇒ Google::Apis::CloudsearchV1::AppsDynamiteStorageGrid
Represents a Grid widget that displays items in a configurable grid layout.
-
#horizontal_alignment ⇒ String
The horizontal alignment of this widget.
-
#image ⇒ Google::Apis::CloudsearchV1::AppsDynamiteStorageImage
An image that is specified by a URL and can have an onClick action.
-
#selection_input ⇒ Google::Apis::CloudsearchV1::AppsDynamiteStorageSelectionInput
A widget that creates a UI item (for example, a drop-down list) with options for users to select.
-
#text_input ⇒ Google::Apis::CloudsearchV1::AppsDynamiteStorageTextInput
A text input is a UI item where users can input text.
-
#text_paragraph ⇒ Google::Apis::CloudsearchV1::AppsDynamiteStorageTextParagraph
A paragraph of text that supports formatting.
Instance Method Summary collapse
-
#initialize(**args) ⇒ AppsDynamiteStorageWidget
constructor
A new instance of AppsDynamiteStorageWidget.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ AppsDynamiteStorageWidget
Returns a new instance of AppsDynamiteStorageWidget.
3835 3836 3837 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3835 def initialize(**args) update!(**args) end |
Instance Attribute Details
#button_list ⇒ Google::Apis::CloudsearchV1::AppsDynamiteStorageButtonList
A list of buttons layed out horizontally.
Corresponds to the JSON property buttonList
3778 3779 3780 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3778 def @button_list end |
#columns ⇒ Google::Apis::CloudsearchV1::AppsDynamiteStorageColumns
Represents a Columns widget that displays a single row of columns.
Corresponds to the JSON property columns
3783 3784 3785 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3783 def columns @columns end |
#date_time_picker ⇒ Google::Apis::CloudsearchV1::AppsDynamiteStorageDateTimePicker
The widget that lets users to specify a date and time.
Corresponds to the JSON property dateTimePicker
3788 3789 3790 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3788 def date_time_picker @date_time_picker end |
#decorated_text ⇒ Google::Apis::CloudsearchV1::AppsDynamiteStorageDecoratedText
A widget that displays text with optional decorations such as a label above or
below the text, an icon in front of the text, a selection widget or a button
after the text.
Corresponds to the JSON property decoratedText
3795 3796 3797 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3795 def decorated_text @decorated_text end |
#divider ⇒ Google::Apis::CloudsearchV1::AppsDynamiteStorageDivider
A divider that appears in between widgets.
Corresponds to the JSON property divider
3800 3801 3802 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3800 def divider @divider end |
#grid ⇒ Google::Apis::CloudsearchV1::AppsDynamiteStorageGrid
Represents a Grid widget that displays items in a configurable grid layout.
Corresponds to the JSON property grid
3805 3806 3807 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3805 def grid @grid end |
#horizontal_alignment ⇒ String
The horizontal alignment of this widget.
Corresponds to the JSON property horizontalAlignment
3810 3811 3812 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3810 def horizontal_alignment @horizontal_alignment end |
#image ⇒ Google::Apis::CloudsearchV1::AppsDynamiteStorageImage
An image that is specified by a URL and can have an onClick action.
Corresponds to the JSON property image
3815 3816 3817 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3815 def image @image end |
#selection_input ⇒ Google::Apis::CloudsearchV1::AppsDynamiteStorageSelectionInput
A widget that creates a UI item (for example, a drop-down list) with options
for users to select.
Corresponds to the JSON property selectionInput
3821 3822 3823 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3821 def selection_input @selection_input end |
#text_input ⇒ Google::Apis::CloudsearchV1::AppsDynamiteStorageTextInput
A text input is a UI item where users can input text. A text input can also
have an onChange action and suggestions.
Corresponds to the JSON property textInput
3827 3828 3829 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3827 def text_input @text_input end |
#text_paragraph ⇒ Google::Apis::CloudsearchV1::AppsDynamiteStorageTextParagraph
A paragraph of text that supports formatting. See Text formatting for details.
Corresponds to the JSON property textParagraph
3833 3834 3835 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3833 def text_paragraph @text_paragraph end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 |
# File 'lib/google/apis/cloudsearch_v1/classes.rb', line 3840 def update!(**args) @button_list = args[:button_list] if args.key?(:button_list) @columns = args[:columns] if args.key?(:columns) @date_time_picker = args[:date_time_picker] if args.key?(:date_time_picker) @decorated_text = args[:decorated_text] if args.key?(:decorated_text) @divider = args[:divider] if args.key?(:divider) @grid = args[:grid] if args.key?(:grid) @horizontal_alignment = args[:horizontal_alignment] if args.key?(:horizontal_alignment) @image = args[:image] if args.key?(:image) @selection_input = args[:selection_input] if args.key?(:selection_input) @text_input = args[:text_input] if args.key?(:text_input) @text_paragraph = args[:text_paragraph] if args.key?(:text_paragraph) end |