Class: OdfCore::Element::Form::Listbox

Inherits:
AbstractElement show all
Defined in:
lib/odf_core/element/form/listbox.rb

Constant Summary collapse

XML_ELEMENT_NAME =
'form:listbox'
CHILDREN =
["form:option", "form:properties", "office:event-listeners"].freeze
ATTRIBUTES =
[
  "form:bound-column",
  "form:control-implementation",
  "form:data-field",
  "form:disabled",
  "form:dropdown",
  "form:id",
  "form:linked-cell",
  "form:list-linkage-type",
  "form:list-source",
  "form:list-source-type",
  "form:multiple",
  "form:name",
  "form:printable",
  "form:size",
  "form:source-cell-range",
  "form:tab-index",
  "form:tab-stop",
  "form:title",
  "form:xforms-list-source",
  "xforms:bind",
  "xml:id",
].freeze

Instance Attribute Summary

Attributes inherited from AbstractElement

#attributes, #children

Method Summary

Methods inherited from AbstractElement

#<<, #[], #[]=, attributes, children, #initialize, xml_element_name

Constructor Details

This class inherits a constructor from OdfCore::Element::AbstractElement