|
WebObjects 5.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.webobjects.appserver.WOElement
|
+--com.webobjects.appserver.WOComponent
|
+--com.webobjects.smil.WOSMILElement
|
+--com.webobjects.smil.WOSMILSynchronizationElement
|
+--com.webobjects.smil.WOSMILSeq
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.
| Binding | SMIL attribute |
|---|---|
elementID | id |
mediaAbstract | abstract |
duration | dur |
region | region |
repeat | repeat |
author | author |
begin | begin |
endSync | endSync |
copyright | copyright |
end | end |
title | title |
otherTagString | use this binding to add custom attributes |
WOSMILPar,
WOSMILSynchronizationElement, Serialized Form| Inner classes inherited from class com.webobjects.appserver.WOComponent |
WOComponent.Event |
| Inner classes inherited from class com.webobjects.foundation.NSKeyValueCoding |
NSKeyValueCoding.DefaultImplementation, NSKeyValueCoding.ErrorHandling, NSKeyValueCoding.Null, NSKeyValueCoding.UnknownKeyException, NSKeyValueCoding.Utility, NSKeyValueCoding.ValueAccessor |
| Inner classes inherited from class com.webobjects.foundation.NSKeyValueCodingAdditions |
NSKeyValueCodingAdditions.DefaultImplementation, NSKeyValueCodingAdditions.Utility |
| Inner classes inherited from class com.webobjects.foundation.NSValidation |
NSValidation.DefaultImplementation, NSValidation.Utility, NSValidation.ValidationException |
| 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, 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 java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public WOSMILSeq(WOContext context)
context - context this component is created with| Method Detail |
public String author()
author binding.author bindingpublic String begin()
begin binding.begin bindingpublic String copyright()
copyright binding.copyright bindingpublic String duration()
duration binding.duration bindingpublic String end()
end binding.end bindingpublic String mediaAbstract()
mediaAbstract binding.mediaAbstract bindingpublic String otherTagString()
WOSMILElementotherTagString property.otherTagString in class WOSMILElementcom.webobjects.smil.WOSMILElementotherTagString propertypublic String region()
region binding.region bindingpublic String repeat()
repeat binding.repeat bindingpublic void setAuthor(String author)
author binding.author - value of the author bindingpublic void setBegin(String begin)
begin binding.begin - value of the begin bindingpublic void setCopyright(String copyright)
copyright binding.copyright - value of the copyright bindingpublic void setDuration(String duration)
duration binding.duration - value for the duration bindingpublic void setEnd(String end)
end binding.end - value for the end bindingpublic void setMediaAbstract(String newAbstract)
mediaAbstract bindingnewAbstract - value for the mediaAbstract bindingpublic void setRegion(String region)
region binding.region - value for the region bindingpublic void setRepeat(String repeat)
repeat binding.repeat - value for the repeat bindingpublic void setTitle(String title)
title binding.title - value for the title bindingpublic String title()
title binding.title binding
|
Last updated Thu Jan 10 18:10:21 PST 2002. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||