eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::Select':

Home

everywhere
www.exept.de
for:
[back]

Class: Select (in HTML)


Inheritance:

   Object
   |
   +--HTML::AbstractElement
      |
      +--HTML::AbstractHTMLElement
         |
         +--HTML::AbstractFormElement
            |
            +--HTML::Select

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-ModelTree-Form
Version:
rev: 1.15 date: 2008/11/01 18:33:28
user: stefan
file: HTML__Select.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

instance creation
o  newSelectWithName: aName options: aCollectionOfStrings values: aCollectionOfValues selectedIndex: selectedIndex

required protocol
o  tagName


Instance protocol:

interface-attributes
o  beMultiple
Set this select to be multiple.

o  beNotMultiple
Set this select to be multiple.

o  isMultiple
Return if multiple is set or not.

o  multiple: aBoolean

o  size
Return the size of this select.

o  size: aNumber
Set the size of this select.

o  tabindex
Return the tab-index-attribute of this select.

required-visiting
o  acceptHTMLVisitor: aVisitor
visitor pattern: dispatch me to the visitor

testing
o  isInlineElement

o  isSelect



ST/X 6.1.1; WebServer 1.620 at exept:8081; Mon, 21 May 2012 17:29:33 GMT