- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables
Class ::xo::Table::BulkAction
::xo::Table::BulkAction create ... \
[ -CSSclass (default "") ] \
[ -hide (default "0") ] \
[ -html (default "") ] \
[ -id id ] \
[ -name name ]
Class Relations
- class: ::xotcl::Class
- superclass: ::xo::OrderedComposite::Child
- instmixin: ::xo::Table::TABLE3::BulkAction
::xotcl::Class create ::xo::Table::BulkAction \ -superclass ::xo::OrderedComposite::Child \ -instmixin ::xo::Table::TABLE3::BulkActionMethods (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)
- Methods: All Methods Documented Methods Hide Methods
- Source: Display Source Hide Source
- Variables: Show Variables Hide Variables