Uses of Enum Class
eu.webtoolkit.jwt.ChildCountPolicy
Packages that use ChildCountPolicy
-
Uses of ChildCountPolicy in eu.webtoolkit.jwt
Methods in eu.webtoolkit.jwt that return ChildCountPolicyModifier and TypeMethodDescriptionWTreeNode.getChildCountPolicy()
Returns the child count policy.static ChildCountPolicy
Returns the enum constant of this class with the specified name.static ChildCountPolicy[]
ChildCountPolicy.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in eu.webtoolkit.jwt with parameters of type ChildCountPolicyModifier and TypeMethodDescriptionvoid
WTreeNode.setChildCountPolicy
(ChildCountPolicy policy) Configures how and when the child count should be displayed.