|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.oddjob.webapp.jsf.DetailBean
@ManagedBean(name="detail") @SessionScoped public class DetailBean
The backing bean for the detail panel. This bean keeps track of the tab selected.
The bean is session scoped so that the tab can be remembered between requests.
Nested Class Summary | |
---|---|
class |
DetailBean.Tab
Bean for Tab definitions. |
Constructor Summary | |
---|---|
DetailBean()
Constructor. |
Method Summary | |
---|---|
String |
getRefId()
Getter for refId. |
String |
getTab()
Get currently selected tab. |
List<DetailBean.Tab> |
getTabs()
Getter for tab defintions. |
TreeBean |
getTree()
Getter for tree. |
void |
setTab(String selectedTab)
Set currently selected tab. |
void |
setTree(TreeBean tree)
Setter for tree. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DetailBean()
Method Detail |
---|
public void setTree(TreeBean tree)
tree
- public TreeBean getTree()
public String getRefId()
public String getTab()
public void setTab(String selectedTab)
selectedTab
- public List<DetailBean.Tab> getTabs()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |