WebObjects 5.2.3

com.webobjects.smil
Class WOSMILRegion

java.lang.Object
  extended bycom.webobjects.appserver.WOElement
      extended bycom.webobjects.appserver.WOComponent
          extended bycom.webobjects.smil.WOSMILElement
              extended bycom.webobjects.smil.WOSMILRegion
All Implemented Interfaces:
Cloneable, NSKeyValueCoding, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions, NSValidation, Serializable, WOActionResults

public class WOSMILRegion
extends WOSMILElement

WOSMILRegion creates content for the SMIL "region" element. A "region" element defines the location, size and scaling of media objects.

BindingSMIL attribute
elementIDid
fitfit
toptop
leftleft
heightheight
widthwidth
regionIDid
titletitle
bgcolorbackground-color
zIndexz-index
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
WOSMILRegion(WOContext context)
          Creates a WOSMILRegion.
 
Method Summary
 String bgcolor()
          Returns the value of the bgcolor binding.
 String fit()
          Returns the value of the fit binding.
 int height()
          Returns the value of the height binding.
 int left()
          Returns the value of the left binding.
 String otherTagString()
          Returns the value of the otherTagString property.
 String regionID()
          Returns the value of the regionID binding.
 void setBgcolor(String bgcolor)
          Sets the value of the bgcolor binding.
 void setFit(String fit)
          Sets the value of the fit binding.
 void setHeight(int height)
          Sets the value of the height binding.
 void setLeft(int left)
          Sets the value of the left binding.
 void setRegionID(String regionID)
          Sets the value of the regionID binding.
 void setSkipContent(boolean shouldSkipContent)
          Sets the value of the skipContent binding.
 void setTitle(String title)
          Sets value of the title binding.
 void setTop(int top)
          Sets the value of the top binding.
 void setWidth(int width)
          Sets the value of the width binding.
 void setZIndex(int zIndex)
          Sets the value of the zIndex binding.
 boolean skipContent()
          Returns the value of the skipContent binding.
 String title()
          Returns the value of the title binding.
 int top()
          Returns the value of the top binding.
 int width()
          Returns the value of the width binding.
 int zIndex()
          Returns the value of the zIndex 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

WOSMILRegion

public WOSMILRegion(WOContext context)
Creates a WOSMILRegion.

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

fit

public String fit()
Returns the value of the fit binding.

Returns:
the value of the fit binding

height

public int height()
Returns the value of the height binding.

Returns:
the value of the height binding

left

public int left()
Returns the value of the left binding.

Returns:
the value of the left 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

regionID

public String regionID()
Returns the value of the regionID binding.

Returns:
the value of the regionID binding

setBgcolor

public void setBgcolor(String bgcolor)
Sets the value of the bgcolor binding.

Parameters:
bgcolor - value for the bgcolor binding

setFit

public void setFit(String fit)
Sets the value of the fit binding.

Parameters:
fit - value for the fit binding

setHeight

public void setHeight(int height)
Sets the value of the height binding.

Parameters:
height - value for the height binding

setLeft

public void setLeft(int left)
Sets the value of the left binding.

Parameters:
left - value for the left binding

setRegionID

public void setRegionID(String regionID)
Sets the value of the regionID binding.

Parameters:
regionID - value for the regionID 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

setTop

public void setTop(int top)
Sets the value of the top binding.

Parameters:
top - the value for the top binding

setWidth

public void setWidth(int width)
Sets the value of the width binding.

Parameters:
width - value for the width binding

setZIndex

public void setZIndex(int zIndex)
Sets the value of the zIndex binding.

Parameters:
zIndex - value for the zIndex 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

top

public int top()
Returns the value of the top binding.

Returns:
the value of the top binding

width

public int width()
Returns the value of the width binding.

Returns:
the value of the width binding

zIndex

public int zIndex()
Returns the value of the zIndex binding.

Returns:
the value of the zIndex binding

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

Copyright © 2004 Apple Computer, Inc.