|
WebObjects 5.2.3 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | 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 FormNested 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 java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public WOSMILSeq(WOContext context)
context
- context this component is created withMethod 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()
WOSMILElement
otherTagString
property.
otherTagString
in class WOSMILElement
otherTagString
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
binding
newAbstract
- 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 Oct 21 15:04:16 PDT 2004. | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |