WebObjects 5.2.3

com.webobjects.smil
Class WOSMILAnchor

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

public class WOSMILAnchor
extends WOSMILElement

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

BindingSMIL attribute
elementIDid
coordinatescoords
beginbegin
endend
showshow
skipContentskip-content
titletitle
otherTagStringuse this binding to add custom attributes

See Also:
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
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 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

WOSMILAnchor

public WOSMILAnchor(WOContext context)
Creates a WOSMILAnchor.

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

begin

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

Returns:
the value of the begin binding

coordinates

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

Returns:
the value of the coordinates binding

end

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

Returns:
the value of the end binding

filename

public String filename()

framework

public String framework()

href

public String href()

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

pageName

public String pageName()

setBegin

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

Parameters:
begin - value for the begin binding

setCoordinates

public void setCoordinates(String newCoordinates)
Sets the value of the value of the coordinates binding.

Parameters:
newCoordinates - value for the coordinates binding

setEnd

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

Parameters:
end - value for the end binding

setFilename

public void setFilename(String newFilename)

setFramework

public void setFramework(String newFramework)

setHref

public void setHref(String newHref)

setPageName

public void setPageName(String newPageName)

setShow

public void setShow(String shouldShow)
Sets the value of the show binding.

Parameters:
shouldShow - show value for the show binding

setSkipContent

public void setSkipContent(boolean shouldSkipContent)
Sets the value of the skipContent binding.

Parameters:
shouldSkipContent - value for the skipContent binding

setTitle

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

Parameters:
newTitle - value for the title binding

show

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

Returns:
the value of the show binding

skipContent

public boolean skipContent()
Returns the value of the skipContent binding.

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