%@ page language="java" %>
<%@ taglib uri="http://beehive.apache.org/netui/tags-databinding-1.0" prefix="netui-data"%>
<%@ taglib uri="http://beehive.apache.org/netui/tags-html-1.0" prefix="netui-html"%>
Cell Repeater
Cell Repeater
<%
Integer[] smallItemArray = new Integer[4];
for(int i = 0; i < smallItemArray.length; i++)
{
smallItemArray[i] = new Integer(i);
}
pageContext.setAttribute("smallItemArray", smallItemArray);
String[] itemArray = new String[17];
for(int i = 0; i < itemArray.length; i++)
{
itemArray[i] = new String("" + i);
}
pageContext.setAttribute("itemArray", itemArray);
String[] zeroArray = new String[0];
pageContext.setAttribute("zeroArray", zeroArray);
pageContext.setAttribute("columnsStr", "4");
pageContext.setAttribute("rowsStr", "5");
pageContext.setAttribute("badRowsStr", "abcd");
%>
<%= itemArray.length %> Item Array
4x5 with <%= itemArray.length %> items
Item:
4x5 with <%= itemArray.length %> items and databound row / column sizes
Item:
4x5 (vert) with <%= itemArray.length %> items
Item:
Small <%= smallItemArray.length %> Item Array
1x5 with <%= smallItemArray.length %> items
Item:
1x5 (vert) with <%= smallItemArray.length %> items
Item:
5x1 with <%= smallItemArray.length %> items
Item:
5x1 (vert) with <%= smallItemArray.length %> items
Item:
1x1 with <%= smallItemArray.length %> items
Item:
1x1 (vert) with <%= smallItemArray.length %> items
Item:
2x2 (horiz) with <%= smallItemArray.length %> items
Item:
2x2 (vert) with <%= smallItemArray.length %> items
Item:
Zero Item Array
Item:
Item:
Zero Item Array with styles
Item:
NULL Array
Item:
NULL Array with styles
Item:
Item:
4x5 (vert) with <%= itemArray.length %> items
Item:
4x5 (vert) with <%= itemArray.length %> items
Item:
4x5 (vert) with <%= itemArray.length %> items
Item:
4x5 (vert) with <%= itemArray.length %> items
Item: