wt.clients.lifecycle.promote
Class LifeCyclePromoteReview
java.lang.Object
java.awt.Component
java.awt.Container
java.awt.Panel
java.applet.Applet
wt.clients.lifecycle.promote.LifeCyclePromoteReview
- All Implemented Interfaces:
- Accessible, ImageObserver, MenuContainer, Serializable
- public class LifeCyclePromoteReview
- extends Applet
- See Also:
- Serialized Form
Fields inherited from class java.applet.Applet |
|
Fields inherited from class java.awt.Panel |
|
Fields inherited from class java.awt.Container |
|
Methods inherited from class java.applet.Applet |
getAccessibleContext, getAppletContext, getAppletInfo, getAudioClip, getAudioClip, getCodeBase, getDocumentBase, getImage, getImage, getLocale, getParameter, getParameterInfo, isActive, newAudioClip, play, play, resize, resize, setStub, showStatus |
Methods inherited from class java.awt.Container |
add, add, add, add, add, addContainerListener, addImpl, addPropertyChangeListener, addPropertyChangeListener, applyComponentOrientation, areFocusTraversalKeysSet, countComponents, deliverEvent, doLayout, findComponentAt, findComponentAt, getAlignmentX, getAlignmentY, getComponent, getComponentAt, getComponentAt, getComponentCount, getComponents, getContainerListeners, getFocusTraversalKeys, getFocusTraversalPolicy, getInsets, getLayout, getListeners, getMaximumSize, getMinimumSize, getPreferredSize, insets, invalidate, isAncestorOf, isFocusCycleRoot, isFocusCycleRoot, isFocusTraversalPolicySet, layout, list, list, locate, minimumSize, paint, paintComponents, paramString, preferredSize, print, printComponents, processContainerEvent, processEvent, remove, remove, removeAll, removeContainerListener, removeNotify, setFocusCycleRoot, setFocusTraversalKeys, setFocusTraversalPolicy, setFont, setLayout, transferFocusBackward, transferFocusDownCycle, update, validate, validateTree |
Methods inherited from class java.awt.Component |
action, add, addComponentListener, addFocusListener, addHierarchyBoundsListener, addHierarchyListener, addInputMethodListener, addKeyListener, addMouseListener, addMouseMotionListener, addMouseWheelListener, bounds, checkImage, checkImage, coalesceEvents, contains, contains, createImage, createImage, createVolatileImage, createVolatileImage, disable, disableEvents, dispatchEvent, enable, enable, enableEvents, enableInputMethods, firePropertyChange, firePropertyChange, firePropertyChange, getBackground, getBounds, getBounds, getColorModel, getComponentListeners, getComponentOrientation, getCursor, getDropTarget, getFocusCycleRootAncestor, getFocusListeners, getFocusTraversalKeysEnabled, getFont, getFontMetrics, getForeground, getGraphics, getGraphicsConfiguration, getHeight, getHierarchyBoundsListeners, getHierarchyListeners, getIgnoreRepaint, getInputContext, getInputMethodListeners, getInputMethodRequests, getKeyListeners, getLocation, getLocation, getLocationOnScreen, getMouseListeners, getMouseMotionListeners, getMouseWheelListeners, getName, getParent, getPeer, getPropertyChangeListeners, getPropertyChangeListeners, getSize, getSize, getToolkit, getTreeLock, getWidth, getX, getY, gotFocus, handleEvent, hasFocus, hide, imageUpdate, inside, isBackgroundSet, isCursorSet, isDisplayable, isDoubleBuffered, isEnabled, isFocusable, isFocusOwner, isFocusTraversable, isFontSet, isForegroundSet, isLightweight, isOpaque, isShowing, isValid, isVisible, keyDown, keyUp, list, list, list, location, lostFocus, mouseDown, mouseDrag, mouseEnter, mouseExit, mouseMove, mouseUp, move, nextFocus, paintAll, postEvent, prepareImage, prepareImage, printAll, processComponentEvent, processFocusEvent, processHierarchyBoundsEvent, processHierarchyEvent, processInputMethodEvent, processKeyEvent, processMouseEvent, processMouseMotionEvent, processMouseWheelEvent, remove, removeComponentListener, removeFocusListener, removeHierarchyBoundsListener, removeHierarchyListener, removeInputMethodListener, removeKeyListener, removeMouseListener, removeMouseMotionListener, removeMouseWheelListener, removePropertyChangeListener, removePropertyChangeListener, repaint, repaint, repaint, repaint, requestFocus, requestFocus, requestFocusInWindow, requestFocusInWindow, reshape, setBackground, setBounds, setBounds, setComponentOrientation, setCursor, setDropTarget, setEnabled, setFocusable, setFocusTraversalKeysEnabled, setForeground, setIgnoreRepaint, setLocale, setLocation, setLocation, setName, setSize, setSize, setVisible, show, show, size, toString, transferFocus, transferFocusUpCycle |
myObject
LifeCycleManaged myObject
mySignature
LifeCycleSignature mySignature
myRole
Role myRole
myAction
String myAction
myTask
String myTask
RB
static ResourceBundle RB
RESOURCE
private static final String RESOURCE
- See Also:
- Constant Field Values
helpSystem
private HelpSystem helpSystem
helpContext
private HelpContext helpContext
HELP_RESOURCE
private static final String HELP_RESOURCE
- See Also:
- Constant Field Values
YES
static final int YES
- See Also:
- Constant Field Values
PROMOTE
static final int PROMOTE
- See Also:
- Constant Field Values
NO
static final int NO
- See Also:
- Constant Field Values
DENY
static final int DENY
- See Also:
- Constant Field Values
DROP
static final int DROP
- See Also:
- Constant Field Values
DEMOTE
static final int DEMOTE
- See Also:
- Constant Field Values
panTask
Panel panTask
lblComments
Label lblComments
txtaComments
TextArea txtaComments
lblStatus
Label lblStatus
hLine1
symantec.itools.awt.shape.HorizontalLine hLine1
lblTask
Label lblTask
panButtons
Panel panButtons
btnYes
Button btnYes
btnNo
Button btnNo
btnDemote
Button btnDemote
btnDrop
Button btnDrop
btnHelp
Button btnHelp
lblPromotionCriteria
Label lblPromotionCriteria
jctCriteria
jclass.table.JCTableComponent jctCriteria
LifeCyclePromoteReview
public LifeCyclePromoteReview()
start
public void start()
stop
public void stop()
destroy
public void destroy()
init
public void init()
initCriteriaTable
void initCriteriaTable()
addCriteriaRow
void addCriteriaRow(Criterion criterion)
throws Exception
- Throws:
Exception
initTaskSignature
void initTaskSignature()
throws Exception
- Throws:
Exception
validWorkItem
boolean validWorkItem()
throws Exception
- Throws:
Exception
promoterAction
void promoterAction(int task)
throws Exception
- Throws:
Exception
review
void review(int vote)
throws Exception
- Throws:
Exception
setTaskStatusCaption
void setTaskStatusCaption(String status)
updateGateCriteria
void updateGateCriteria()
throws Exception
- Throws:
Exception
getAppletParameters
void getAppletParameters()
throws Exception
- Throws:
Exception
getTopLevelParent
private Frame getTopLevelParent(Component component)
vote
void vote(int ballot)
btnYes_Action
void btnYes_Action(ActionEvent event)
btnNo_Action
void btnNo_Action(ActionEvent event)
btnDemote_Action
void btnDemote_Action(ActionEvent event)
btnDrop_Action
void btnDrop_Action(ActionEvent event)
btnHelp_Action
void btnHelp_Action(ActionEvent event)
localize
private void localize()