Package | Description |
---|---|
org.josef.finance |
Finance related Packages and Classes.
|
org.josef.util |
Utility Classes.
|
org.josef.web.jsf.beans.demo.google |
JSF Demo Google Maps Beans.
|
org.josef.web.jsf.beans.test |
JSF Managed Beans for Testing.
|
org.josef.web.jsf.binding.jcc |
Josef Composite Components binfings.
|
org.josef.web.jsf.converter |
JSF Demo converters.
|
org.josef.web.jsf.validator |
Java Server Faces Validators.
|
Modifier and Type | Method and Description |
---|---|
Iso3166Country |
IbanOfCountry.getCountry()
Gets the country where this IBAN is used.
|
Modifier and Type | Method and Description |
---|---|
static IbanOfCountry |
IbanOfCountry.valueOf(Iso3166Country country)
Gets the IbanOfCountry corresponding to the supplied country.
|
Modifier and Type | Method and Description |
---|---|
Iso3166Country |
ZipCodeOfCountry.getCountry()
Gets the country where this zip code is used.
|
Iso3166Country |
Nationality.getCountry()
Gets the country corresponding to this Nationality or null when no corresponding country exists.
|
static Iso3166Country |
Iso3166Country.getIso3166Country(String alpha2Code)
Gets the Iso31166Country corresponding to the supplied alpha2Code.
|
static Iso3166Country |
Iso3166Country.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Iso3166Country[] |
Iso3166Country.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static ZipCodeOfCountry |
ZipCodeOfCountry.valueOf(Iso3166Country country)
Gets the ZipCodeOfCountry corresponding to the supplied country.
|
static Nationality |
Nationality.valueOf(Iso3166Country country)
Gets the Nationality corresponding to the supplied country.
|
Modifier and Type | Method and Description |
---|---|
Iso3166Country |
GoogleMapsBean.getCountry()
Gets the country.
|
Modifier and Type | Method and Description |
---|---|
void |
GoogleMapsBean.setCountry(Iso3166Country country)
Sets the country.
|
Modifier and Type | Method and Description |
---|---|
Iso3166Country |
ZipCodeTestBean.getCountry()
Gets the country.
|
Iso3166Country |
SelectOneTestBean.getCountry()
Gets the country.
|
Modifier and Type | Method and Description |
---|---|
void |
ZipCodeTestBean.setCountry(Iso3166Country country)
Sets the country.
|
void |
SelectOneTestBean.setCountry(Iso3166Country country)
Sets the country.
|
Modifier and Type | Method and Description |
---|---|
static Iso3166Country |
ZipCode.getCountry(javax.faces.component.UIComponent component)
Gets the country for the supplied component.
|
static Iso3166Country |
ZipCode.getCountryOfAttribute(Object countryAttribute)
Gets the country from the supplied countryAttribute.
|
Modifier and Type | Method and Description |
---|---|
Iso3166Country |
ZipCodeConverter.getCountry()
Gets the country of this ZipCodeConverter.
|
Modifier and Type | Method and Description |
---|---|
void |
ZipCodeConverter.setCountry(Iso3166Country country)
Sets the country for this ZipCodeConverter.
|
Modifier and Type | Method and Description |
---|---|
Iso3166Country |
ZipCodeValidator.getCountry()
Gets the country.
|
Modifier and Type | Method and Description |
---|---|
void |
ZipCodeValidator.setCountry(Iso3166Country country)
Sets the country.
|
Copyright © 2008–2018. All rights reserved.