|
WebObjects 5.2.3 | ||||||||||
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 shouldSkipContent)
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 withMethod Detail |
public String bgcolor()
bgcolor
binding.
bgcolor
bindingpublic int height()
height
binding.
height
bindingpublic String otherTagString()
WOSMILElement
otherTagString
property.
otherTagString
in class WOSMILElement
otherTagString
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 shouldSkipContent)
skipContent
binding.
shouldSkipContent
- value for the skipContent
bindingpublic 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 Thu Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |