Class: MotionPrime::TextViewElement

Inherits:
BaseElement show all
Includes:
ElementContentPaddingMixin, ElementContentTextMixin
Defined in:
motion-prime/elements/text_view.rb

Instance Attribute Summary

Attributes inherited from BaseElement

#name, #options, #screen, #section, #styles, #view, #view_name

Instance Method Summary collapse

Methods included from ElementContentTextMixin

#attributed_text?, #attributed_text_for_text, #cached_content_height, #cached_content_width, #content_font, #content_height, #content_text, #content_width, #current_attributed_text, #height_for_attributed_text, #height_for_text, #width_for_attributed_text, #width_for_text

Methods included from ElementTextMixin

#attributed_string, #extract_attributed_string_options, #html_string

Methods included from ElementContentPaddingMixin

#cached_content_outer_height, #cached_content_outer_width, #content_outer_height, #content_outer_width, #content_padding_bottom, #content_padding_height, #content_padding_left, #content_padding_right, #content_padding_top, #content_padding_width, #default_padding_for

Methods inherited from BaseElement

#add_target, after_render, before_render, #bind_gesture, #compute_options!, #computed_options, #dealloc, factory, #hide, #initialize, #reload!, #render, #render!, #show, #update_with_options

Methods included from HasClassFactory

#camelize_factory, #class_factory, #low_camelize_factory

Methods included from HasStyleChainBuilder

#build_styles_chain

Methods included from HasNormalizer

#normalize_object, #normalize_options

Constructor Details

This class inherits a constructor from MotionPrime::BaseElement

Instance Method Details

#view_classObject



6
7
8
# File 'motion-prime/elements/text_view.rb', line 6

def view_class
  "MPTextView"
end