| com.sun.rave.web.ui.component.SkipHyperlinkBase
All known Subclasses: com.sun.rave.web.ui.component.SkipHyperlink,
SkipHyperlinkBase | abstract public class SkipHyperlinkBase extends javax.faces.component.UICommand (Code) | | Use the ui:skipLink
tag to render a single-pixel transparent image (not visible within the browser page) which is hyperlinked to an anchor beyond the section to skip. This tag is used to achieve 508-compliance (paragraph o). It is designed to be used by components such as masthead, tabs, calendar and other components with repetitive links.
HTML Elements and Layout
The rendered HTML page displays an image hyperlink at the top, followed by an anchor at the end of the region to skip.
Theme Identifiers
None.
Client-side JavaScript functions
None.
Examples
Example 1: An example showing how to skip over the masthead:
<ui:skipHyperlink id="skip1234" description="skip over the masthead" >
<ui:masthead id=masthead1" productImageURL="../images/webconsole.png"
productImageDescription="Java Web Console"
userInfo="test_user" serverInfo="test_server" />
</ui: skipHyperlink>
Auto-generated component class.
Do NOT modify; all changes
will be lost!
|
SkipHyperlinkBase | public SkipHyperlinkBase()(Code) | | Construct a new SkipHyperlinkBase .
|
getDescription | public String getDescription()(Code) | | Textual description of the purpose of this skip hyperlink, including a description of the section that is being skipped.
|
getFamily | public String getFamily()(Code) | | Return the identifier of the component family to which this
component belongs. This identifier, in conjunction with the value
of the rendererType property, may be used to select
the appropriate
Renderer for this component instance.
|
getStyle | public String getStyle()(Code) | | CSS style(s) to be applied when this component is rendered.
|
getStyleClass | public String getStyleClass()(Code) | | CSS style class(es) to be applied when this component is rendered.
|
getTabIndex | public int getTabIndex()(Code) | | The position of this component in the tabbing order sequence
|
restoreState | public void restoreState(FacesContext _context, Object _state)(Code) | | Restore the state of this component.
|
saveState | public Object saveState(FacesContext _context)(Code) | | Save the state of this component.
|
setDescription | public void setDescription(String description)(Code) | | Textual description of the purpose of this skip hyperlink, including a description of the section that is being skipped.
See Also: SkipHyperlinkBase.getDescription() |
|
|