Package | Description |
---|---|
net.sf.jguiraffe.examples.tutorial.createfile | |
net.sf.jguiraffe.gui.builder.components.tags |
A package with tag handler classes for creating GUI components.
|
net.sf.jguiraffe.gui.forms |
A package for dealing with forms.
|
net.sf.jguiraffe.transform |
The transform package contains interfaces and classes for transforming
and validating data.
|
Modifier and Type | Class and Description |
---|---|
class |
UniqueFileNameValidator
A specialized
Validator implementations for checking whether the name
entered for a new file does not exist in the current directory. |
Modifier and Type | Class and Description |
---|---|
class |
ValidatorBaseTag<T extends Validator>
A base class for tag handler implementations that create validators for input
components.
|
Modifier and Type | Method and Description |
---|---|
void |
ValidatorsTag.addChildValidator(Validator child,
Map<String,Object> props)
Adds a new child validator.
|
Modifier and Type | Method and Description |
---|---|
Validator |
DefaultValidatorWrapper.getValidator()
Returns the wrapped validator.
|
Constructor and Description |
---|
DefaultValidatorWrapper(Validator v,
TransformerContext ctx)
Creates a new instance of
DefaultValidatorWrapper and initializes
it. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractDecimalTransformer<T extends Number>
A base class for number transformers that operate on floating point numbers.
|
class |
AbstractIntegerTransformer<T extends Number>
A base class for number transformers that operate on integer numbers.
|
class |
ChainValidator
A special
Validator implementation that allows combining multiple
primitive validators. |
class |
DateTimeTransformer
A specialized transformer that transforms strings into date objects with both
a date and time component.
|
class |
DateTransformer
A specialized transformer that transforms strings into date objects.
|
class |
DateTransformerBase
An abstract base class for date transformer objects.
|
class |
DoubleTransformer
A specialized number transformer implementation that deals with numbers of
type
java.lang.Double . |
class |
DummyTransformer
This class provides dummy implementations for the
Transformer
and the Validator interfaces. |
class |
FloatTransformer
A specialized number transformer implementation that deals with numbers of
type
java.lang.Float . |
class |
IntegerTransformer
A specialized number transformer implementation that deals with numbers of
type
java.lang.Integer . |
class |
LongTransformer
A specialized number transformer implementation that deals with numbers of
type
java.lang.Long . |
class |
NumberTransformerBase<T extends Number>
An abstract base class for transformers and validators for numbers.
|
class |
RegexValidator
A specialized
Validator implementation that uses regular expressions
to validate user input. |
class |
RequiredValidator
A specialized
Validator implementation that checks
whether data was entered in mandatory fields. |
class |
TimeTransformer
A specialized transformer that transforms strings into date objects, taking
only the time portion into account.
|
Modifier and Type | Method and Description |
---|---|
Validator |
ChainValidator.getChildValidator(int index)
Returns the child validator at the given index.
|
Modifier and Type | Method and Description |
---|---|
void |
ChainValidator.addChildValidator(Validator child)
Adds a child validator to this chain validator.
|
void |
ChainValidator.addChildValidator(Validator child,
Map<String,Object> props)
Adds a child validator to this chain validator and sets special
properties for the new child.
|
Copyright © 2016 The JGUIraffe Team. All rights reserved.