public class ApplicationFieldSettings extends Object
| Constructor and Description |
|---|
ApplicationFieldSettings() |
ApplicationFieldSettings(TextFieldSize size,
List<String> allowedValues,
List<Integer> referenceableTypes,
List<String> allowedCurrencies,
List<CategoryOption> options,
Boolean multiple) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllowedCurrencies() |
List<String> |
getAllowedValues() |
static ApplicationFieldSettings |
getApp(List<Integer> referenceableTypes) |
static ApplicationFieldSettings |
getCategory(List<CategoryOption> options,
boolean multiple) |
static ApplicationFieldSettings |
getMoney(List<String> allowedCurrencies) |
Boolean |
getMultiple() |
List<CategoryOption> |
getOptions() |
List<Integer> |
getReferenceableTypes() |
TextFieldSize |
getSize() |
static ApplicationFieldSettings |
getState(List<String> allowedValues) |
static ApplicationFieldSettings |
getText(TextFieldSize size) |
void |
setAllowedCurrencies(List<String> allowedCurrencies) |
void |
setAllowedValues(List<String> allowedValues) |
void |
setMultiple(Boolean multiple) |
void |
setOptions(List<CategoryOption> options) |
void |
setReferenceableTypes(List<Integer> referenceableTypes) |
void |
setSize(TextFieldSize size) |
String |
toString() |
public ApplicationFieldSettings()
public ApplicationFieldSettings(TextFieldSize size, List<String> allowedValues, List<Integer> referenceableTypes, List<String> allowedCurrencies, List<CategoryOption> options, Boolean multiple)
public TextFieldSize getSize()
public void setSize(TextFieldSize size)
public List<CategoryOption> getOptions()
public void setOptions(List<CategoryOption> options)
public Boolean getMultiple()
public void setMultiple(Boolean multiple)
public static ApplicationFieldSettings getState(List<String> allowedValues)
public static ApplicationFieldSettings getApp(List<Integer> referenceableTypes)
public static ApplicationFieldSettings getText(TextFieldSize size)
public static ApplicationFieldSettings getMoney(List<String> allowedCurrencies)
public static ApplicationFieldSettings getCategory(List<CategoryOption> options, boolean multiple)
Copyright © 2014. All Rights Reserved.