|
Class: SelectionInListModelViewSpec
Object
|
+--UISpecification
|
+--ComponentSpec
|
+--NamedSpec
|
+--MenuComponentSpec
|
+--ViewWithScrollerSpec
|
+--ListModelViewSpec
|
+--SelectionInListModelViewSpec
|
+--HierarchicalListViewSpec
- Package:
- stx:libui
- Category:
- Interface-Support-UI-Specs
- Version:
- rev:
1.39
date: 2018/01/15 21:15:45
- user: cg
- file: SelectionInListModelViewSpec.st directory: libui
- module: stx stc-classLibrary: libui
interface specs
-
basicsEditSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
usage example(s):
UIPainter new openOnClass:SelectionInListModelViewSpec andSelector:#basicsEditSpec
|
-
channelsEditSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
usage example(s):
UIPainter new openOnClass:SelectionInListModelViewSpec andSelector:#channelsEditSpec
|
-
details2EditSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
usage example(s):
UIPainter new openOnClass:SelectionInListModelViewSpec andSelector:#details2EditSpec
|
-
detailsEditSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
usage example(s):
UIPainter new openOnClass:SelectionInListModelViewSpec andSelector:#detailsEditSpec
|
interface-painter
-
addBindingsTo: env for: inst channel: aChannel
-
add bindings as required to allow the GUI Painter to operate on an instance of me
-
slices
-
return the slices for the attribute sections in the GUI Painter
queries
-
supportsDrag
-
-
supportsDrop
-
accessing
-
doubleClickSelector
-
return the value of the instance variable 'doubleClickSelector' (automatically generated)
-
doubleClickSelector: something
-
set the value of the instance variable 'doubleClickSelector' (automatically generated)
-
highlightMode
-
return the value of the instance variable 'highlightMode' (automatically generated)
-
highlightMode: something
-
set the value of the instance variable 'highlightMode' (automatically generated)
-
ignoreReselect
-
controls if clicking on an already selected item should
be ignored or should perform the select action again.
By default, these are ignored
-
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
-
multipleSelectOk
-
return the value of the instance variable 'multipleSelectOk' (automatically generated)
-
multipleSelectOk: something
-
set the value of the instance variable 'multipleSelectOk' (automatically generated)
-
selectConditionSelector
-
return the value of the instance variable 'selectConditionSelector' (automatically generated)
-
selectConditionSelector: something
-
set the value of the instance variable 'selectConditionSelector' (automatically generated)
-
selectOnButtomMenu
-
-
selectOnButtomMenu: something
-
-
selectOnButtonMenu
-
-
selectOnButtonMenu: something
-
-
selectOnMenuButton
-
-
selectOnMenuButton: something
-
-
useIndex
-
return the value of the instance variable 'useIndex' (automatically generated)
-
useIndex: something
-
set the value of the instance variable 'useIndex' (automatically generated)
-
valueChangeSelector
-
return the value of the instance variable 'valueChangeSelector' (automatically generated)
-
valueChangeSelector: something
-
set the value of the instance variable 'valueChangeSelector' (automatically generated)
accessing-channels
-
doubleClickChannel
-
-
doubleClickChannel: something
-
building
-
setAttributesIn: aView with: aBuilder
-
set my attributes to aView
converting
-
skippedInLiteralEncoding
-
define the inst-slots which are skipped when generating a literalArrayEncoding;
(to skip the ones with default values.)
parsing a view
-
fromView: aView callBack: aBlock
-
extract attributes from aView
queries-UIDefiner
-
actionSelectors
-
add more action selectors (these generate callBack stub methods in the definer)
visiting
-
acceptUISpecVisitor: aVisitor
-
Double dispatch back to the visitor, passing my type encoded in
the selector (visitor pattern)
|