@SessionScoped @Named(value="reference") public class Controller extends Object implements Serializable
| Constructor and Description |
|---|
Controller() |
| Modifier and Type | Method and Description |
|---|---|
String |
action() |
int |
getManufacturer() |
javax.faces.model.SelectItem[] |
getManufacturerSelectItems() |
javax.faces.model.SelectItem[] |
getSelectItems() |
String |
getText() |
int |
getVehicle() |
boolean |
isBool() |
void |
setBool(boolean bool) |
void |
setManufacturer(int manufacturer) |
void |
setText(String text) |
void |
setVehicle(int vehicle) |
void |
valueChanged(javax.faces.event.ValueChangeEvent event) |
public int getManufacturer()
public void setManufacturer(int manufacturer)
public javax.faces.model.SelectItem[] getSelectItems()
public int getVehicle()
public String action()
public void setVehicle(int vehicle)
public javax.faces.model.SelectItem[] getManufacturerSelectItems()
public void valueChanged(javax.faces.event.ValueChangeEvent event)
public String getText()
public void setText(String text)
public boolean isBool()
public void setBool(boolean bool)
Copyright © 2002-2020 The Apache Software Foundation. All Rights Reserved.