Class: Dill::Table::Row

Inherits:
List show all
Defined in:
lib/dill/widgets/table.rb

Constant Summary

Constants included from Dill

VERSION

Instance Attribute Summary

Attributes inherited from Widget

#root

Class Method Summary collapse

Methods inherited from List

#count, #empty?, #exclude?, #include?, item, #length, #size, #to_row, #to_table, #value

Methods inherited from Widget

action, #class?, #classes, #click, filter, filter?, find_all_in, find_in, #has_action?, #hover, #html, #id, #initialize, not_present_in?, present_in?, root, selector, #text, #to_cell, #to_s, #value, widget_delegator

Methods included from Widgets::DSL

#form, #list, #widget

Methods included from WidgetParts::Container

#has_widget?, #not_visible?, #visible?, #widget, #widgets

Methods included from Dill

#deprecate

Methods included from Constructors

#Decimal, #Integer, #Widget

Methods included from WidgetParts::Struct

included

Constructor Details

This class inherits a constructor from Dill::Widget

Class Method Details

.column(*args, &block) ⇒ Object



6
7
8
# File 'lib/dill/widgets/table.rb', line 6

def self.column(*args, &block)
  item(*args, &block)
end