eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'FullSpec':

Home

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

Class: FullSpec


Inheritance:

   Object
   |
   +--UISpecification
      |
      +--ComponentSpec
         |
         +--ViewWithSubcomponentsSpec
            |
            +--FullSpec

Package:
stx:libui
Category:
Interface-Support-UI-Specs
Version:
rev: 1.52 date: 2018/06/25 12:44:02
user: cg
file: FullSpec.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

Instance protocol:

accessing
o  usedBackgroundColor

o  window

o  window: something
set window

building
o  buildViewFor: aBuilder

o  buildViewFor: aBuilder in: aWindowOrNil
cg: no menuPanels are not tabable

o  fromBuilder: aView components: aListOfComponents

o  setupView: aView for: aBuilder

converting
o  fromLiteralArrayEncoding: aSpecArray
read my attributes from aSpecArray

o  literalArrayEncoding
for compatibility: return an order to generate the window-stuff BEFORE the component stuff

o  literalArrayEncodingSlotOrder
for compatibility: return an order to generate the window-stuff BEFORE the component stuff

usage example(s):

super literalArrayEncodingSlotOrder

enumerating
o  do: aBlock

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

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; Tue, 23 Apr 2024 11:59:31 GMT