%3 ::xo::tdom::Object ::xo::tdom::Object ::xo::OrderedComposite ::xo::OrderedComposite __compare ::xo::tdom::Object->::xo::OrderedComposite ::xo::tdom::AttributeManager ::xo::tdom::AttributeManager ::xo::tdom::Object->::xo::tdom::AttributeManager ::xowiki::Tree ::xowiki::Tree ::xowiki::Tree->::xo::OrderedComposite ::ListWidget ::ListWidget ::ListWidget->::xo::OrderedComposite ::xo::Chat ::xo::Chat ::xo::Chat->::xo::OrderedComposite ::xo::Table ::xo::Table column_names ::xo::Table->::xo::OrderedComposite ::xotcl::Object ::xotcl::Object ::xo::OrderedComposite->::xotcl::Object ::TableWidget ::TableWidget ::TableWidget->::xo::Table ::xowiki::YUIDataTable ::xowiki::YUIDataTable ::xowiki::YUIDataTable->::xo::Table ::xowiki::BootstrapTable ::xowiki::BootstrapTable ::xowiki::BootstrapTable->::xo::Table ::xowiki::TableWidget ::xowiki::TableWidget ::xowiki::TableWidget->::TableWidget

Class ::xo::Table

::xo::Table[i] create ... \
           [ -name name ] \
           [ -no_data (default "#xotcl-core.No_Data#") ] \
           [ -renderer (default "TABLE3") ]

Class Relations

  • class: ::xotcl::Class[i]
  • superclass: ::xo::OrderedComposite[i]
  • subclass: ::TableWidget[i], ::xowiki::YUIDataTable[i], ::xowiki::BootstrapTable[i]

Methods (to be applied on instances)

  • column_names (scripted, public)

     <instance of xo::Table[i]> column_names

    Return a list of names of the columns of the current table. These names are used to refer to the columns, e.g. in sorting or when values are set.

    Returns:
    list of names

    Partial Call Graph (max 5 caller/called nodes):
    %3 test_create_form_with_form_instance create_form_with_form_instance (test xowiki) xo::Table instproc column_names xo::Table instproc column_names test_create_form_with_form_instance->xo::Table instproc column_names

    Testcases:
    create_form_with_form_instance