Uses of Class
cronapp.reports.j4c.commons.J4CPageLeaf
-
Packages that use J4CPageLeaf Package Description cronapp.reports.j4c cronapp.reports.j4c.commons -
-
Uses of J4CPageLeaf in cronapp.reports.j4c
Methods in cronapp.reports.j4c that return J4CPageLeaf Modifier and Type Method Description J4CPageLeafJ4CPage. getLeaf()Methods in cronapp.reports.j4c with parameters of type J4CPageLeaf Modifier and Type Method Description voidJ4CPage. setLeaf(J4CPageLeaf leaf) -
Uses of J4CPageLeaf in cronapp.reports.j4c.commons
Methods in cronapp.reports.j4c.commons that return J4CPageLeaf Modifier and Type Method Description static J4CPageLeafJ4CPageLeaf. valueOf(String name)Returns the enum constant of this type with the specified name.static J4CPageLeaf[]J4CPageLeaf. values()Returns an array containing the constants of this enum type, in the order they are declared.
-