com.infragistics.faces.shared.taglib.html
Class BoxRepeaterTag

java.lang.Object
  extended byjavax.faces.webapp.UIComponentTag
      extended bycom.infragistics.faces.shared.taglib.html.BoxRepeaterTag
All Implemented Interfaces:
javax.servlet.jsp.tagext.Tag

public class BoxRepeaterTag
extends javax.faces.webapp.UIComponentTag

JSP Tags For The boxRepeater Component.

Use

To use the component in a JSP page, declare the taglib:
 <%@ taglib prefix="ig" uri="http://www.infragistics.com/faces/netadvantage" %>
 
and instantiate:
 <ig:boxRepeater >
 

Attributes

Name Type Default Description
dataKeyName String "" name of the field(s) that uniquely identify each record in the data source (use semi-colons to specify a composite primary key).
dataSource DataModel "" data source this component is bound to
orientation Orientation "Orientation.HORIZONTAL" box layout orientation
size int "" number of rows (horizontal orientation) or columns (vertical orientation)
style String "" CSS style for this component
styleClass String "" CSS style name for this component


Field Summary
 
Fields inherited from interface javax.servlet.jsp.tagext.Tag
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE
 
Constructor Summary
BoxRepeaterTag()
          Constructor
 
Method Summary
 java.lang.String getComponentType()
           
 java.lang.String getRendererType()
           
 void release()
           
 void setDataKeyName(java.lang.String newValue)
           
 void setDataSource(java.lang.String newValue)
           
 void setOrientation(java.lang.String newValue)
           
 void setSize(java.lang.String newValue)
           
 void setStyle(java.lang.String newValue)
           
 void setStyleClass(java.lang.String newValue)
           
 
Methods inherited from class javax.faces.webapp.UIComponentTag
doEndTag, doStartTag, getComponentInstance, getCreated, getParent, getParentUIComponentTag, isValueReference, setBinding, setId, setPageContext, setParent, setRendered
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BoxRepeaterTag

public BoxRepeaterTag()

Constructor

Method Detail

getComponentType

public java.lang.String getComponentType()

getRendererType

public java.lang.String getRendererType()

release

public void release()

setDataKeyName

public void setDataKeyName(java.lang.String newValue)

setDataSource

public void setDataSource(java.lang.String newValue)

setOrientation

public void setOrientation(java.lang.String newValue)

setSize

public void setSize(java.lang.String newValue)

setStyle

public void setStyle(java.lang.String newValue)

setStyleClass

public void setStyleClass(java.lang.String newValue)