com.softwareag.centrasite.appl.framework.validation.impl
Interface ValidatableContainer


public interface ValidatableContainer

A container of validatables is typically a GUI area (a tab, or something similar), which contains a group of validatables.

The Validator provides access to the container, while the validation goes on through Validator.getValidatableContainer(Constraint.Context).


Method Summary
 java.util.Collection<Validatable> getValidatables()
          Returns the containers validatables.
 

Method Detail

getValidatables

java.util.Collection<Validatable> getValidatables()
Returns the containers validatables.