eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'HTML::CSS_Position':

Home

everywhere
www.exept.de
for:
[back]

Class: CSS_Position (in HTML)


Inheritance:

   Object
   |
   +--HTML::CSS_AbstractStyleObject
      |
      +--HTML::CSS_AbstractStyleProperty
         |
         +--HTML::CSS_Position

Package:
stx:goodies/webServer/htmlTree
Category:
Net-Documents-StyleSheet-Positioning
Version:
rev: 1.7 date: 2008/09/03 09:54:09
user: cg
file: HTML__CSS_Position.st directory: goodies/webServer/htmlTree
module: stx stc-classLibrary: htmlTree

Class protocol:

instance creation
o  newAbsolute
Create a new color initialy set to absolute.

o  newFixed
Create a new color initialy set to fixed.

o  newRelative
Create a new color initialy set to relative.

o  newStatic
Create a new color initialy set to static.

required protocol
o  keyName
Return a key name for position.


Instance protocol:

interface-accessing
o  beAbsolute
Set the position to absolute.

o  beRelative
Set the position to relative.

o  beStatic
Set the position to static.

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



ST/X 6.1.1; WebServer 1.620 at exept:8081; Thu, 24 May 2012 16:58:16 GMT