WebObjects 5.2.3

com.webobjects.smil
Class WOSMILRootLayout

java.lang.Object
  extended bycom.webobjects.appserver.WOElement
      extended bycom.webobjects.appserver.WOComponent
          extended bycom.webobjects.smil.WOSMILElement
              extended bycom.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.

BindingSMIL attribute
elementIDid
titletitle
heightheight
widthwidth
bgcolorbackground-color
skipContentskip-content
otherTagStringuse this binding to add custom attributes

See Also:
Serialized Form

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 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, pathURL, 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
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WOSMILRootLayout

public WOSMILRootLayout(WOContext context)
Creates a WOSMILRootLayout.

Parameters:
context - context this component is created with
Method Detail

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
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 shouldSkipContent)
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

Last updated Thu Oct 21 15:04:16 PDT 2004.

Copyright © 2004 Apple Computer, Inc.