JViews Framework
Tag overview


Overview Faces Component

The overview faces component provides an overview of the associated view faces component by displaying it on a smaller area a scaled version of this view faces component. It outlines the currently displayed area of the view using a rectangle. Users can move this rectangle around to drive the view faces component to display different regions.

Usage

<jvf:view
     id="view"
     style="width:500px;height:300px"/>
...
<jvf:overview
     id="overview"
     viewId="view"
     style="width:100px;height:100px"
     autoRefresh="true"/>

DHTML - JavaScript Types

IlvFacesOverviewProxy

JSF Component Class

IlvFacesDHTMLOverview



Tag Information
Tag Classilog.views.faces.dhtml.taglib.IlvFacesOverviewTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameOverview

Attributes
NameRequiredRequest-timeTypeDescription
autoRefreshfalsefalsejava.lang.StringThe refresh mode of the overview.
bindingfalsefalsejava.lang.StringThe value binding expression linking this component to a property in a backing bean. If this attribute is set, the tag does not create the component itself but retrieves it from the bean property. This attribute must be a value binding.
heightfalsefalsejava.lang.StringThe desired height in pixels of the component. Another way to set the size of the component is to use the style attribute. This value overrides values set with the style attribute.
idfalsefalsejava.lang.StringThe ID of this component.
messageBoxfalsefalsejava.lang.StringThe binding to a message box component used to display messages.
messageBoxIdfalsefalsejava.lang.StringThe ID of a message box component used to display messages.
resizablefalsefalsejava.lang.StringSets whether the view can be resized or not.
stylefalsefalsejava.lang.StringCSS style(s) to be applied when this component is rendered.
styleClassfalsefalsejava.lang.StringSpace-separated list of CSS style classe(s) to be applied when this element is rendered.
viewfalsefalsejava.lang.StringThe binding to the view to which the overview is connected.
viewIdfalsefalsejava.lang.StringThe ID of the view connected to this overview.
widthfalsefalsejava.lang.StringThe desired width in pixels of the component. Another way to set the size of the component is to use the style attribute. This value overrides values set with the style attribute.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.   Documentation homepage.