WebObjects 5.1

com.webobjects.smil
Class WOSMILAnchor

java.lang.Object
  |
  +--com.webobjects.appserver.WOElement
        |
        +--com.webobjects.appserver.WOComponent
              |
              +--com.webobjects.smil.WOSMILElement
                    |
                    +--com.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

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
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 otherTagString()
          Returns the value of the otherTagString property.
 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 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, 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

otherTagString

public String otherTagString()
Description copied from class: WOSMILElement
Returns the value of the otherTagString property.
Overrides:
otherTagString in class WOSMILElement
Following copied from class: com.webobjects.smil.WOSMILElement
Returns:
value of the otherTagString property

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

setShow

public void setShow(String shouldShow)
Sets the value of the show binding.
Parameters:
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 Jan 10 18:10:21 PST 2002.

Copyright © 2002 Apple Computer, Inc.