|
Class: ViewWithLabelAndModelSpec
Object
|
+--UISpecification
|
+--ComponentSpec
|
+--ViewWithLabelSpec
|
+--ViewWithLabelAndModelSpec
|
+--ActionButtonSpec
|
+--PopUpListSpec
|
+--UpDownButtonSpec
- Package:
- stx:libui
- Category:
- Interface-Support-UI-Specs
- Version:
- rev:
1.26
date: 2022/02/11 14:42:05
- user: cg
- file: ViewWithLabelAndModelSpec.st directory: libui
- module: stx stc-classLibrary: libui
Not normally used by applications.
copyrightCOPYRIGHT (c) 1995 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.
interface-painter
-
addBindingsTo: aDirectory for: anInstance channel: aChannel
-
add bindings as required to allow the GUI Painter to operate on an instance of me
accessing
-
disabledLogo
-
return the value of the instance variable 'disabledLogo' (automatically generated)
-
disabledLogo: something
-
set the value of the instance variable 'disabledLogo' (automatically generated)
-
initiallyDisabled
-
return the value of the instance variable 'initiallyDisabled' (automatically generated)
-
initiallyDisabled: something
-
set the value of the instance variable 'initiallyDisabled' (automatically generated)
-
model
-
return model
-
model: something
-
set model
-
setModel: something
-
set model
-
tabable
-
return tabable
-
tabable: something
-
set tabable
accessing-channels
-
enableChannel
-
return the value of the instance variable 'enableChannel' (automatically generated)
-
enableChannel: something
-
set the value of the instance variable 'enableChannel' (automatically generated)
building
-
setAttributesIn: aView with: aBuilder
-
set my attributes to aView
-
setChannelsIn: aView with: aBuilder
-
set channels in aView
-
setEnableAttributesIn: aView with: aBuilder
-
converting
-
skippedInLiteralEncoding
-
define the inst-slots which are skipped when generating a literalArrayEncoding;
(to skip the ones with default values.)
parsing a view
-
fromView: aView callBack: aBlock
-
extract attributes from aView
queries-UIDefiner
-
aspectSelectors
-
add more aspect selectors (these generate aspect methods in the definer)
-
defaultModelValueFor: someAspect
-
used by the UIDefiner - return the aspect's default value
-
modelSelector
-
return my model selector
|