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.108 date: 2019/05/27 13:16:29
user: cg
file: DataSetSpec.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

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
return the value of the instance variable 'columnAdaptor' (automatically generated)

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

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: something
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

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.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Thu, 28 Mar 2024 08:49:54 GMT