org.extremecomponents.table.tag
Class TagUtils

java.lang.Object
  extended byorg.extremecomponents.table.tag.TagUtils

public class TagUtils
extends java.lang.Object

Helper methods for the tag classes. Trying to keep the logic out of the tags so can move to the JSP2.0 container easier.

Author:
$author$

Constructor Summary
TagUtils()
           
 
Method Summary
static void autoAddColumns(TableTag tableTag, java.lang.Object bean, java.util.List properties)
           
static void autoSetColumns(TableTag tableTag, java.util.List rows)
          If no columns are defined then set the columns automatically.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagUtils

public TagUtils()
Method Detail

autoSetColumns

public static void autoSetColumns(TableTag tableTag,
                                  java.util.List rows)
                           throws java.lang.Exception
If no columns are defined then set the columns automatically. Note: the filtering will not work because the metadata is not set.

Throws:
java.lang.Exception

autoAddColumns

public static void autoAddColumns(TableTag tableTag,
                                  java.lang.Object bean,
                                  java.util.List properties)
                           throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004 sourceforge. All Rights Reserved.