Package org.primefaces.showcase.view.df
Class DFLevel1View
- java.lang.Object
-
- org.primefaces.showcase.view.df.DFLevel1View
-
@Named("dfLevel1View") @RequestScoped public class DFLevel1View extends Object
-
-
Constructor Summary
Constructors Constructor Description DFLevel1View()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LocalDateTimegetValueFromFlash()voidinit()voidonReturnFromLevel2(SelectEvent event)voidopenLevel2()voidsetValueFromFlash(LocalDateTime valueFromFlash)
-
-
-
Method Detail
-
init
@PostConstruct public void init()
-
openLevel2
public void openLevel2()
-
onReturnFromLevel2
public void onReturnFromLevel2(SelectEvent event)
-
getValueFromFlash
public LocalDateTime getValueFromFlash()
-
setValueFromFlash
public void setValueFromFlash(LocalDateTime valueFromFlash)
-
-