|
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.WOSMILAnchor
WOSMILAnchor creates content for a SMIL "anchor
" element. The "anchor
" element offers the
ability to break media objects up into temporal or spatial sub-parts and reference those
sub-parts from other elements
Binding | SMIL attribute |
---|---|
elementID | id |
coordinates | coords |
begin | begin |
end | end |
show | show |
skipContent | skip-content |
title | title |
otherTagString | use this binding to add custom attributes |
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 | |
WOSMILAnchor(WOContext context)
Creates a WOSMILAnchor. |
Method Summary | |
String |
begin()
Returns the value of the begin binding. |
String |
coordinates()
Returns the value of the coordinates binding. |
String |
end()
Returns the value of the end binding. |
String |
filename()
|
String |
framework()
|
String |
href()
|
String |
otherTagString()
Returns the value of the otherTagString property. |
String |
pageName()
|
void |
setBegin(String begin)
Sets the value of the begin binding. |
void |
setCoordinates(String newCoordinates)
Sets the value of the value of the coordinates binding. |
void |
setEnd(String end)
Sets the value of the end binding. |
void |
setFilename(String newFilename)
|
void |
setFramework(String newFramework)
|
void |
setHref(String newHref)
|
void |
setPageName(String newPageName)
|
void |
setShow(String shouldShow)
Sets the value of the show binding. |
void |
setSkipContent(boolean shouldSkipContent)
Sets the value of the skipContent binding. |
void |
setTitle(String newTitle)
Sets the value of the title binding. |
String |
show()
Returns the value of the show binding. |
boolean |
skipContent()
Returns the value of the skipContent binding. |
String |
title()
Returns the value of the title binding. |
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 WOSMILAnchor(WOContext context)
context
- context this component is created withMethod Detail |
public String begin()
begin
binding.
begin
bindingpublic String coordinates()
coordinates
binding.
coordinates
bindingpublic String end()
end
binding.
end
bindingpublic String filename()
public String framework()
public String href()
public String otherTagString()
WOSMILElement
otherTagString
property.
otherTagString
in class WOSMILElement
otherTagString
propertypublic String pageName()
public void setBegin(String begin)
begin
binding.
begin
- value for the begin
bindingpublic void setCoordinates(String newCoordinates)
coordinates
binding.
newCoordinates
- value for the coordinates
bindingpublic void setEnd(String end)
end
binding.
end
- value for the end
bindingpublic void setFilename(String newFilename)
public void setFramework(String newFramework)
public void setHref(String newHref)
public void setPageName(String newPageName)
public void setShow(String shouldShow)
show
binding.
shouldShow
- show value for the show
bindingpublic void setSkipContent(boolean shouldSkipContent)
skipContent
binding.
shouldSkipContent
- value for the skipContent
bindingpublic void setTitle(String newTitle)
title
binding.
newTitle
- value for the title
bindingpublic String show()
show
binding.
show
bindingpublic boolean skipContent()
skipContent
binding.
skipContent
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 |