public class ValidatorCollection
extends com.aspose.ms.System.Collections.CollectionBase
Represents a collection of validators.
Constructor and Description |
---|
ValidatorCollection() |
Modifier and Type | Method and Description |
---|---|
void |
add(BaseValidator validator)
Adds a new object derived from
BaseValidator object into the collection. |
BaseValidator |
get_Item(int index) |
String |
getValidationScript() |
void |
insert(int index,
BaseValidator validator) |
void |
set_Item(int index,
BaseValidator value) |
void |
setFormFieldName(String value) |
public void setFormFieldName(String value)
public void add(BaseValidator validator)
Adds a new object derived from BaseValidator
object into the collection.
validator
- The object derived fromBaseValidator
object to be added.public void insert(int index, BaseValidator validator)
public BaseValidator get_Item(int index)
get_Item
in interface com.aspose.ms.System.Collections.IList
get_Item
in class com.aspose.ms.System.Collections.CollectionBase
public void set_Item(int index, BaseValidator value)
public String getValidationScript()
Copyright © 2016 Aspose. All Rights Reserved.