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


public interface ValidatableContainer

Interface of a container object, which holds a list of validatable objects. This is typically a frame, tab, or a window, which contains a set of input elements, aka instances of Validatable.


Method Summary
 java.util.Collection<Validatable> getValidatables()
          Returns the instances of Validatable.
 

Method Detail

getValidatables

java.util.Collection<Validatable> getValidatables()
Returns the instances of Validatable.