public class SelectManyTestBean extends AbstractCompositeComponentTestBean implements Serializable
Constructor and Description |
---|
SelectManyTestBean() |
Modifier and Type | Method and Description |
---|---|
PersistAction[] |
getAllPersistActions()
Gets all the PersistActions.
|
String[] |
getNormalValues()
Gets the normal values.
|
PersistAction[] |
getPersistActions()
Gets the PersistActions.
|
List<javax.faces.model.SelectItem> |
getPersistActionSelectItems()
Gets the PersistAction SelectItems.
|
Planet[] |
getPlanets()
Gets the Planets.
|
List<javax.faces.model.SelectItem> |
getPlanetSelectItems()
Gets the Planets as SelectItems.
|
String[] |
getReadonlyInputValues()
Gets the readonly input values.
|
String[] |
getReadonlyOutputValues()
Gets the readonly output values.
|
List<javax.faces.model.SelectItem> |
getStringSelectItems()
Gets the String SelectItems.
|
String[] |
getUno()
A single value of "1".
|
void |
setNormalValues(String[] normalValues)
Sets the normal values.
|
void |
setPersistActions(PersistAction[] persistActions)
Sets the PersistActions.
|
void |
setPlanets(Planet[] planets)
Sets the Planets.
|
getLocale, getUserSettingsBean, setUserSettingsBean
public String[] getNormalValues()
public void setNormalValues(String[] normalValues)
normalValues
- The normal values.public List<javax.faces.model.SelectItem> getStringSelectItems()
public String[] getReadonlyInputValues()
public String[] getReadonlyOutputValues()
public PersistAction[] getAllPersistActions()
public List<javax.faces.model.SelectItem> getPersistActionSelectItems()
public PersistAction[] getPersistActions()
public void setPersistActions(PersistAction[] persistActions)
persistActions
- The PersistActions.public List<javax.faces.model.SelectItem> getPlanetSelectItems()
public Planet[] getPlanets()
public void setPlanets(Planet[] planets)
planets
- The Planets.public String[] getUno()
Copyright © 2008–2018. All rights reserved.