|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.portlets.security.rolemgt.PanelTabStateListener
Controls the state of the role management tabs.
Field Summary | |
private static String |
EDIT_ROLE_TAB_ID
Edit role id. |
static String |
PANEL_TAB_STATE
The panel tab state bean. |
private boolean |
renderEditRole
Whether to render edit role. |
private boolean |
renderViewRoles
Whether to render view roles. |
private static String |
ROLE_MGT_PANEL_TAB_STATE
Role management panel tab state value binding. |
Constructor Summary | |
PanelTabStateListener()
|
Method Summary | |
boolean |
isRenderEditRole()
|
boolean |
isRenderViewRoles()
|
void |
processTabChange(org.apache.myfaces.custom.tabbedpane.TabChangeEvent tabChangeEvent)
|
void |
renderEditRole()
Render edit role. |
void |
renderViewRoles()
Render view roles. |
void |
setRenderEditRole(boolean renderEditRole)
|
void |
setRenderViewRoles(boolean renderViewRoles)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String PANEL_TAB_STATE
private static final String EDIT_ROLE_TAB_ID
private static final String ROLE_MGT_PANEL_TAB_STATE
private boolean renderEditRole
private boolean renderViewRoles
Constructor Detail |
public PanelTabStateListener()
Method Detail |
public boolean isRenderEditRole()
public void setRenderEditRole(boolean renderEditRole)
renderEditRole
- The renderEditRole to set.public boolean isRenderViewRoles()
public void setRenderViewRoles(boolean renderViewRoles)
renderViewRoles
- The renderViewRoles to set.public void renderEditRole()
Render edit role.
public void renderViewRoles()
Render view roles.
public void processTabChange(org.apache.myfaces.custom.tabbedpane.TabChangeEvent tabChangeEvent) throws javax.faces.event.AbortProcessingException
processTabChange
in interface org.apache.myfaces.custom.tabbedpane.TabChangeListener
javax.faces.event.AbortProcessingException
TabChangeListener.processTabChange(org.apache.myfaces.custom.tabbedpane.TabChangeEvent)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |