WebObjects 5.2.3

com.webobjects.smil
Class WOSMILSeq

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

public class WOSMILSeq
extends WOSMILSynchronizationElement

WOSMILSeq creates content for the SMIL "seq" element. A "seq" element contains other elements that occur in sequence temporally. WOSMILSeq also inherits the attribute bindings of it's parent, WOSMILSynchronizationElement. See that class for more available bindings.

BindingSMIL attribute
elementIDid
mediaAbstractabstract
durationdur
regionregion
repeatrepeat
authorauthor
beginbegin
endSyncendSync
copyrightcopyright
endend
titletitle
otherTagStringuse this binding to add custom attributes

See Also:
WOSMILPar, WOSMILSynchronizationElement, 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
WOSMILSeq(WOContext context)
          Creates a WOSMILSeq
 
Method Summary
 String author()
          Returns the value of the author binding.
 String begin()
          Returns the value of the begin binding.
 String copyright()
          Returns the value of the copyright binding.
 String duration()
          Returns the value of the duration binding.
 String end()
          Returns the value of the end binding.
 String mediaAbstract()
          Returns the value of the mediaAbstract binding.
 String otherTagString()
          Returns the value of the otherTagString property.
 String region()
          Returns the value of the region binding.
 String repeat()
          Returns the value of the repeat binding.
 void setAuthor(String author)
          Sets the value of the author binding.
 void setBegin(String begin)
          Sets the value of the begin binding.
 void setCopyright(String copyright)
          Sets the value of the copyright binding.
 void setDuration(String duration)
          Sets the value of the duration binding.
 void setEnd(String end)
          Sets the value of the end binding.
 void setMediaAbstract(String newAbstract)
          Sets the value of the mediaAbstract binding
 void setRegion(String region)
          Sets the value of the region binding.
 void setRepeat(String repeat)
          Sets the value of the repeat binding.
 void setTitle(String title)
          Sets the value of the title binding.
 String title()
          Returns the value of the title binding.
 
Methods inherited from class com.webobjects.smil.WOSMILSynchronizationElement
setSystemBitRate, setSystemCaptions, setSystemLanguage, setSystemOverdubOrCaption, setSystemRequired, setSystemScreenDepth, setSystemScreenSize, systemBitRate, systemCaptions, systemLanguage, systemOverdubOrCaption, systemRequired, systemScreenDepth, systemScreenSize, systemTests
 
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

WOSMILSeq

public WOSMILSeq(WOContext context)
Creates a WOSMILSeq

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

author

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

Returns:
the value of the author binding

begin

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

Returns:
the value of the begin binding

copyright

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

Returns:
the value of the copyright binding

duration

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

Returns:
the value of the duration binding

end

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

Returns:
the value of the end binding

mediaAbstract

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

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

region

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

Returns:
the value of the region binding

repeat

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

Returns:
the value of the repeat binding

setAuthor

public void setAuthor(String author)
Sets the value of the author binding.

Parameters:
author - value of the author binding

setBegin

public void setBegin(String begin)
Sets the value of the begin binding.

Parameters:
begin - value of the begin binding

setCopyright

public void setCopyright(String copyright)
Sets the value of the copyright binding.

Parameters:
copyright - value of the copyright binding

setDuration

public void setDuration(String duration)
Sets the value of the duration binding.

Parameters:
duration - value for the duration binding

setEnd

public void setEnd(String end)
Sets the value of the end binding.

Parameters:
end - value for the end binding

setMediaAbstract

public void setMediaAbstract(String newAbstract)
Sets the value of the mediaAbstract binding

Parameters:
newAbstract - value for the mediaAbstract binding

setRegion

public void setRegion(String region)
Sets the value of the region binding.

Parameters:
region - value for the region binding

setRepeat

public void setRepeat(String repeat)
Sets the value of the repeat binding.

Parameters:
repeat - value for the repeat binding

setTitle

public void setTitle(String title)
Sets the value of the title binding.

Parameters:
title - value for the title binding

title

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

Returns:
the value of the title binding

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

Copyright © 2004 Apple Computer, Inc.