public class TabsController
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
TabsController() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTab(Tab tab) |
void |
closeTab(javax.faces.event.ActionEvent evt) |
Tab |
getCurrentTab() |
Tab |
getNextTab() |
int |
getNumberOpenTabs() |
java.util.List |
getOpenTabs() |
Tab |
getPreviousTab() |
void |
setCurrentTab(Tab newCurrentTab) |
public Tab getCurrentTab()
public java.util.List getOpenTabs()
public void setCurrentTab(Tab newCurrentTab)
public void closeTab(javax.faces.event.ActionEvent evt)
public Tab getPreviousTab()
public Tab getNextTab()
public void addTab(Tab tab)
public int getNumberOpenTabs()
Copyright 2025 ICEsoft Technologies Canada, Corp. All Rights Reserved.