Search
CommonUtils.findValidateRoot Method
See Also
 






Returns the ancestor component that acts as validate root

Namespace: com.mindfusion.common
Package: com.mindfusion.common

 Syntax

Java  Copy Code

public static Component findValidateRoot (
    JComponent c
)

 Parameters

c

A JComponent whose validation root should be returned.

 Return Value

A Component that is the validation root of c.

 See Also