A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _

V

validate() - Method in class com.jaxfront.core.dom.Document
Validates the current DOM according its XML Schema & the defined XUI rules.
validate(boolean) - Method in class com.jaxfront.core.dom.Document
Validates the current DOM according its XML Schema & the defined XUI rules.
validate(SimpleType, String) - Method in class com.jaxfront.core.schema.impl.SchemaSimpleTypeImpl
Validates a string against the defined facets in the XML Schema.
validate(SimpleType, String) - Method in interface com.jaxfront.core.schema.SchemaSimpleType
Validates a string against the defined facets in the XML Schema.
validate() - Method in class com.jaxfront.core.type.EditingType
 
validate(boolean) - Method in class com.jaxfront.core.type.EditingType
 
validate() - Method in interface com.jaxfront.core.type.ISimpleType
 
validate(boolean) - Method in interface com.jaxfront.core.type.ISimpleType
 
validate() - Method in class com.jaxfront.core.type.SimpleType
 
validate(boolean) - Method in class com.jaxfront.core.type.SimpleType
 
validate() - Method in class com.jaxfront.core.type.VirtualType
Validates this type.
validate(int, String[], Object[], Hashtable) - Method in interface com.jaxfront.core.util.csv.CSVValidator
 
VALIDATE_ADD - Static variable in interface com.jaxfront.core.type.ListType
 
VALIDATE_DELETE - Static variable in interface com.jaxfront.core.type.ListType
 
VALIDATE_NOCHANGE - Static variable in interface com.jaxfront.core.type.ListType
 
validateAgainstSchema(String, String) - Method in class com.jaxfront.core.error.SAXValidator
 
validateKeyRefIntegrity(boolean) - Method in class com.jaxfront.core.dom.Document
 
validateMandatoryAndCardinality(Type, List, boolean) - Method in class com.jaxfront.core.dom.Document
Checks if all mandatory leaf types derived from the passed type are not empty.
validateOptimizedXpathEngine() - Method in class com.jaxfront.core.util.JAXFrontProperties
 
validatePageErrors(Type, int) - Method in class com.jaxfront.core.dom.Document
 
validatePageErrors(Type, int, boolean) - Method in class com.jaxfront.core.dom.Document
 
validateSchemaConstraints() - Method in class com.jaxfront.core.dom.Document
Validates the current DOM according its mandatory fields.
validateTemporary() - Method in class com.jaxfront.core.dom.Document
 
validateWellFormedness(String) - Method in class com.jaxfront.core.error.SAXValidator
 
validateWellFormedness(Reader) - Method in class com.jaxfront.core.error.SAXValidator
 
validateXUIRules(boolean) - Method in class com.jaxfront.core.dom.Document
Validates the current DOM according its defined save XUI rules.
VALIDATION_ERROR - Static variable in class com.jaxfront.core.error.AbstractError
 
validationChanged(ValidationChangeEvent) - Method in class com.jaxfront.core.type.ValidationChangeEventMulticaster
Tells the ValidationChangeListeners that a ValidationChangeEvent occured.
validationChanged(ValidationChangeEvent) - Method in interface com.jaxfront.core.type.ValidationChangeListener
Tells the ValidationChangeListeners that a ValidationChangeEvent occured.
ValidationChangeEvent - Class in com.jaxfront.core.type
This class represents a ValidationChangeEvent.
ValidationChangeEventMulticaster - Class in com.jaxfront.core.type
This class represents a ValidationChangeEventMulticaster that manages ValidationChangeListeners which support multicast events.
ValidationChangeListener - Interface in com.jaxfront.core.type
This interface defines a ValidationChangeListener that is listening for validation changes that occurs on the model.
validationError - Variable in class com.jaxfront.core.error.SAXValidator.SAXErrorHandler
 
ValidationError - Class in com.jaxfront.core.error
This class represents a ValidationError.
ValidationError(ValidationException, Type) - Constructor for class com.jaxfront.core.error.ValidationError
 
ValidationErrorSorter - Class in com.jaxfront.core.util
This class represents a sorter for validation errors.
ValidationErrorSorter() - Constructor for class com.jaxfront.core.util.ValidationErrorSorter
 
ValidationException - Exception in com.jaxfront.core.schema
This exception is thrown if setting a value to a JAXFront type violates a XML Schema facet restriction, a cardinality restriction or a user defined cross field validation (xui rule).
ValidationException(ConditionExpression) - Constructor for exception com.jaxfront.core.schema.ValidationException
Creates a ValidationException based on a Condition.
ValidationException(Type, boolean, boolean, boolean, String) - Constructor for exception com.jaxfront.core.schema.ValidationException
Creates a ValidationException based on a user specific text message and a flag saying that the occurance of this exception needs a user commitment.
ValidationException(Type, boolean, boolean, boolean) - Constructor for exception com.jaxfront.core.schema.ValidationException
Creates a ValidationException based on a user specific text message and a flag saying that the occurance of this exception needs a user commitment.
ValidationException(Type, boolean, boolean) - Constructor for exception com.jaxfront.core.schema.ValidationException
Creates a ValidationException based on a user specific text message and a flag saying that the occurance of this exception needs a user commitment.
ValidationException(Type, boolean) - Constructor for exception com.jaxfront.core.schema.ValidationException
Creates a ValidationException based on a user specific text message and a flag saying that the occurance of this exception needs a user commitment.
ValidationException(Type, Exception, String) - Constructor for exception com.jaxfront.core.schema.ValidationException
Creates a ValidationException based on a nested exception.
ValidationException(Type, String, boolean, boolean, boolean, String) - Constructor for exception com.jaxfront.core.schema.ValidationException
Creates a ValidationException based on a user specific text message and a flag saying that the occurance of this exception needs a user commitment.
ValidationException(Type) - Constructor for exception com.jaxfront.core.schema.ValidationException
Creates a ValidationException based on user specific message.
VALUE_COMPARATOR - Static variable in class com.jaxfront.core.util.ListEntry
 
valueOf(String) - Static method in enum com.jaxfront.core.util.diff.diff_match_patch.Operation
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.jaxfront.core.util.diff.diff_match_patch.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class com.jaxfront.core.util.DoubleKeyHashtable
Returns a Collection view of the values contained in this DoubleKeyHashtable.
values() - Method in class com.jaxfront.core.util.DoubleKeyHashtableUnsynced
Returns a Collection view of the values contained in this DoubleKeyHashtable.
values() - Method in class com.jaxfront.core.util.io.LinkedMapProperties
 
valueToArray(List) - Static method in class com.jaxfront.core.dom.DOMHelper
 
valueToArray(List, String[]) - Static method in class com.jaxfront.core.dom.DOMHelper
 
valueToList(List) - Static method in class com.jaxfront.core.dom.DOMHelper
 
valueToList(List, String[]) - Static method in class com.jaxfront.core.dom.DOMHelper
 
VectorHelper - Class in com.jaxfront.core.util
 
VectorHelper() - Constructor for class com.jaxfront.core.util.VectorHelper
 
vectorString(Vector) - Static method in class com.jaxfront.core.util.VectorHelper
This method returns a string containing all the elements in vec concatenated together, comma separated.
vectorString(Vector, String) - Static method in class com.jaxfront.core.util.VectorHelper
This method returns a string containing all the elements in vec concatenated together, comma separated.
verifyLicense(String) - Static method in class com.jaxfront.core.util.LicenseChecker
Reads and sets a license key.
verifyLicenseFile(String) - Method in class com.alphase.lic.License
 
Version - Variable in class com.alphase.lic.License
 
version - Static variable in class com.jaxfront.core.schema.impl.XMLSchemaBuilderImpl
 
versionNumber - Static variable in class com.jaxfront.core.schema.impl.XMLSchemaBuilderImpl
 
verticalize(String) - Static method in class com.jaxfront.core.util.StringUtil
 
VIEW_HOLDER_TYPE - Static variable in interface com.jaxfront.core.xui.XUIElementPaths
 
VIEWPORT_FONT_PROPERTY - Static variable in class com.jaxfront.core.ui.FontParams
 
violateCardinality(int) - Method in class com.jaxfront.core.type.AbstractListType
Checks if removing or adding a new list entry violates the cardinality.
violateCardinality(int) - Method in class com.jaxfront.core.type.EditingType
 
violateCardinality(int) - Method in interface com.jaxfront.core.type.ListType
Checks if removing or adding a new list entry violates the cardinality.
violateCardinality(int) - Method in class com.jaxfront.core.xpath.XPathDummyChoiceTypeWrapper
 
VirtualType - Static variable in interface com.jaxfront.core.type.Type
 
VirtualType - Class in com.jaxfront.core.type
This class represents a VirtualType which is a JAXFront type.
VirtualType(Type) - Constructor for class com.jaxfront.core.type.VirtualType
Creates a VirtualType based on a holder type.
Visible - Class in com.jaxfront.core.jep
 
Visible() - Constructor for class com.jaxfront.core.jep.Visible
 
visit(ASTVarNode, Object) - Method in class com.jaxfront.core.jep.JAXEvaluatorVisitor
 
visualize(Type, boolean) - Method in interface com.jaxfront.core.ui.EditablePanel
 
VISUALIZED - Static variable in interface com.jaxfront.core.rule.Rule
Indicates if this rule is of type initializisation.
Visualizer - Interface in com.jaxfront.core.ui
Represents a graphical UI widget for a JAXFront type.
visualizeRedo(Type) - Method in class com.jaxfront.core.util.undo.JAXFrontUndoableEditWrapper
 
visualizeUndo(Type) - Method in class com.jaxfront.core.util.undo.JAXFrontUndoableEditWrapper
 
vizualizerSelectorTypePathForFocus(Type) - Static method in class com.jaxfront.core.dom.DOMHelper
 

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _