public class FilterableDoubleListConfig<O> extends Object implements Serializable
Created on 11/28/14.
| 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 |
label
Optional widget label.
|
protected String |
property
Optional property where to bind the selected value changes in optional bean.
|
protected String |
selectedLabel
Optional selected list label.
|
protected boolean |
showListLabel
true to see labels above lists. |
protected String |
universeLabel
Optional universe list label.
|
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 |
getLabel() |
String |
getProperty() |
String |
getSelectedLabel() |
String |
getUniverseLabel() |
boolean |
isShowListLabel() |
boolean |
isUseMultiSelect() |
void |
setBeanType(Class<O> beanType) |
void |
setI18nPrefix(String i18nPrefix) |
void |
setLabel(String label) |
void |
setProperty(String property) |
void |
setSelectedLabel(String selectedLabel) |
void |
setShowListLabel(boolean showListLabel) |
void |
setUniverseLabel(String universeLabel) |
void |
setUseMultiSelect(boolean useMultiSelect) |
protected String property
protected boolean useMultiSelect
protected String i18nPrefix
protected boolean showListLabel
true to see labels above lists.protected String label
protected String universeLabel
protected String selectedLabel
public String getProperty()
public void setProperty(String property)
public boolean isUseMultiSelect()
public void setUseMultiSelect(boolean useMultiSelect)
public String getI18nPrefix()
public void setI18nPrefix(String i18nPrefix)
public boolean isShowListLabel()
public void setShowListLabel(boolean showListLabel)
public String getLabel()
public void setLabel(String label)
public String getUniverseLabel()
public void setUniverseLabel(String universeLabel)
public String getSelectedLabel()
public void setSelectedLabel(String selectedLabel)
Copyright © 2008–2020 Ultreia.io. All rights reserved.