|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.google.gwt.user.client.ui.UIObject com.google.gwt.user.client.ui.Widget com.google.gwt.user.client.ui.Composite org.kuali.student.lum.program.client.widgets.SummaryActionPanel
public class SummaryActionPanel
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
Field Summary | |
---|---|
private KSButton |
activateButton
|
private KSLightBox |
activateDialog
|
private Section |
activateSection
|
private KSButton |
approveButton
|
private com.google.gwt.user.client.ui.HorizontalPanel |
content
|
private DataModel |
dataModel
|
private com.google.gwt.event.shared.HandlerManager |
eventBus
|
private com.google.gwt.user.client.ui.Anchor |
exitAnchor
|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
SummaryActionPanel(Section activateSection,
com.google.gwt.event.shared.HandlerManager eventBus)
|
Method Summary | |
---|---|
private void |
bind()
|
private void |
buildActivateDialog()
|
private void |
buildLayout()
|
private void |
enableButtons(boolean enableApprove,
boolean enableActivate)
|
private void |
processActivateClick()
|
private void |
processButtonClick(ProgramStatus status)
|
private void |
processStatus()
|
private void |
processStatus(ProgramStatus programStatus)
|
private void |
setStyles()
|
Methods inherited from class com.google.gwt.user.client.ui.Composite |
---|
getWidget, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
addDomHandler, addHandler, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private final com.google.gwt.user.client.ui.HorizontalPanel content
private final KSButton approveButton
private final KSButton activateButton
private final com.google.gwt.user.client.ui.Anchor exitAnchor
private final KSLightBox activateDialog
private Section activateSection
private DataModel dataModel
private com.google.gwt.event.shared.HandlerManager eventBus
Constructor Detail |
---|
public SummaryActionPanel(Section activateSection, com.google.gwt.event.shared.HandlerManager eventBus)
Method Detail |
---|
private void bind()
private void processStatus()
private void processButtonClick(ProgramStatus status)
private void processActivateClick()
private void processStatus(ProgramStatus programStatus)
private void setStyles()
private void buildLayout()
private void buildActivateDialog()
private void enableButtons(boolean enableApprove, boolean enableActivate)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |