eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'ScrollerSpec':

Home

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

Class: ScrollerSpec


Inheritance:

   Object
   |
   +--UISpecification
      |
      +--ComponentSpec
         |
         +--NamedSpec
            |
            +--ScrollerSpec
               |
               +--ScrollBarSpec
               |
               +--SliderSpec

Package:
stx:libui
Category:
Interface-Support-UI-Specs
Version:
rev: 1.56 date: 2023/04/03 11:51:34
user: stefan
file: ScrollerSpec.st directory: libui
module: stx stc-classLibrary: libui

Description:


Not normally used by applications.

Notice: 
    this class was implemented using protocol information
    from alpha testers, literature and by reading public domain code
    - it may be incomplete or oncompatible 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.

copyright

COPYRIGHT (c) 1995 by Claus Gittinger All Rights Reserved This software is furnished under a license and may be used only in accordance with the terms of that license and with the inclusion of the above copyright notice. This software may not be provided or otherwise made available to, or used by, any other person. No title to or ownership of the software is hereby transferred.

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

o  icon_horizontal
This resource specification was automatically generated
by the ImageEditor of ST/X.

Usage example(s):

     self icon_horizontal inspect
     ImageEditor openOnClass:self andSelector:#icon_horizontal
     Icon flushCachedIcons

o  icon_vertical
This resource specification was automatically generated
by the ImageEditor of ST/X.

Usage example(s):

     self icon_vertical inspect
     ImageEditor openOnClass:self andSelector:#icon_vertical
     Icon flushCachedIcons

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

Usage example(s):

     UIPainter new openOnClass:ScrollerSpec andSelector:#basicsEditSpec

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

Usage example(s):

     UIPainter new openOnClass:ScrollerSpec andSelector:#detailsEditSpec

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

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


Instance protocol:

accessing
o  asynchronous
aBoolean; if true, the scroller updates the model when the mouse is released;
otherwise (the default) it updates immediately

o  asynchronous: aBoolean
aBoolean; if true, the scroller updates the model when the mouse is released;
otherwise (the default) it updates immediately

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

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

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

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

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

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

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

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

accessing-color & font
o  backgroundColor
return the value of the instance variable 'backgroundColor' (automatically generated)

o  backgroundColor: aColor
set the value of the instance variable 'backgroundColor' (automatically generated)

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

converting
o  defaultStart

o  defaultStep

o  defaultStop

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.)

interface - painter
o  icon

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



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sat, 27 Jul 2024 06:58:53 GMT