|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.Component
java.awt.Container
java.awt.Panel
wt.clients.project.RoleHolderPanel
wt.clients.lifecycle.administrator.AccessPanel
Panel which allows manipulation of the criteria.
Nested Class Summary | |
(package private) class |
AccessPanel.MouseListen
|
(package private) class |
AccessPanel.SymItem
|
Nested classes inherited from class wt.clients.project.RoleHolderPanel |
|
Nested classes inherited from class java.awt.Panel |
Panel.AccessibleAWTPanel |
Nested classes inherited from class java.awt.Container |
Container.AccessibleAWTContainer |
Nested classes inherited from class java.awt.Component |
Component.AccessibleAWTComponent, Component.BltBufferStrategy, Component.FlipBufferStrategy |
Field Summary | |
(package private) CAccessEntry |
access
|
(package private) CAccessList |
accessList
|
(package private) Panel |
accessPanel
|
(package private) AdHocAclSpec |
adhoc_aclspec
|
PermissionPanel |
permissionPanel
|
(package private) CPhaseTemplate |
phaseEntry
|
(package private) Label |
rolePermissionsLabel
|
(package private) String |
rolePermissionsString
|
(package private) List |
selectedList
|
(package private) Label |
selectedRolesLabel
|
private boolean |
viewMode
|
Fields inherited from class wt.clients.project.RoleHolderPanel |
cRoleHolder, selectedRole |
Fields inherited from class java.awt.Panel |
|
Fields inherited from class java.awt.Container |
|
Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
Fields inherited from interface java.awt.image.ImageObserver |
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
Constructor Summary | |
AccessPanel()
Constructor generated by Symantec |
Method Summary | |
void |
addNotify()
Notifies this component that it has been added to a container and if a peer is required, it should be created. |
protected String |
getSelectedRoleName()
Returns the selected role in this panel. |
boolean |
isViewMode()
Returns true if this panel is in view only mode. |
protected void |
localize()
Localize this panel. |
(package private) void |
selectedList_itemStateChanged(ItemEvent event)
Handles the item state changed event for the role list. |
protected void |
setAdHocAclSpec(CAccessList access_list)
Find the adHocAclSpec |
protected void |
setCAccessList(CAccessList access_list)
Sets the access list for this Panel. |
protected void |
setCRoleHolder()
Sets the client role holder (phase) which contains the criteria. |
void |
setHelpContext(NFHelpContext help_context)
Set the help context for this panel. |
protected void |
setRoleList()
Populates the role list with all roles in the phase. |
protected void |
setSelectedRoleName()
Sets the selected role for this panel. |
void |
setViewMode(boolean view_mode)
Sets the mode of the Life Cycle defintion panel. |
protected void |
updateSelectedItem()
Updates the access grid to represent the selected role. |
Methods inherited from class wt.clients.project.RoleHolderPanel |
getApplet, getHelpContext, getHelpSystem, getParentFrame, setApplet, setCRoleHolder, setCRoleHolder, setHelp |
Methods inherited from class java.awt.Panel |
getAccessibleContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
CPhaseTemplate phaseEntry
CAccessList accessList
CAccessEntry access
AdHocAclSpec adhoc_aclspec
String rolePermissionsString
public PermissionPanel permissionPanel
private boolean viewMode
List selectedList
Panel accessPanel
Label rolePermissionsLabel
Label selectedRolesLabel
Constructor Detail |
public AccessPanel()
Method Detail |
protected void setCRoleHolder()
setCRoleHolder
in class RoleHolderPanel
protected void setSelectedRoleName()
setSelectedRoleName
in class RoleHolderPanel
protected String getSelectedRoleName()
protected void setCAccessList(CAccessList access_list)
protected void setAdHocAclSpec(CAccessList access_list)
protected void setRoleList()
public void setViewMode(boolean view_mode)
view_mode
- true if read-only, else falsepublic boolean isViewMode()
protected void updateSelectedItem()
public void addNotify()
protected void localize()
public void setHelpContext(NFHelpContext help_context)
setHelpContext
in class RoleHolderPanel
help_context
- the help contextvoid selectedList_itemStateChanged(ItemEvent event)
event
- the item event
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |