|
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.WOSMILActivelink
WOSmilActiveLink creates content for a SMIL "a
" element. The functionality of this
element is similar to the one provided by the HTML "a
" element. It is interpreted as a clickable link.
In fact, an alternative to using this component is to use the WOHyperlink dynamic element.
Binding | SMIL attribute | Description |
---|---|---|
elementID | id | |
resourceURL | href | destination for this WOSMILActivelink |
action | href | (this href is a reference to the content of a WOComponent action) |
show | show | determines in which window the next presentation appears |
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 | |
WOSMILActivelink(WOContext context)
Creates a WOSMILActivelink. |
Method Summary | |
WOElement |
action()
Returns the WOElement representing the resultant page of this link's action. |
String |
filename()
Returns the name of the file this WOSMILActivelink links to. |
String |
framework()
Returns the framework name. |
String |
href()
Returns the href attribute's URL string. |
WOComponent |
invokeAction()
|
String |
pageName()
Returns the name of the WOComponent this WOSMILActivelink links to. |
String |
resourceURL()
Returns a string representing the value of the resourceURL binding of this WOSMILActivelink. |
void |
setAction(WOElement newAction)
Sets the page component to return when this WOSMILActiveLink is activated. |
void |
setFilename(String newFilename)
Sets the name of the file this WOSMILActivelink links to. |
void |
setFramework(String newFrameworkName)
Sets the framework name. |
void |
setHref(String newHref)
Sets href attribute's URL string. |
void |
setPageName(String newPageName)
Sets the name of the WOComponent this WOSMILActivelink links to. |
void |
setResourceURL(String newResourceURL)
Sets the value for the resourceURL binding. |
void |
setShow(String newShow)
Sets the value for the show attribute. |
void |
setTitle(String newTitle)
Sets the value for the title attribute. |
String |
show()
Returns a string representing the value of the show attribute. |
String |
title()
Returns a string representing the value of the title attribute. |
Methods inherited from class com.webobjects.smil.WOSMILElement |
elementID, otherTagString, setElementID, setOtherTagString, synchronizesVariablesWithBindings |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public WOSMILActivelink(WOContext context)
context
- context this component is created withMethod Detail |
public WOElement action()
public String filename()
public String framework()
public String href()
href
attribute's URL string.
href
attribute's URL stringpublic WOComponent invokeAction()
public String pageName()
public String resourceURL()
resourceURL
binding of this WOSMILActivelink.
resourceURL
binding of this WOSMILActivelinkpublic void setAction(WOElement newAction)
newAction
- the WOComponent representing the page component result of activating this WOSMILActivelinkpublic void setFilename(String newFilename)
newFilename
- name for the file this WOSMILActivelink links topublic void setFramework(String newFrameworkName)
newFrameworkName
- name for the frameworkpublic void setHref(String newHref)
href
attribute's URL string.
newHref
- value for the href
attribute's URL stringpublic void setPageName(String newPageName)
newPageName
- name for the WOComponentpublic void setResourceURL(String newResourceURL)
resourceURL
binding.
newResourceURL
- value for the resourceURL
attributepublic void setShow(String newShow)
show
attribute.
newShow
- value for the show
attributepublic void setTitle(String newTitle)
title
attribute.
newTitle
- value for the title
attributepublic String show()
show
attribute.
show
attributepublic String title()
title
attribute.
title
attribute
|
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 |