eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'FilenameComboBoxView':

Home

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

Class: FilenameComboBoxView


Inheritance:

   Object
   |
   +--GraphicsMedium
      |
      +--DisplaySurface
         |
         +--SimpleView
            |
            +--View
               |
               +--ComboView
                  |
                  +--ComboBoxView
                     |
                     +--FilenameComboBoxView

Package:
stx:libwidg2
Category:
Views-Interactors
Version:
rev: 1.8 date: 2021/01/20 15:39:07
user: cg
file: FilenameComboBoxView.st directory: libwidg2
module: stx stc-classLibrary: libwidg2

Description:


Like A ComboBoxView, but does fileNameCompletion when the Tab key is hit.

copyright

COPYRIGHT (c) 2002 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.

Instance protocol:

initialization
o  editFieldClass


Examples:


     |top b|

     top := StandardSystemView new.
     top extent:(300 @ 200).

     b := FilenameComboBoxView in:top.
     b origin:(0.0 @ 0.0) corner:(1.0 @ 0.0).
     b bottomInset:(b preferredExtent y negated).

     b list:#('c:\' 'd:\' 'c:\users').
     top open.


ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:42:34 GMT