eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'SequenceViewSpec':

Home

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

Class: SequenceViewSpec


Inheritance:

   Object
   |
   +--UISpecification
      |
      +--ComponentSpec
         |
         +--NamedSpec
            |
            +--MenuComponentSpec
               |
               +--ViewWithScrollerSpec
                  |
                  +--SequenceViewSpec

Package:
stx:libui
Category:
Interface-Support-UI-Specs
Version:
rev: 1.119 date: 2017/11/28 18:21:22
user: cg
file: SequenceViewSpec.st directory: libui
module: stx stc-classLibrary: libui
Author:
Claus Atzkern

Description:


Not normally used by applications.

Notice: 
    this class was implemented using protocol information
    from alpha testers, literature and by read public domain code
    - it may not be complete or compatible to
    the corresponding ST-80 class. 
    If you encounter any incompatibilities, please forward a note 
    describing the incompatibility verbal (i.e. no code) to the ST/X team.


Related information:

    UIBuilder
    UIPainter

Class protocol:

image specs
o  icon
This resource specification was automatically generated
by the ImageEditor of ST/X.

usage example(s):

     ImageEditor openOnClass:self andSelector:#icon

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

usage example(s):

     UIPainter new openOnClass:SequenceViewSpec andSelector:#basicsEditSpec
     SequenceViewSpec new openInterface:#basicsEditSpec

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

usage example(s):

     UIPainter new openOnClass:SequenceViewSpec andSelector:#channelsEditSpec

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

usage example(s):

     UIPainter new openOnClass:SequenceViewSpec andSelector:#details2EditSpec

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

usage example(s):

     UIPainter new openOnClass:SequenceViewSpec andSelector:#detailsEditSpec
     SequenceViewSpec new openInterface:#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  commonReplacementClasses
used by the UIPainter's 'replace-by' function

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

queries
o  supportsDrag

o  supportsDrop

o  supportsSubComponents
answer whether instances of the spec class support sub components


Instance protocol:

accessing
o  allowToggleSelect
controls if clicking on an already selected item deselects it or not.
The default is on, meaning that click on the selection deselects.
However, there the ignoreReselect-flag is checked first;
if that is true, no toggling will be done

o  allowToggleSelect: aBoolean
controls if clicking on an already selected item deselects it or not.
The default is on, meaning that click on the selection deselects.
However, there the ignoreReselect-flag is checked first;
if that is true, no toggling will be done

o  autoSelect: aBoolean
VW: CodeCrawler

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

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

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  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: aBoolean
controls if clicking on an already selected item should
be ignored or should perform the select action again.
By default, these are ignored

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

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

o  listSelector

o  listSelector: something

o  multipleSelections
VW: KAISER

o  multipleSelections: aBoolean
VW: KAISER

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

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

o  selectionType
VW: KAISER

o  selectionType: aType
VW: KAISER

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

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

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  useModifierKeys
unused for now - VW compatibility

o  useModifierKeys: something
unused for now - VW compatibility

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

o  validateModel: aModel forView: aView withValue: constantList
about to set the model.
If it's a plain valueHolder, change the listMessage
to #value

converting
o  fromLiteralArrayEncoding: aSpecArray
read my attributes from aSpecArray

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
o  userFriendlyName
answer a good noticeable name of the widget for the GUI Painter and the documentation

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

o  aspectSelectors
add more aspect selectors (these generate aspect methods in the definer)

o  defaultModelClassFor: someAspect
used by the UIPainters aspectGenerator

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; Sat, 20 Apr 2024 06:50:27 GMT