|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.extremecomponents.table.tag.TagUtils
Helper methods for the tag classes. Trying to keep the logic out of the tags so can move to the JSP2.0 container easier.
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 |
public TagUtils()
Method Detail |
public static void autoSetColumns(TableTag tableTag, java.util.List rows) throws java.lang.Exception
java.lang.Exception
public static void autoAddColumns(TableTag tableTag, java.lang.Object bean, java.util.List properties) throws java.lang.Exception
java.lang.Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |