|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FormatValidator | |
---|---|
com.retek.commons.gui.core | |
com.retek.commons.gui.table | |
com.retek.commons.util.formatvalidator |
Uses of FormatValidator in com.retek.commons.gui.core |
---|
Methods in com.retek.commons.gui.core with parameters of type FormatValidator | |
void |
WidgetManager.registerValidator(java.lang.String widgetName,
FormatValidator validator)
Registers a format validator for a particular widget. |
Uses of FormatValidator in com.retek.commons.gui.table |
---|
Methods in com.retek.commons.gui.table that return FormatValidator | |
FormatValidator |
ColumnProperties.getColumnValidator()
Retrieves the mask of the column properties. |
Methods in com.retek.commons.gui.table with parameters of type FormatValidator | |
void |
REntryTable.setColumnValidator(java.lang.String label,
FormatValidator validator)
Assigns a validator to a column within the primary row. |
void |
REntryTable.setColumnValidator(int level,
int column,
FormatValidator validator)
Assigns a validator to a column within a row level. |
void |
ColumnProperties.setColumnValidator(FormatValidator validator)
Assigns a validator in the column properties. |
Uses of FormatValidator in com.retek.commons.util.formatvalidator |
---|
Classes in com.retek.commons.util.formatvalidator that implement FormatValidator | |
class |
CreditCardMonthFormatValidator
|
class |
CreditCardYearFormatValidator
|
class |
CurrencyFormatValidator
|
class |
DateFormatValidator
|
class |
EmailFormatValidator
|
class |
PageRangeFormatValidator
|
class |
PageSpreadFormatValidator
|
class |
PercentFormatValidator
|
class |
PhoneNumberFormatValidator
|
class |
PositiveFloatFormatValidator
|
class |
QuantityFormatValidator
|
class |
SearchWildcardValidator
|
class |
SellingItemFormatValidator
|
class |
SellingSkuMediaPriceFormatValidator
|
class |
TimeFormatValidator
|
class |
WholeNumberFormatValidator
|
class |
YearFormatValidator
|
class |
ZipCodeFormatValidator
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |