%3 ::xo::Table::Field ::xo::Table::Field get-slots init ::xo::OrderedComposite::Child ::xo::OrderedComposite::Child ::xo::Table::Field->::xo::OrderedComposite::Child ::xo::Table::TABLE3::Field ::xo::Table::TABLE3::Field ::xo::Table::Field->::xo::Table::TABLE3::Field ::xo::Table::BulkAction ::xo::Table::BulkAction actions get-slots ::xo::Table::TABLE3::BulkAction ::xo::Table::TABLE3::BulkAction ::xo::Table::BulkAction->::xo::Table::TABLE3::BulkAction instmixin ::xo::Table::BulkAction->::xo::OrderedComposite::Child ::xo::Table::Action ::xo::Table::Action ::xo::Table::Action->::xo::OrderedComposite::Child ::xo::Table::TABLE3::Action ::xo::Table::TABLE3::Action ::xo::Table::Action->::xo::Table::TABLE3::Action ::xo::Table::TABLE::BulkAction ::xo::Table::TABLE::BulkAction render render-data ::xo::Table::TABLE3::BulkAction->::xo::Table::TABLE::BulkAction ::xo::Drawable ::xo::Drawable ::xo::Table::TABLE::BulkAction->::xo::Drawable

Class ::xo::Table::BulkAction

::xo::Table::BulkAction[i] create ... \
           [ -CSSclass (default "") ] \
           [ -hide (default "0") ] \
           [ -html (default "") ] \
           [ -id id ] \
           [ -name name ]

Class Relations

  • class: ::xotcl::Class[i]
  • superclass: ::xo::OrderedComposite::Child[i]
  • instmixin: ::xo::Table::TABLE3::BulkAction[i]
::xotcl::Class create ::xo::Table::BulkAction \
     -superclass ::xo::OrderedComposite::Child \
     -instmixin ::xo::Table::TABLE3::BulkAction

Methods (to be applied on instances)

  • CSSclass (setter)

  • actions (scripted)

    #:init
    set grandParent [[:info parent] info parent]
    if {![info exists :name]} {set :name [namespace tail [self]]}
    #set M [::xo::OrderedComposite create ${grandParent}::__bulkactions]
    set M [::xo::OrderedComposite create ${grandParent}::__bulkactions -noinit]
    namespace eval $M {namespace import -force ::xo::Table::*}
    $M contains $cmd
    $M set __belongs_to [self]
    $M set __identifier ${:name}
  • get-slots (scripted)

    ;
  • hide (setter)

  • html (setter)

  • id (setter)

  • name (setter)