|
Class: TabViewSpec
Object
|
+--UISpecification
|
+--ComponentSpec
|
+--NamedSpec
|
+--MenuComponentSpec
|
+--TabViewSpec
|
+--NoteBookViewSpec
- Package:
- stx:libui
- Category:
- Interface-Support-UI-Specs
- Version:
- rev:
1.103
date: 2022/11/09 10:18:48
- user: cg
- file: TabViewSpec.st directory: libui
- module: stx stc-classLibrary: libui
Not normally used by applications.
copyrightCOPYRIGHT (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.
image specs
-
icon
-
This resource specification was automatically generated
by the ImageEditor of ST/X.
Usage example(s):
ImageEditor openOnClass:self andSelector:#icon
|
interface specs
-
basicsEditSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:TabViewSpec andSelector:#basicsEditSpec
|
-
channelsEditSpec
-
(comment from inherited method)
This resource specification was automatically generated
by the UIPainter of ST/X.
-
channelsEditSpecWithCallBack
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:TabViewSpec andSelector:#channelsEditSpecWithCallBack
|
-
detailsEditSpec
-
This resource specification was automatically generated
by the UIPainter of ST/X.
Usage example(s):
UIPainter new openOnClass:TabViewSpec andSelector:#detailsEditSpec
|
interface-painter
-
addBindingsTo: env for: anInstance channel: aChannel
-
add bindings as required to allow the GUI Painter to operate on an instance of me
-
slices
-
return the slices for the attribute sections in the GUI Painter
queries
-
supportsLabel
-
answer whether corresponding view instances of the spec class can have labels
accessing
-
accessTabMenuAction
-
-
accessTabMenuAction: something
-
-
addTabAction
-
-
addTabAction: aspectSelector
-
-
callbacksSpec
-
return the value of the instance variable 'callbacksSpec' (automatically generated)
-
callbacksSpec: something
-
set the value of the instance variable 'callbacksSpec' (automatically generated)
-
destroyTabAction
-
-
destroyTabAction: aspectSelector
-
Modified (format): / 05-07-2011 / 15:35:21 / cg
-
direction
-
get the direction: #top #bottom #left or #right
-
direction: something
-
set the direction: #top #bottom #left or #right
-
fitLastRow
-
fit the last row to the view's size
-
fitLastRow: aBool
-
fit the last row to the view's size
-
hasScrollButtons
-
returns true if scrollButtons are configured
-
hasScrollButtons: aBoolean
-
true if scrollButtons are configured
-
listSelector
-
-
listSelector: something
-
-
selectConditionBlock
-
return the value of the instance variable 'selectConditionBlock' (automatically generated)
-
selectConditionBlock: something
-
set the value of the instance variable 'selectConditionBlock' (automatically generated)
-
tabLeftMargin
-
-
tabLeftMargin: aMargin
-
-
tabRightMargin
-
-
tabRightMargin: aMargin
-
-
translateLabel
-
get the translateLabel attribute (language string translation)
-
translateLabel: aBoolean
-
set/clear the flag which controls if the label is translated to a national language
via the application's resources
-
useIndex
-
use index instead of name
-
useIndex: aBool
-
use index instead of name
-
valueChangeSelector
-
return the value of the instance variable 'valueChangeSelector' (automatically generated)
-
valueChangeSelector: aSelector
-
set the value of the instance variable 'valueChangeSelector' (automatically generated)
accessing-color & font
-
backgroundColor
-
return the value of the instance variable 'backgroundColor' (automatically generated)
-
backgroundColor: something
-
set the value of the instance variable 'backgroundColor' (automatically generated)
building
-
setAttributesIn: aView with: aBuilder
-
set my attributes to aView
-
validateModel: aModel forView: aView withValue: constantList
-
about to set the model.
If it's a plain valueHolder, change the listMessage
to #value
converting
-
fromLiteralArrayEncoding: aSpecArray
-
read my attributes from aSpecArray
-
skippedInLiteralEncoding
-
define the inst-slots which are skipped when generating a literalArrayEncoding;
(to skip the ones with default values.)
obsolete
-
moveSelectedRow
-
true if selection always is moved to the first row
-
moveSelectedRow: something
-
-
oneTabPerLine
-
return the value of the instance variable 'oneTabPerLine' (automatically generated)
-
oneTabPerLine: something
-
-
tabWidget
-
return the value of the instance variable 'tabWidget' (automatically generated)
-
tabWidget: something
-
parsing a view
-
fromView: aTabView callBack: aBlock
-
extract attributes from aView
queries
-
menuSelector
-
-
menuSelector: something
-
-
userFriendlyName
-
answer a good noticeable name of the widget for the GUI Painter and the documentation
queries-UIDefiner
-
actionSelectors
-
add more action selectors (these generate callBack stub methods in the definer)
-
aspectSelectors
-
add more aspect selectors (these generate aspect methods in the definer)
visiting
-
acceptUISpecVisitor: aVisitor
-
Double dispatch back to the visitor, passing my type encoded in
the selector (visitor pattern)
|