Class OrderListView
- java.lang.Object
-
- org.primefaces.showcase.view.data.OrderListView
-
@Named @RequestScoped public class OrderListView extends Object
-
-
Constructor Summary
Constructors Constructor Description OrderListView()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getCities()List<Country>getCountries()CountryServicegetService()voidinit()voidonReorder()voidonSelect(SelectEvent<Country> event)voidonUnselect(UnselectEvent<Country> event)voidsetCities(List<String> cities)voidsetCountries(List<Country> countries)voidsetService(CountryService service)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
getService
public CountryService getService()
-
setService
public void setService(CountryService service)
-
onSelect
public void onSelect(SelectEvent<Country> event)
-
onUnselect
public void onUnselect(UnselectEvent<Country> event)
-
onReorder
public void onReorder()
-
-