| 
WebObjects 5.2.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
  |
  +--com.webobjects.appserver.WOElement
        |
        +--com.webobjects.appserver.WOComponent
              |
              +--com.webobjects.smil.WOSMILElement
                    |
                    +--com.webobjects.smil.WOSMILRootLayout
WOSMILRootLayout creates content for the SMIL "root-layout" element.
 A "root-layout" element defines the properties of a SMIL document's root
 window such as size and background color.
 
| Binding | SMIL attribute | 
|---|---|
elementID | id | 
title | title | 
height | height | 
width | width | 
bgcolor | background-color | 
skipContent | skip-content | 
otherTagString | use this binding to add custom attributes | 
| Nested Class Summary | 
| Nested classes inherited from class com.webobjects.appserver.WOComponent | 
WOComponent.Event | 
| Nested classes inherited from class com.webobjects.foundation.NSKeyValueCoding | 
NSKeyValueCoding.DefaultImplementation, NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.Null, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.Utility, NSKeyValueCoding.ValueAccessor | 
| Nested classes inherited from class com.webobjects.foundation.NSKeyValueCodingAdditions | 
NSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.Utility | 
| Nested classes inherited from class com.webobjects.foundation.NSValidation | 
NSValidation.DefaultImplementation, NSValidation.Utility, NSValidation.ValidationException | 
| Field Summary | 
| Fields inherited from interface com.webobjects.foundation.NSKeyValueCoding | 
NullValue | 
| Fields inherited from interface com.webobjects.foundation.NSKeyValueCodingAdditions | 
KeyPathSeparator | 
| Constructor Summary | |
WOSMILRootLayout(WOContext context)
Creates a WOSMILRootLayout.  | 
|
| Method Summary | |
 String | 
bgcolor()
Returns the value of the bgcolor binding. | 
 int | 
height()
Returns the value of the height binding. | 
 String | 
otherTagString()
Returns the value of the otherTagString property. | 
 void | 
setBgcolor(String color)
Sets the value of the bgcolor binding. | 
 void | 
setHeight(int height)
Sets the value of the height binding. | 
 void | 
setSkipContent(boolean skipContent)
Sets the value of the skipContent binding. | 
 void | 
setTitle(String title)
Sets value of the title binding. | 
 void | 
setWidth(int width)
Sets the value of the width binding. | 
 boolean | 
skipContent()
Returns the value of the skipContent binding. | 
 String | 
title()
Returns the value of the title binding. | 
 int | 
width()
Returns the value of the width binding. | 
| Methods inherited from class com.webobjects.smil.WOSMILElement | 
elementID, setElementID, setOtherTagString, synchronizesVariablesWithBindings | 
| Methods inherited from class java.lang.Object | 
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
public WOSMILRootLayout(WOContext context)
context - context this component is created with| Method Detail | 
public String bgcolor()
bgcolor binding.
bgcolor bindingpublic int height()
height binding.
height bindingpublic String otherTagString()
WOSMILElementotherTagString property.
otherTagString in class WOSMILElementotherTagString propertypublic void setBgcolor(String color)
bgcolor binding.
color - value for the bgcolor bindingpublic void setHeight(int height)
height binding.
height - value for the height bindingpublic void setSkipContent(boolean skipContent)
skipContent binding.
public void setTitle(String title)
title binding.
title - value for the title bindingpublic void setWidth(int width)
width binding.
width - value for the width bindingpublic boolean skipContent()
skipContent binding.
skipContent bindingpublic String title()
title binding.
title bindingpublic int width()
width binding.
width binding
  | 
Last updated Mon Oct 13 15:42:52 PDT 2003. | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||