public class LocalizationData extends Bean
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static ListProperty<CountryVO,LocalizationData> |
COUNTRIES |
static BasicProperty<CountryVO,LocalizationData> |
SELECTED_COUNTRY |
static ListProperty<TimeZoneVO,LocalizationData> |
SELECTED_COUNTRY_TIME_ZONES |
static BasicProperty<TimeZoneVO,LocalizationData> |
SELECTED_TIME_ZONE |
| Constructor and Description |
|---|
LocalizationData() |
LocalizationData(Property<T,? super LocalizationData> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
java.util.List<CountryVO> |
getCountries() |
CountryVO |
getSelectedCountry() |
java.util.List<TimeZoneVO> |
getSelectedCountryTimeZones() |
TimeZoneVO |
getSelectedTimeZone() |
void |
setCountries(java.util.List<CountryVO> countries) |
void |
setSelectedCountry(CountryVO selectedCountry) |
void |
setSelectedCountryTimeZones(java.util.List<TimeZoneVO> selectedCountryTimeZones) |
void |
setSelectedTimeZone(TimeZoneVO selectedTimeZone) |
addPropertyChangeListener, addPropertyChangeListener, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final ListProperty<CountryVO,LocalizationData> COUNTRIES
public static final BasicProperty<CountryVO,LocalizationData> SELECTED_COUNTRY
public static final ListProperty<TimeZoneVO,LocalizationData> SELECTED_COUNTRY_TIME_ZONES
public static final BasicProperty<TimeZoneVO,LocalizationData> SELECTED_TIME_ZONE
public LocalizationData()
public LocalizationData(Property<T,? super LocalizationData> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class Beanpublic java.util.List<CountryVO> getCountries()
public void setCountries(java.util.List<CountryVO> countries)
public CountryVO getSelectedCountry()
public void setSelectedCountry(CountryVO selectedCountry)
public java.util.List<TimeZoneVO> getSelectedCountryTimeZones()
public void setSelectedCountryTimeZones(java.util.List<TimeZoneVO> selectedCountryTimeZones)
public TimeZoneVO getSelectedTimeZone()
public void setSelectedTimeZone(TimeZoneVO selectedTimeZone)