| java.lang.Object com.izforge.izpack.panels.ValidatorContainer
ValidatorContainer | public class ValidatorContainer (Code) | | author: Jeff Gordon |
getValidatorParams | public Map<String, String> getValidatorParams()(Code) | | Returns the validator parameters, if any. The caller should check for the existence of
validator parameters via the hasParams() method prior to invoking this method.
a java.util.Map containing the validator parameters. |
hasParams | public boolean hasParams()(Code) | | true if this instance has any parameters to pass to the Validator instance. |
|
|