eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'EnterBoxWithList':

Home

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

Class: EnterBoxWithList


Inheritance:

   Object
   |
   +--GraphicsMedium
      |
      +--DisplaySurface
         |
         +--SimpleView
            |
            +--View
               |
               +--TopView
                  |
                  +--StandardSystemView
                     |
                     +--ModalBox
                        |
                        +--DialogBox
                           |
                           +--EnterBox
                              |
                              +--EnterBoxWithList

Package:
stx:libwidg2
Category:
Views-DialogBoxes
Version:
rev: 1.5 date: 2007/01/26 14:00:55
user: cg
file: EnterBoxWithList.st directory: libwidg2
module: stx stc-classLibrary: libwidg2

Instance protocol:

accessing-contents
o  list: aList

initialization
o  createEnterField
here, a ComboBox is created.


Examples:


        |box|

        box := EnterBoxWithList new.
        box list:#('Jim' 'John' 'Paul').
        box title:'your name please:'.
        box action:[:arg | Transcript showCR:'entered: ''' , arg printString , ''''].
        box open


ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Sat, 20 Apr 2024 09:24:24 GMT