.. _classes_and_methods: ====================================== Classes and methods ====================================== Click on the block type name to jump to the detailed class and function page. In addition, specifications such as margins are :ref:`common parameters` of each class, and can be used in any block. Container ==================================== * :ref:`block(Simple container) ` * :ref:`card ` * :ref:`col (A container whose interior is a row) ` * :ref:`expTile (A container whose interior expands downward with a tap) ` * :ref:`row (A container with a column inside)` * :ref:`scroll (A container whose interior can be scrolled) ` * :ref:`span(A container whose interior can be the same line element) ` * :ref:`stack (A container whose interior can be stacked like layers) ` * :ref:`tr (A container for rows inside a table) ` * :ref:`table (A container with a spreadsheet inside) ` * :ref:`wrap (A container whose interior is laid out in the Z direction from the upper left) ` * :ref:`circleAvatar (Circular viewing area) ` * :ref:`badge (Notifications on the icon) ` Text ================== Default ---------------- * :ref:`text` * :ref:`menu (Non mergin text) ` * :ref:`href ` * :ref:`ruby (The ruby-text) ` * :ref:`tf (textField) ` * :ref:`superscript` * :ref:`subscript` Material V3 -------------- * :ref:`displayL` * :ref:`displayM` * :ref:`displayS` * :ref:`headlineL` * :ref:`headlineM` * :ref:`headlineS` * :ref:`titleL` * :ref:`titleM` * :ref:`titleS` * :ref:`labelL` * :ref:`labelM` * :ref:`labelS` * :ref:`bodyL` * :ref:`bodyM` * :ref:`bodyS` Material V2 -------------- * :ref:`h1` * :ref:`h2` * :ref:`h3` * :ref:`h4` * :ref:`h5` * :ref:`h6` * :ref:`subtitle1` * :ref:`subtitle2` * :ref:`body1` * :ref:`body2` * :ref:`caption` * :ref:`overline` Buttons (elements that respond to touch interactions) ======================================================== * :ref:`btn (buttons) ` * :ref:`checkbox (Multi selection) ` * :ref:`dropdownBtn ` * :ref:`popupMenuBtn ` * :ref:`radioBtn (Single selection) ` * :ref:`switchBtn ` * :ref:`segmentedBtn ` Others ================== * :ref:`icon ` * :ref:`img (image) ` * :ref:`line (Horizontal line) ` * :ref:`vline (Vertical line) ` * :ref:`progressIndicator ` * :ref:`slider `