public class RhnListTagFunctions
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static int |
getChildrenCount(java.lang.Object current)
Quick check to see if the passed in object is expandable.
|
static boolean |
isExpandable(java.lang.Object current)
Quick check to see if the passed in object is expandable.
|
public static boolean isExpandable(java.lang.Object current)
current - The object to be checkedpublic static int getChildrenCount(java.lang.Object current)
current - The object to be checked