@WindowScoped @Named public class NavigationState extends Object implements Serializable
| Constructor and Description |
|---|
NavigationState() |
| Modifier and Type | Method and Description |
|---|---|
NavigationNode |
getCurrentNode() |
TreeState |
getState() |
String |
gotoFirst() |
String |
gotoNext() |
String |
gotoNode(NavigationNode node) |
String |
gotoPrevious() |
void |
init() |
boolean |
isFirst() |
boolean |
isLast() |
@PostConstruct public void init()
public NavigationNode getCurrentNode()
public String gotoFirst()
public String gotoPrevious()
public String gotoNext()
public String gotoNode(@Observes NavigationNode node)
public boolean isFirst()
public boolean isLast()
public TreeState getState()
Copyright © 2002-2020 The Apache Software Foundation. All Rights Reserved.