eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'ViewWithScrollerSpec':

Home

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

Class: ViewWithScrollerSpec


Inheritance:

   Object
   |
   +--UISpecification
      |
      +--ComponentSpec
         |
         +--NamedSpec
            |
            +--MenuComponentSpec
               |
               +--ViewWithScrollerSpec
                  |
                  +--ArbitraryComponentSpec
                  |
                  +--DataSetSpec
                  |
                  +--HTMLViewSpec
                  |
                  +--ListModelViewSpec
                  |
                  +--SelectionInTreeViewSpec
                  |
                  +--SequenceViewSpec
                  |
                  +--SubCanvasSpec
                  |
                  +--TextEditorSpec

Package:
stx:libui
Category:
Interface-Support-UI-Specs
Version:
rev: 1.35 date: 2019/03/01 15:32:54
user: stefan
file: ViewWithScrollerSpec.st directory: libui
module: stx stc-classLibrary: libui
Author:
Claus Atzkern

Description:


specification used only for internal purposes.
each specification providing scrollers will
derive from this class

Not normally used by applications.


Related information:

    UIBuilder
    UIPainter

Class protocol:

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


Instance protocol:

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

o  autoHideScrollBars: aBooleanOrNil
set the value of the instance variable 'autoHideScrollBars' (automatically generated)

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

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

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

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

o  miniScrollerHorizontal

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

o  miniScrollerVertical

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

accessing-color & font
o  backgroundColor
return backgroundColor

o  backgroundColor: aColor
set backgroundColor

o  foregroundColor
return foregroundColor

o  foregroundColor: aColor
set foregroundColor

building
o  createScrollableViewFor: aBuilder in: aView
helper for some textViews

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

o  setColorAttributesIn: aView with: aBuilder
apply my color attributes to aView

o  setTabable: aView with: aBuilder
kludge for web-building

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  isScrollable



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 25 Apr 2024 05:56:40 GMT