eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::Select':

Home

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

Class: Select (in HTML)


Inheritance:

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

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-HTML-ModelTree-Form
Version:
rev: 1.20 date: 2018/04/26 10:30:14
user: cg
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
self newSelectWithName:'Example' options:#(one two three four five) values:#(1 2 3 nil 5) selectedIndex:3

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.

queries
o  canHaveChild: anElement in: aParser
(comment from inherited method)
return true, if anotherElement is allowed as my child

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

testing
o  isInlineElement

o  isSelect



ST/X 7.2.0.0; WebServer 1.670 at bd0aa1f87cdd.unknown:8081; Tue, 19 Mar 2024 11:22:11 GMT