eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'DataSetSpec':

Home

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

Class: DataSetSpec


Inheritance:

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

Package:
stx:libui
Category:
Interface-Support-UI-Specs
Version:
rev: 1.119 date: 2023/04/03 11:52:26
user: stefan
file: DataSetSpec.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) 1997 by eXept Software AG 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

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

Usage example(s):

     UIPainter new openOnClass:DataSetSpec andSelector:#basicsEditSpec

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

Usage example(s):

     UIPainter new openOnClass:DataSetSpec andSelector:#channelsEditSpec

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

Usage example(s):

     UIPainter new openOnClass:DataSetSpec andSelector:#details2EditSpec

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

Usage example(s):

     UIPainter new openOnClass:DataSetSpec andSelector:#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  slices
return the slices for the attribute sections in the GUI Painter

queries
o  supportsDrag

o  supportsDrop


Instance protocol:

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

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

o  columnAdaptor
If non-nil, messages to fetch/store columns from a model-list's element
will be sent to the adapter (i.e. it can map or compute values).
Use #yourself to let the application itself access the columns.
Use nil or leave empty, to have messages been sent directly to the row element.
The per-column getter/setter messages are specified in the columnSpecification.

o  columnAdaptor: something
If non-nil, messages to fetch/store columns from a model-list's element
will be sent to the adapter (i.e. it can map or compute values).
Use #yourself to let the application itself access the columns.
Use nil or leave empty, to have messages been sent directly to the row element.
The per-column getter/setter messages are specified in the columnSpecification.

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

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

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

o  columns: something

o  dataList

o  dataList: aList

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  fromLiteralArrayEncoding: aSpecArray
read my attributes from aSpecArray

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

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

o  has3Dsepartors
temporary kludge to fix ca's typo (which found its way into many specs ;-)

o  has3Dsepartors: something
temporary kludge to fix ca's typo (which found its way into many specs ;-)

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

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

o  isMultiSelect

o  isMultiSelect: something

o  listSelector

o  listSelector: something

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

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

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

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

o  selectCondition
a select condition callback; must return true if a select is allowed

o  selectCondition: something
a select condition callback; must return true if a select is allowed

o  selectRowOnDefault
if a non-selectable column is clicked, shall the row be selected instead ?

o  selectRowOnDefault: something
if a non-selectable column is clicked, shall the row be selected instead ?

o  separatorOneDColor
get the color used to draw a separator in oneD mode

o  separatorOneDColor: aColor
set the color used to draw a separator in oneD mode

o  showHorizontalLines

o  showHorizontalLines: aBoolean

o  showLabels

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

o  showVerticalLines

o  showVerticalLines: aBoolean

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

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

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

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

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

o  tabIntern: aBool
set the value of the instance variable 'tabIntern' (automatically generated)

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

o  useIndex: aBoolean
set the value of the instance variable 'useIndex' (automatically generated)

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)

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

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

accessing-builder
o  rowClassName
used by the DataSetBuilder; get name of 'row' class

o  rowClassName: aClassName
used by the DataSetBuilder; set name of 'row' class

accessing-channels
o  doubleClickChannel

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

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

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

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

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

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

converting
o  skippedInLiteralEncoding
define the inst-slots which are skipped when generating a literalArrayEncoding;
(to skip the ones with default values.)

copying-private
o  postCopy
(comment from inherited method)
must copy collections as well

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

o  viewClass
return the corresponding view class of the spec

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

o  defaultModelValueStringFor: 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.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Sun, 08 Sep 2024 00:32:27 GMT