public final class Window extends ComplexEnumAttrib<Window.Option>
OpenEstateAttrib.FEATURES_WINDOW
.
Modifier and Type | Class and Description |
---|---|
static class |
Window.Option |
Constructor and Description |
---|
Window() |
Window(Window.Option value) |
Window(Window.Option[] values) |
Modifier and Type | Method and Description |
---|---|
static Window.Option[] |
get(EstateImpl estate) |
static List<Window.Option> |
getAsList(EstateImpl estate) |
static String |
getAsString(EstateImpl estate,
String valueSeparator) |
static String |
getAsString(EstateImpl estate,
String valueSeparator,
Locale locale) |
Window.Option |
getOption(String value) |
Window.Option[] |
getOptions() |
Window.Option[] |
getOptionsArray(Collection<Window.Option> options) |
static boolean |
hasOption(EstateImpl estate,
Window.Option value) |
static void |
put(EstateImpl estate,
String[] value) |
static void |
put(EstateImpl estate,
Window.Option[] value) |
static void |
putOption(EstateImpl estate,
String value) |
static void |
putOption(EstateImpl estate,
Window.Option value) |
static void |
removeOption(EstateImpl estate,
String value) |
static void |
removeOption(EstateImpl estate,
Window.Option value) |
get, getAsString, getAsString, getDefaultValue, getFormattedValue, getOptionTranslation, getOptionTranslation, getValue, getValueList, hasEmptyValue, hasOption, hasOption, parseNode, parseValue, put, put, putOption, putOption, putOption, removeOption, removeOption, removeOption, setValue, setValueList, writeNode
readFromXml, serializeToXml
getAttrib, getAttribGroup, getAttribName, getCountries, getFormattedValue, getFormattedValue, getFormattedValue, getFormattedValue, getFormattedValue, getFormattedValue, getFormattedValue, getGroup, getGroupName, getTagName, getTranslation, getTranslation, isCountrySpecific, isCountrySupported
public Window()
public Window(Window.Option value)
public Window(Window.Option[] values)
public static Window.Option[] get(EstateImpl estate)
public static List<Window.Option> getAsList(EstateImpl estate)
public static String getAsString(EstateImpl estate, String valueSeparator)
public static String getAsString(EstateImpl estate, String valueSeparator, Locale locale)
public Window.Option getOption(String value)
getOption
in class ComplexEnumAttrib<Window.Option>
public Window.Option[] getOptions()
getOptions
in class ComplexEnumAttrib<Window.Option>
public Window.Option[] getOptionsArray(Collection<Window.Option> options)
getOptionsArray
in class ComplexEnumAttrib<Window.Option>
public static boolean hasOption(EstateImpl estate, Window.Option value)
public static void put(EstateImpl estate, Window.Option[] value)
public static void put(EstateImpl estate, String[] value)
public static void putOption(EstateImpl estate, Window.Option value)
public static void putOption(EstateImpl estate, String value)
public static void removeOption(EstateImpl estate, Window.Option value)
public static void removeOption(EstateImpl estate, String value)
Copyright © 2019 OpenEstate. All rights reserved.