WebObjects 5.2.3

com.webobjects.smil
Class WOSMILPar

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.WOSMILPar
All Implemented Interfaces:
Cloneable, NSKeyValueCoding, NSKeyValueCoding.ErrorHandling, NSKeyValueCodingAdditions, NSValidation, Serializable, WOActionResults

public class WOSMILPar
extends WOSMILSynchronizationElement

WOSMILPar creates content for the SMIL "par" element. A "par" element contains other elements that conceptually occupy the screen at the same time. WOSMILPar 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:
WOSMILSeq, 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
WOSMILPar(WOContext context)
          Creates a WOSMILPar.
 
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()
          Retruns the value of the duration binding.
 String end()
          Returns the value of the end binding.
 String endSync()
          Returns the value of the endSync 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 setEndSync(String endSync)
          Sets the value of the endSync 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

WOSMILPar

public WOSMILPar(WOContext context)
Creates a WOSMILPar.

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()
Retruns 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

endSync

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

Returns:
the value of the endSync 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 for the author binding

setBegin

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

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

setEndSync

public void setEndSync(String endSync)
Sets the value of the endSync binding.

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