public class FilterableDoubleListConfig<O extends Serializable> extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Class<O> |
beanType
Bean type.
|
protected String |
i18nPrefix
I18n prefix use to display build i18n messages.
|
protected String |
property
Optional property where to bind the selected value changes in optional bean.
|
protected boolean |
useMultiSelect
to be able to select a same entry more than one time property.
|
| Constructor and Description |
|---|
FilterableDoubleListConfig() |
| Modifier and Type | Method and Description |
|---|---|
Class<O> |
getBeanType() |
String |
getI18nPrefix() |
String |
getProperty() |
boolean |
isUseMultiSelect() |
void |
setBeanType(Class<O> beanType) |
void |
setI18nPrefix(String i18nPrefix) |
void |
setProperty(String property) |
void |
setUseMultiSelect(boolean useMultiSelect) |
protected String property
protected Class<O extends Serializable> beanType
protected boolean useMultiSelect
protected String i18nPrefix
public String getProperty()
public void setProperty(String property)
public boolean isUseMultiSelect()
public void setUseMultiSelect(boolean useMultiSelect)
public String getI18nPrefix()
public void setI18nPrefix(String i18nPrefix)
Copyright © 2008–2014 CodeLutin. All rights reserved.