Class: UU::OS::Form::Choice

Inherits:
Input show all
Defined in:
uu_os_gvc-0.9.6/lib/uu/os/form/choice.rb

Overview

choice component

Instance Attribute Summary

Attributes inherited from Input

#data, #disabled, #read_only, #required, #value

Attributes inherited from GVC::Component

#attributes, #code, #component_type, #form, #height, #id, #name, #width

Instance Method Summary (collapse)

Methods inherited from GVC::Component

#add_message, #focus, #initialize, #messages

Constructor Details

This class inherits a constructor from UU::OS::GVC::Component

Instance Method Details

- (Object) item_list



10
11
12
# File 'uu_os_gvc-0.9.6/lib/uu/os/form/choice.rb', line 10

def item_list
  attributes[:itemList]
end

- (Object) item_list=(item_list)



14
15
16
# File 'uu_os_gvc-0.9.6/lib/uu/os/form/choice.rb', line 14

def item_list=(item_list)
  attributes[:itemList] = item_list
end