|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Globalized | |
com.arsdigita.bebop.parameters | These classes represent all the ParameterModels and ValidationListeners i.e., all classes that handle obtaining and validating the state from the HTTP request and transforming them into Java objects. |
com.arsdigita.kernel.ui | Bebop widgets that display kernel objects. |
com.arsdigita.toolbox.ui | Miscellaneous collection of useful Bebop components. |
com.arsdigita.ui.login | Internationalized UI classes for user login and registration. |
com.arsdigita.ui.util |
Uses of Globalized in com.arsdigita.bebop.parameters |
Classes in com.arsdigita.bebop.parameters that implement Globalized | |
class |
GlobalizedParameterListener
Abstract class to be extended by globalized parameters. |
class |
NotEmptyValidationListener
Verifies that the parameter's value is non-empty. |
class |
NotNullValidationListener
Verifies that the parameter's value is not null. |
class |
NotWhiteSpaceValidationListener
Deprecated. Use NotEmptyValidationListener . |
class |
StringInRangeValidationListener
Check that a string's length falls into a particular range. |
class |
StringIsLettersOrDigitsValidationListener
Verifies that the parameter's value contains only letters and/or digits. |
class |
TypeCheckValidationListener
Verifies that the parameter's type is the expected type |
Uses of Globalized in com.arsdigita.kernel.ui |
Subinterfaces of Globalized in com.arsdigita.kernel.ui | |
interface |
Globalized
Standard, final constants used by the globalization APIs. |
Classes in com.arsdigita.kernel.ui that implement Globalized | |
class |
BasicResourceConfigFormSection
|
class |
PartySearchSelect
Find a party in 2 steps: keyword search query followed by selecting from among the search results. |
Uses of Globalized in com.arsdigita.toolbox.ui |
Classes in com.arsdigita.toolbox.ui that implement Globalized | |
class |
DateTableCellRenderer
This displays the date in a standard format within a TableCell. |
class |
DateTimeTableCellRenderer
This displays the date and time in a standard format within a TableCell. |
class |
FormatStandards
This class holds methods to support consistent formatting across the system. |
Uses of Globalized in com.arsdigita.ui.login |
Classes in com.arsdigita.ui.login that implement Globalized | |
class |
PasswordValidationListener
A NotNullValidationListener that checks whether the string value of a parameter is a strong password. |
Uses of Globalized in com.arsdigita.ui.util |
Classes in com.arsdigita.ui.util that implement Globalized | |
class |
GlobalizationUtil
. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |