Uses of Class
com.sun.webui.jsf.component.Hyperlink

Packages that use Hyperlink
com.sun.webui.jsf.bean   
com.sun.webui.jsf.component   
 

Uses of Hyperlink in com.sun.webui.jsf.bean
 

Methods in com.sun.webui.jsf.bean that return Hyperlink
 Hyperlink HelpBackingBean.getTipsLink()
           
 

Methods in com.sun.webui.jsf.bean with parameters of type Hyperlink
 void HelpBackingBean.setTipsLink(Hyperlink link)
           
 

Uses of Hyperlink in com.sun.webui.jsf.component
 

Subclasses of Hyperlink in com.sun.webui.jsf.component
 class AlarmStatus
          Deprecated. See tld documentation for more information on how to create alarmStatus without using the alarmStatus component.
 class HelpWindow
          The HelpWindow component displays a link that opens a popup window for a help system.
 class IconHyperlink
          The Icon component is used to display a clickable icon image from the current theme in the rendered HTML page.
 class ImageHyperlink
          Use the webuijsf:imageHyperlink tag to display a clickable image in the rendered HTML page.
 class JobStatus
          Deprecated. See tld docs for more information on how to create a jobStatus without using the jobStatus component
 class NotificationPhrase
          Deprecated. See tld docs for more information on how to create a notificationPhrase without using the notificationPhrase component.
 class Tab
          The Tab component represents one tab in a tab set.
 

Methods in com.sun.webui.jsf.component that return Hyperlink
 Hyperlink TreeNode.getContentHyperlink()
           
 Hyperlink[] Breadcrumbs.getPages()
          Get the array of zero or more Hyperlink components that constitute the current path.
 Hyperlink[] Masthead.getUtilities()
          A JavaServer Faces EL expression that resolves to a backing bean or a backing bean property that is an array of one or more custom Hyperlink components to display in the utility bar.
 

Methods in com.sun.webui.jsf.component with parameters of type Hyperlink
 void Breadcrumbs.setPages(Hyperlink[] pages)
          Set the array of zero or more Hyperlink components that constitute the current path.
 void Masthead.setUtilities(Hyperlink[] utilities)
          A JavaServer Faces EL expression that resolves to a backing bean or a backing bean property that is an array of one or more custom Hyperlink components to display in the utility bar.
 



Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.