Module: Druid::NestedElements

Included in:
Elements::Element
Defined in:
lib/druid/nested_elements.rb

Instance Method Summary collapse

Instance Method Details

#button_element(identifier = {:index => 0}) ⇒ Object



11
12
13
# File 'lib/druid/nested_elements.rb', line 11

def button_element(identifier={:index => 0})
  button_for(identifier)
end

#button_elements(identifier = {:index => 0}) ⇒ Object



15
16
17
# File 'lib/druid/nested_elements.rb', line 15

def button_elements(identifier={:index => 0})
  buttons_for(identifier)
end

#cell_element(identifier = {:index => 0}) ⇒ Object



91
92
93
# File 'lib/druid/nested_elements.rb', line 91

def cell_element(identifier={:index => 0})
  cell_for(identifier)
end

#cell_elements(identifier = {:index => 0}) ⇒ Object



95
96
97
# File 'lib/druid/nested_elements.rb', line 95

def cell_elements(identifier={:index => 0})
  cells_for(identifier)
end

#checkbox_element(identifier = {:index => 0}) ⇒ Object



51
52
53
# File 'lib/druid/nested_elements.rb', line 51

def checkbox_element(identifier={:index => 0})
  checkbox_for(identifier)
end

#checkbox_elements(identifier = {:index => 0}) ⇒ Object



55
56
57
# File 'lib/druid/nested_elements.rb', line 55

def checkbox_elements(identifier={:index => 0})
  checkboxes_for(identifier)
end

#div_element(identifier = {:index => 0}) ⇒ Object



67
68
69
# File 'lib/druid/nested_elements.rb', line 67

def div_element(identifier={:index => 0})
  div_for(identifier)
end

#div_elements(identifier = {:index => 0}) ⇒ Object



71
72
73
# File 'lib/druid/nested_elements.rb', line 71

def div_elements(identifier={:index => 0})
  divs_for(identifier)
end

#file_field_element(identifier = {:index => 0}) ⇒ Object



195
196
197
# File 'lib/druid/nested_elements.rb', line 195

def file_field_element(identifier={:index => 0})
  file_field_for(identifier)
end

#form_element(identifier = {:index => 0}) ⇒ Object



107
108
109
# File 'lib/druid/nested_elements.rb', line 107

def form_element(identifier={:index => 0})
  form_for(identifier)
end

#form_elements(identifier = {:index => 0}) ⇒ Object



111
112
113
# File 'lib/druid/nested_elements.rb', line 111

def form_elements(identifier={:index => 0})
  forms_for(identifier)
end

#h1_element(identifier = {:index => 0}) ⇒ Object



139
140
141
# File 'lib/druid/nested_elements.rb', line 139

def h1_element(identifier={:index => 0})
  h1_for(identifier)
end

#h1_elements(identifier = {:index => 0}) ⇒ Object



143
144
145
# File 'lib/druid/nested_elements.rb', line 143

def h1_elements(identifier={:index => 0})
  h1s_for(identifier)
end

#h2_element(identifier = {:index => 0}) ⇒ Object



147
148
149
# File 'lib/druid/nested_elements.rb', line 147

def h2_element(identifier={:index => 0})
  h2_for(identifier)
end

#h2_elements(identifier = {:index => 0}) ⇒ Object



151
152
153
# File 'lib/druid/nested_elements.rb', line 151

def h2_elements(identifier={:index => 0})
  h2s_for(identifier)
end

#h3_element(identifier = {:index => 0}) ⇒ Object



155
156
157
# File 'lib/druid/nested_elements.rb', line 155

def h3_element(identifier={:index => 0})
  h3_for(identifier)
end

#h3_elements(identifier = {:index => 0}) ⇒ Object



159
160
161
# File 'lib/druid/nested_elements.rb', line 159

def h3_elements(identifier={:index => 0})
  h3s_for(identifier)
end

#h4_element(identifier = {:index => 0}) ⇒ Object



163
164
165
# File 'lib/druid/nested_elements.rb', line 163

def h4_element(identifier={:index => 0})
  h4_for(identifier)
end

#h4_elements(identifier = {:index => 0}) ⇒ Object



167
168
169
# File 'lib/druid/nested_elements.rb', line 167

def h4_elements(identifier={:index => 0})
  h4s_for(identifier)
end

#h5_element(identifier = {:index => 0}) ⇒ Object



171
172
173
# File 'lib/druid/nested_elements.rb', line 171

def h5_element(identifier={:index => 0})
  h5_for(identifier)
end

#h5_elements(identifier = {:index => 0}) ⇒ Object



175
176
177
# File 'lib/druid/nested_elements.rb', line 175

def h5_elements(identifier={:index => 0})
  h5s_for(identifier)
end

#h6_element(identifier = {:index => 0}) ⇒ Object



179
180
181
# File 'lib/druid/nested_elements.rb', line 179

def h6_element(identifier={:index => 0})
  h6_for(identifier)
end

#h6_elements(identifier = {:index => 0}) ⇒ Object



183
184
185
# File 'lib/druid/nested_elements.rb', line 183

def h6_elements(identifier={:index => 0})
  h6s_for(identifier)
end

#hidden_field_element(identifier = {:index => 0}) ⇒ Object



27
28
29
# File 'lib/druid/nested_elements.rb', line 27

def hidden_field_element(identifier={:index => 0})
  hidden_field_for(identifier)
end

#hidden_field_elements(identifier = {:index => 0}) ⇒ Object



31
32
33
# File 'lib/druid/nested_elements.rb', line 31

def hidden_field_elements(identifier={:index => 0})
  hidden_fields_for(identifier)
end

#image_element(identifier = {:index => 0}) ⇒ Object



99
100
101
# File 'lib/druid/nested_elements.rb', line 99

def image_element(identifier={:index => 0})
  image_for(identifier)
end

#image_elements(identifier = {:index => 0}) ⇒ Object



103
104
105
# File 'lib/druid/nested_elements.rb', line 103

def image_elements(identifier={:index => 0})
  images_for(identifier)
end

#label_element(identifier = {:index => 0}) ⇒ Object



199
200
201
# File 'lib/druid/nested_elements.rb', line 199

def label_element(identifier={:index => 0})
  label_for(identifier)
end

#label_elements(identifier = {:index => 0}) ⇒ Object



203
204
205
# File 'lib/druid/nested_elements.rb', line 203

def label_elements(identifier={:index => 0})
  labels_for(identifier)
end


3
4
5
# File 'lib/druid/nested_elements.rb', line 3

def link_element(identifier={:index => 0})
  link_for(identifier)
end


7
8
9
# File 'lib/druid/nested_elements.rb', line 7

def link_elements(identifier={:index => 0})
  links_for(identifier)
end

#list_item_element(identifier = {:index => 0}) ⇒ Object



131
132
133
# File 'lib/druid/nested_elements.rb', line 131

def list_item_element(identifier={:index => 0})
  list_item_for(identifier)
end

#list_item_elements(identifier = {:index => 0}) ⇒ Object



135
136
137
# File 'lib/druid/nested_elements.rb', line 135

def list_item_elements(identifier={:index => 0})
  list_items_for(identifier)
end

#ordered_list_element(identifier = {:index => 0}) ⇒ Object



115
116
117
# File 'lib/druid/nested_elements.rb', line 115

def ordered_list_element(identifier={:index => 0})
  ordered_list_for(identifier)
end

#ordered_list_elements(identifier = {:index => 0}) ⇒ Object



119
120
121
# File 'lib/druid/nested_elements.rb', line 119

def ordered_list_elements(identifier={:index => 0})
  ordered_lists_for(identifier)
end

#paragraph_element(identifier = {:index => 0}) ⇒ Object



187
188
189
# File 'lib/druid/nested_elements.rb', line 187

def paragraph_element(identifier={:index => 0})
  paragraph_for(identifier)
end

#paragraph_elements(identifier = {:index => 0}) ⇒ Object



191
192
193
# File 'lib/druid/nested_elements.rb', line 191

def paragraph_elements(identifier={:index => 0})
  paragraphs_for(identifier)
end

#radio_button_element(identifier = {:index => 0}) ⇒ Object



59
60
61
# File 'lib/druid/nested_elements.rb', line 59

def radio_button_element(identifier={:index => 0})
  radio_button_for(identifier)
end

#radio_button_elements(identifier = {:index => 0}) ⇒ Object



63
64
65
# File 'lib/druid/nested_elements.rb', line 63

def radio_button_elements(identifier={:index => 0})
  radio_buttons_for(identifier)
end

#select_list_element(identifier = {:index => 0}) ⇒ Object



43
44
45
# File 'lib/druid/nested_elements.rb', line 43

def select_list_element(identifier={:index => 0})
  select_list_for(identifier)
end

#select_list_elements(identifier = {:index => 0}) ⇒ Object



47
48
49
# File 'lib/druid/nested_elements.rb', line 47

def select_list_elements(identifier={:index => 0})
  select_lists_for(identifier)
end

#span_element(identifier = {:index => 0}) ⇒ Object



75
76
77
# File 'lib/druid/nested_elements.rb', line 75

def span_element(identifier={:index => 0})
  span_for(identifier)
end

#span_elements(identifier = {:index => 0}) ⇒ Object



79
80
81
# File 'lib/druid/nested_elements.rb', line 79

def span_elements(identifier={:index => 0})
  spans_for(identifier)
end

#table_element(identifier = {:index => 0}) ⇒ Object



83
84
85
# File 'lib/druid/nested_elements.rb', line 83

def table_element(identifier={:index => 0})
  table_for(identifier)
end

#table_elements(identifier = {:index => 0}) ⇒ Object



87
88
89
# File 'lib/druid/nested_elements.rb', line 87

def table_elements(identifier={:index => 0})
  tables_for(identifier)
end

#text_area_element(identifier = {:index => 0}) ⇒ Object



35
36
37
# File 'lib/druid/nested_elements.rb', line 35

def text_area_element(identifier={:index => 0})
  text_area_for(identifier)
end

#text_area_elements(identifier = {:index => 0}) ⇒ Object



39
40
41
# File 'lib/druid/nested_elements.rb', line 39

def text_area_elements(identifier={:index => 0})
  text_areas_for(identifier)
end

#text_field_element(identifier = {:index => 0}) ⇒ Object



19
20
21
# File 'lib/druid/nested_elements.rb', line 19

def text_field_element(identifier={:index => 0})
  text_field_for(identifier)
end

#text_field_elements(identifier = {:index => 0}) ⇒ Object



23
24
25
# File 'lib/druid/nested_elements.rb', line 23

def text_field_elements(identifier={:index => 0})
  text_fields_for(identifier)
end

#unordered_list_element(identifier = {:index => 0}) ⇒ Object



123
124
125
# File 'lib/druid/nested_elements.rb', line 123

def unordered_list_element(identifier={:index => 0})
  unordered_list_for(identifier)
end

#unordered_list_elements(identifier = {:index => 0}) ⇒ Object



127
128
129
# File 'lib/druid/nested_elements.rb', line 127

def unordered_list_elements(identifier={:index => 0})
  unordered_lists_for(identifier)
end