|
|||||||||||
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.WorkflowPanel
Panel for selecting lifecycle Phase and Gate workflow process templates.
Nested Class Summary | |
(package private) class |
WorkflowPanel.HotlinkActionListener
|
(package private) class |
WorkflowPanel.SymAction
|
(package private) class |
WorkflowPanel.SymItem
|
(package private) class |
WorkflowPanel.WorkThread
The work thread for this Panel. |
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) Button |
clearGateBtn
|
(package private) Button |
clearPhaseBtn
|
(package private) WTContainerRef |
context
|
(package private) Checkbox |
gatecheckbox
|
(package private) Hotlink |
gateHotlink
|
(package private) Label |
gateWfProcessLabel
|
private boolean |
panelUpdated
|
(package private) Checkbox |
phasecheckbox
|
(package private) Hotlink |
phaseHotlink
|
(package private) Label |
phaseWfProcessLabel
|
(package private) static int |
SEARCH_GATE_PROCESS
|
(package private) static int |
SEARCH_PHASE_PROCESS
|
(package private) Button |
searchGateButton
|
(package private) Button |
searchPhaseButton
|
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 | |
WorkflowPanel()
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. |
(package private) void |
clearGateBtn_ActionPerformed(ActionEvent event)
|
(package private) void |
clearPhaseBtn_ActionPerformed(ActionEvent event)
|
private void |
doSearchGate()
|
private void |
doSearchPhase()
|
private CPhaseTemplate |
getcRoleHolder()
|
protected ObjectReference |
getGateWfReference()
|
protected ObjectReference |
getPhaseWfReference()
|
(package private) boolean |
isPanelUpdated()
|
(package private) boolean |
isViewMode()
Returns true if this panel is in view only mode. |
protected void |
localize()
Localize this panel. |
(package private) void |
searchGateButton_ActionPerformed(ActionEvent event)
|
(package private) void |
searchPhaseButton_ActionPerformed(ActionEvent event)
|
void |
setContainerRef(WTContainerRef a_container)
|
protected void |
setCRoleHolder()
Set the role holder (actually a phase template). |
void |
setHelpContext(NFHelpContext help_context)
Set the help context for this panel. |
(package private) void |
setPanelUpdated(boolean updateFlag)
Indicates whether or not this panel has been updated to reflect the selected phase. |
void |
setViewMode(boolean view_mode)
Sets the mode of the Life Cycle defintion panel. |
private void |
updatePanel()
Update all the components in the this panel to reflect the state of the current role holder (phase template). |
(package private) void |
useGateLatestCheckbox_StateChangePerformed(ItemEvent event)
|
(package private) void |
usePhaseLatestCheckbox_StateChangePerformed(ItemEvent event)
|
Methods inherited from class wt.clients.project.RoleHolderPanel |
getApplet, getHelpContext, getHelpSystem, getParentFrame, setApplet, setCRoleHolder, setCRoleHolder, setHelp, setSelectedRoleName |
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 |
static final int SEARCH_PHASE_PROCESS
static final int SEARCH_GATE_PROCESS
private boolean viewMode
private boolean panelUpdated
WTContainerRef context
Label phaseWfProcessLabel
Label gateWfProcessLabel
Button searchPhaseButton
Button searchGateButton
Checkbox gatecheckbox
Checkbox phasecheckbox
Button clearPhaseBtn
Button clearGateBtn
Hotlink phaseHotlink
Hotlink gateHotlink
Constructor Detail |
public WorkflowPanel()
Method Detail |
protected void setCRoleHolder()
setCRoleHolder
in class RoleHolderPanel
private void updatePanel()
protected ObjectReference getPhaseWfReference()
protected ObjectReference getGateWfReference()
private CPhaseTemplate getcRoleHolder()
private void doSearchPhase()
private void doSearchGate()
public void setViewMode(boolean view_mode)
view_mode
- true if read-only, else falseboolean isViewMode()
void setPanelUpdated(boolean updateFlag)
boolean isPanelUpdated()
public void addNotify()
protected void localize()
public void setHelpContext(NFHelpContext help_context)
setHelpContext
in class RoleHolderPanel
help_context
- the help contextvoid searchPhaseButton_ActionPerformed(ActionEvent event)
void searchGateButton_ActionPerformed(ActionEvent event)
void usePhaseLatestCheckbox_StateChangePerformed(ItemEvent event)
void useGateLatestCheckbox_StateChangePerformed(ItemEvent event)
void clearPhaseBtn_ActionPerformed(ActionEvent event)
void clearGateBtn_ActionPerformed(ActionEvent event)
public void setContainerRef(WTContainerRef a_container)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |