|
Class: LinkButtonSpec
Object
|
+--UISpecification
|
+--ComponentSpec
|
+--ViewWithLabelSpec
|
+--ViewWithLabelAndModelSpec
|
+--ActionButtonSpec
|
+--LinkButtonSpec
- Package:
- stx:libui
- Category:
- Interface-Support-UI-Specs
- Version:
- rev:
1.5
date: 2021/05/20 09:42:39
- user: cg
- file: LinkButtonSpec.st directory: libui
- module: stx stc-classLibrary: libui
Not normally used by applications.
specifies a button which looks like a piece of text in an HTML document
(i.e. drawn in a blueish link-color).
Useful for notifications at the bottom, which can be clicked on for detail.
copyrightCOPYRIGHT (c) 2009 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.
accessing
-
menu
-
return the value of the instance variable 'menu' (automatically generated)
-
menu: something
-
set the value of the instance variable 'menu' (automatically generated)
-
menuPerformer
-
-
performer
-
return the value of the instance variable 'performer' (automatically generated)
-
performer: something
-
set the value of the instance variable 'performer' (automatically generated)
converting
-
skippedInLiteralEncoding
-
define the inst-slots which are skipped when generating a literalArrayEncoding;
(to skip the ones with default values.)
queries
-
menuSelector
-
-
menuSelector: something
-
|