com.webobjects.smil
Class WOSMILRootLayout
java.lang.Object
|
+--com.webobjects.appserver.WOElement
|
+--com.webobjects.appserver.WOComponent
|
+--com.webobjects.smil.WOSMILElement
|
+--com.webobjects.smil.WOSMILRootLayout
- All Implemented Interfaces:
- Cloneable, NSKeyValueCoding, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions, NSValidation, Serializable, WOActionResults
- public class WOSMILRootLayout
- extends WOSMILElement
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 |
- See Also:
- Serialized Form
|
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.appserver.WOComponent |
appendToResponse, application, awake, baseURL, bindingKeys, canAccessFieldsDirectly, canGetValueForBinding, canSetValueForBinding, clone, context, debugString, descriptionForResponse, ensureAwakeInContext, frameworkName, generateResponse, handleQueryWithUnboundKey, handleTakeValueForUnboundKey, hasBinding, hasSession, invokeAction, isCachingEnabled, isEventLoggingEnabled, isStateless, logString, name, pageWithName, parent, path, performParentAction, pullValuesFromParent, pushValuesToParent, reset, session, set_componentUnroll, set_unroll, setCachingEnabled, setValueForBinding, sleep, takeValueForKey, takeValueForKeyPath, takeValuesFromRequest, template, templateWithHTMLString, templateWithName, toString, unableToSetNullForKey, validateTakeValueForKeyPath, validateValueForKey, validationFailedWithException, valueForBinding, valueForKey, valueForKeyPath |
WOSMILRootLayout
public WOSMILRootLayout(WOContext context)
- Creates a WOSMILRootLayout.
- Parameters:
context - context this component is created with
bgcolor
public String bgcolor()
- Returns the value of the
bgcolor binding.
- Returns:
- the value of the
bgcolor binding
height
public int height()
- Returns the value of the
height binding.
- Returns:
- the value of the
height binding
otherTagString
public String otherTagString()
- Description copied from class:
WOSMILElement
- Returns the value of the
otherTagString property.
- Overrides:
otherTagString in class WOSMILElement
- Following copied from class:
com.webobjects.smil.WOSMILElement
- Returns:
- value of the
otherTagString property
setBgcolor
public void setBgcolor(String color)
- Sets the value of the
bgcolor binding.
- Parameters:
color - value for the bgcolor binding
setHeight
public void setHeight(int height)
- Sets the value of the
height binding.
- Parameters:
height - value for the height binding
setSkipContent
public void setSkipContent(boolean skipContent)
- Sets the value of the
skipContent binding.
- Parameters:
shouldSkipContent - value for the skipContent binding
setTitle
public void setTitle(String title)
- Sets value of the
title binding.
- Parameters:
title - value for the title binding
setWidth
public void setWidth(int width)
- Sets the value of the
width binding.
- Parameters:
width - value for the width binding
skipContent
public boolean skipContent()
- Returns the value of the
skipContent binding.
- Returns:
- the value of the
skipContent binding
title
public String title()
- Returns the value of the
title binding.
- Returns:
- the value of the
title binding
width
public int width()
- Returns the value of the
width binding.
- Returns:
- the value of the
width binding
Copyright © 2003 Apple Computer, Inc.