eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'SelectionInListModelViewSpec':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: SelectionInListModelViewSpec


Inheritance:

   Object
   |
   +--UISpecification
      |
      +--ComponentSpec
         |
         +--NamedSpec
            |
            +--MenuComponentSpec
               |
               +--ViewWithScrollerSpec
                  |
                  +--ListModelViewSpec
                     |
                     +--SelectionInListModelViewSpec
                        |
                        +--HierarchicalListViewSpec

Package:
stx:libui
Category:
Interface-Support-UI-Specs
Version:
rev: 1.43 date: 2019/05/01 22:00:13
user: cg
file: SelectionInListModelViewSpec.st directory: libui
module: stx stc-classLibrary: libui

Class protocol:

interface specs
o  basicsEditSpec
This resource specification was automatically generated
by the UIPainter of ST/X.

usage example(s):

     UIPainter new openOnClass:SelectionInListModelViewSpec andSelector:#basicsEditSpec

o  channelsEditSpec
This resource specification was automatically generated
by the UIPainter of ST/X.

usage example(s):

     UIPainter new openOnClass:SelectionInListModelViewSpec andSelector:#channelsEditSpec

o  details2EditSpec
This resource specification was automatically generated
by the UIPainter of ST/X.

usage example(s):

     UIPainter new openOnClass:SelectionInListModelViewSpec andSelector:#details2EditSpec

o  detailsEditSpec
This resource specification was automatically generated
by the UIPainter of ST/X.

usage example(s):

     UIPainter new openOnClass:SelectionInListModelViewSpec andSelector:#detailsEditSpec

interface-painter
o  addBindingsTo: env for: inst channel: aChannel
add bindings as required to allow the GUI Painter to operate on an instance of me

o  slices
return the slices for the attribute sections in the GUI Painter

queries
o  supportsDrag

o  supportsDrop


Instance protocol:

accessing
o  doubleClickSelector
return the value of the instance variable 'doubleClickSelector' (automatically generated)

o  doubleClickSelector: something
set the value of the instance variable 'doubleClickSelector' (automatically generated)

o  highlightMode
return the value of the instance variable 'highlightMode' (automatically generated)

o  highlightMode: something
set the value of the instance variable 'highlightMode' (automatically generated)

o  ignoreReselect
controls if clicking on an already selected item should
be ignored or should perform the select action again.
By default, these are ignored

o  ignoreReselect: something
controls if clicking on an already selected item should
be ignored or should perform the select action again.
By default, these are ignored

o  multipleSelectOk
return the value of the instance variable 'multipleSelectOk' (automatically generated)

o  multipleSelectOk: something
set the value of the instance variable 'multipleSelectOk' (automatically generated)

o  selectConditionSelector
return the value of the instance variable 'selectConditionSelector' (automatically generated)

o  selectConditionSelector: something
set the value of the instance variable 'selectConditionSelector' (automatically generated)

o  selectOnButtomMenu

o  selectOnButtomMenu: something

o  selectOnButtonMenu

o  selectOnButtonMenu: something

o  selectOnMenuButton
defines the menu-button (middle button) press behavior;
if true, the line under the mouse
will be selected before the menu is opened (Windows behavior).
Otherwise the selection is unchanged and the menu is opened
for the current selection (Unix behavior).

o  selectOnMenuButton: aBoolean
defines the menu-button (middle button) press behavior;
if true, the line under the mouse
will be selected before the menu is opened (Windows behavior).
Otherwise the selection is unchanged and the menu is opened
for the current selection (Unix behavior).

o  useIndex
return the value of the instance variable 'useIndex' (automatically generated)

o  useIndex: something
set the value of the instance variable 'useIndex' (automatically generated)

o  valueChangeSelector
return the value of the instance variable 'valueChangeSelector' (automatically generated)

o  valueChangeSelector: something
set the value of the instance variable 'valueChangeSelector' (automatically generated)

accessing-channels
o  doubleClickChannel

o  doubleClickChannel: something

building
o  setAttributesIn: aView with: aBuilder
set my attributes to aView

converting
o  skippedInLiteralEncoding
define the inst-slots which are skipped when generating a literalArrayEncoding;
(to skip the ones with default values.)

parsing a view
o  fromView: aView callBack: aBlock
extract attributes from aView

queries-UIDefiner
o  actionSelectors
add more action selectors (these generate callBack stub methods in the definer)

visiting
o  acceptUISpecVisitor: aVisitor
Double dispatch back to the visitor, passing my type encoded in
the selector (visitor pattern)



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Sun, 28 Apr 2024 03:51:18 GMT