public class calendarMgt
extends com.sun.rave.web.ui.appbase.AbstractPageBean
Modifier and Type | Field and Description |
---|---|
com.sun.rave.web.ui.component.Label |
lblComments |
com.sun.rave.web.ui.component.Label |
lblEnd |
com.sun.rave.web.ui.component.Label |
lblFilter |
com.sun.rave.web.ui.component.Label |
lblResource |
com.sun.rave.web.ui.component.Label |
lblResourceName |
com.sun.rave.web.ui.component.Label |
lblStart |
com.sun.rave.web.ui.component.Label |
lblUntil |
com.sun.rave.web.ui.component.Label |
lblWorkload |
Constructor and Description |
---|
calendarMgt()
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
btnAdd_action() |
java.lang.String |
btnClear_action() |
java.lang.String |
btnDelete_action() |
java.lang.String |
btnRefresh_action() |
java.lang.String |
btnTomorrow_action() |
java.lang.String |
btnUpdate_action() |
java.lang.String |
btnYesterday_action() |
void |
cbbFilter_processValueChange(javax.faces.event.ValueChangeEvent event) |
void |
cbbResource_processValueChange(javax.faces.event.ValueChangeEvent event) |
void |
destroy() |
protected ApplicationBean |
getApplicationBean() |
com.sun.rave.web.ui.component.Body |
getBody1() |
com.sun.rave.web.ui.component.Button |
getBtnAdd() |
java.lang.String |
getBtnAddText() |
com.sun.rave.web.ui.component.Button |
getBtnClear() |
com.sun.rave.web.ui.component.Button |
getBtnDelete() |
com.sun.rave.web.ui.component.Button |
getBtnTomorrow() |
com.sun.rave.web.ui.component.Button |
getBtnUpdate() |
com.sun.rave.web.ui.component.Button |
getBtnYesterday() |
com.sun.rave.web.ui.component.Calendar |
getCalComponent() |
com.sun.rave.web.ui.component.Calendar |
getCalDuration() |
com.sun.rave.web.ui.model.Option[] |
getCalendarMgtFilterComboItems() |
com.sun.rave.web.ui.component.PanelLayout |
getCalPanel() |
com.sun.rave.web.ui.component.DropDown |
getCbbFilter() |
com.sun.rave.web.ui.component.DropDown |
getCbbResource() |
com.sun.rave.web.ui.component.Checkbox |
getCbxRepeat() |
javax.faces.component.html.HtmlOutputText |
getCoCommentHeader() |
javax.faces.component.UIColumn |
getColComment() |
javax.faces.component.html.HtmlOutputText |
getColCommentRows() |
javax.faces.component.UIColumn |
getColEndTime() |
javax.faces.component.html.HtmlOutputText |
getColEndTimeHeader() |
javax.faces.component.html.HtmlOutputText |
getColEndTimeRows() |
javax.faces.component.UIColumn |
getColName() |
javax.faces.component.html.HtmlOutputText |
getColNameHeader() |
javax.faces.component.html.HtmlOutputText |
getColNameRows() |
javax.faces.component.UIColumn |
getColSBar() |
javax.faces.component.UIColumn |
getColStartTime() |
javax.faces.component.html.HtmlOutputText |
getColStartTimeHeader() |
javax.faces.component.html.HtmlOutputText |
getColStartTimeRows() |
javax.faces.component.UIColumn |
getColStatus() |
javax.faces.component.html.HtmlOutputText |
getColStatusHeader() |
javax.faces.component.html.HtmlOutputText |
getColStatusRows() |
javax.faces.component.UIColumn |
getColWorkload() |
javax.faces.component.html.HtmlOutputText |
getColWorkloadHeader() |
javax.faces.component.html.HtmlOutputText |
getColWorkloadRows() |
javax.faces.component.html.HtmlDataTable |
getDataTable1() |
com.sun.rave.web.ui.component.PanelLayout |
getEditPanel() |
com.sun.rave.web.ui.component.Form |
getForm1() |
com.sun.rave.web.ui.component.HiddenField |
getHdnRowIndex() |
com.sun.rave.web.ui.component.Head |
getHead1() |
com.sun.rave.web.ui.component.StaticText |
getHeadingComments() |
com.sun.rave.web.ui.component.StaticText |
getHeadingEnd() |
com.sun.rave.web.ui.component.StaticText |
getHeadingName() |
com.sun.rave.web.ui.component.StaticText |
getHeadingStart() |
com.sun.rave.web.ui.component.StaticText |
getHeadingStatus() |
com.sun.rave.web.ui.component.StaticText |
getHeadingWorkload() |
com.sun.rave.web.ui.component.Html |
getHtml1() |
com.sun.rave.web.ui.component.PanelLayout |
getLayoutPanel2() |
com.sun.rave.web.ui.component.Label |
getLblComments() |
com.sun.rave.web.ui.component.Label |
getLblEnd() |
com.sun.rave.web.ui.component.Label |
getLblFilter() |
com.sun.rave.web.ui.component.Label |
getLblResource() |
com.sun.rave.web.ui.component.Label |
getLblResourceName() |
com.sun.rave.web.ui.component.Label |
getLblStart() |
com.sun.rave.web.ui.component.Label |
getLblUntil() |
com.sun.rave.web.ui.component.Label |
getLblWorkload() |
com.sun.rave.web.ui.component.Link |
getLink1() |
com.sun.rave.web.ui.component.Page |
getPage1() |
com.sun.rave.web.ui.component.PanelLayout |
getPnlContainer() |
com.sun.rave.web.ui.component.PanelGroup |
getPnlGroup() |
protected RequestBean |
getRequestBean() |
com.sun.rave.web.ui.component.Script |
getScript1() |
protected SessionBean |
getSessionBean() |
com.sun.rave.web.ui.component.StaticText |
getSttResourceName() |
com.sun.rave.web.ui.component.TextField |
getTxtComments() |
com.sun.rave.web.ui.component.TextField |
getTxtEndTime() |
com.sun.rave.web.ui.component.TextField |
getTxtStartTime() |
com.sun.rave.web.ui.component.TextField |
getTxtWorkload() |
com.sun.rave.web.ui.component.PanelLayout |
getUpperPanel() |
void |
init() |
void |
preprocess() |
void |
prerender()
Overridden method that is called immediately before the page is rendered
|
void |
setBody1(com.sun.rave.web.ui.component.Body b) |
void |
setBtnAdd(com.sun.rave.web.ui.component.Button b) |
void |
setBtnAddText(java.lang.String text) |
void |
setBtnClear(com.sun.rave.web.ui.component.Button b) |
void |
setBtnDelete(com.sun.rave.web.ui.component.Button b) |
void |
setBtnTomorrow(com.sun.rave.web.ui.component.Button b) |
void |
setBtnUpdate(com.sun.rave.web.ui.component.Button b) |
void |
setBtnYesterday(com.sun.rave.web.ui.component.Button b) |
void |
setCalComponent(com.sun.rave.web.ui.component.Calendar cal) |
void |
setCalDuration(com.sun.rave.web.ui.component.Calendar cal) |
void |
setCalPanel(com.sun.rave.web.ui.component.PanelLayout pl) |
void |
setCbbFilter(com.sun.rave.web.ui.component.DropDown cbb) |
void |
setCbbResource(com.sun.rave.web.ui.component.DropDown cbb) |
void |
setCbxRepeat(com.sun.rave.web.ui.component.Checkbox c) |
void |
setColComment(javax.faces.component.UIColumn uic) |
void |
setColCommentHeader(javax.faces.component.html.HtmlOutputText hot) |
void |
setColCommentRows(javax.faces.component.html.HtmlOutputText hot) |
void |
setColEndimeHeader(javax.faces.component.html.HtmlOutputText hot) |
void |
setColEndTime(javax.faces.component.UIColumn uic) |
void |
setColEndTimeRows(javax.faces.component.html.HtmlOutputText hot) |
void |
setColName(javax.faces.component.UIColumn uic) |
void |
setColNameHeader(javax.faces.component.html.HtmlOutputText hot) |
void |
setColNameRows(javax.faces.component.html.HtmlOutputText hot) |
void |
setColSBar(javax.faces.component.UIColumn uic) |
void |
setColStartTime(javax.faces.component.UIColumn uic) |
void |
setColStartTimeHeader(javax.faces.component.html.HtmlOutputText hot) |
void |
setColStartTimeRows(javax.faces.component.html.HtmlOutputText hot) |
void |
setColStatus(javax.faces.component.UIColumn uic) |
void |
setColStatusHeader(javax.faces.component.html.HtmlOutputText hot) |
void |
setColStatusRows(javax.faces.component.html.HtmlOutputText hot) |
void |
setColWorkload(javax.faces.component.UIColumn uic) |
void |
setColWorkloadHeader(javax.faces.component.html.HtmlOutputText hot) |
void |
setColWorkloadRows(javax.faces.component.html.HtmlOutputText hot) |
void |
setDataTable1(javax.faces.component.html.HtmlDataTable hdt) |
void |
setEditPanel(com.sun.rave.web.ui.component.PanelLayout pl) |
void |
setForm1(com.sun.rave.web.ui.component.Form f) |
void |
setHdnRowIndex(com.sun.rave.web.ui.component.HiddenField hf) |
void |
setHead1(com.sun.rave.web.ui.component.Head h) |
void |
setHeadingComments(com.sun.rave.web.ui.component.StaticText st) |
void |
setHeadingEnd(com.sun.rave.web.ui.component.StaticText st) |
void |
setHeadingName(com.sun.rave.web.ui.component.StaticText st) |
void |
setHeadingStart(com.sun.rave.web.ui.component.StaticText st) |
void |
setHeadingStatus(com.sun.rave.web.ui.component.StaticText st) |
void |
setHeadingWorkload(com.sun.rave.web.ui.component.StaticText st) |
void |
setHtml1(com.sun.rave.web.ui.component.Html h) |
void |
setLayoutPanel2(com.sun.rave.web.ui.component.PanelLayout pl) |
void |
setLblComments(com.sun.rave.web.ui.component.Label lbl) |
void |
setLblEnd(com.sun.rave.web.ui.component.Label lbl) |
void |
setLblFilter(com.sun.rave.web.ui.component.Label lbl) |
void |
setLblResource(com.sun.rave.web.ui.component.Label lbl) |
void |
setLblResourceName(com.sun.rave.web.ui.component.Label lbl) |
void |
setLblStart(com.sun.rave.web.ui.component.Label lbl) |
void |
setLblUntil(com.sun.rave.web.ui.component.Label lbl) |
void |
setLblWorkload(com.sun.rave.web.ui.component.Label lbl) |
void |
setLink1(com.sun.rave.web.ui.component.Link l) |
void |
setPage1(com.sun.rave.web.ui.component.Page p) |
void |
setPnlContainer(com.sun.rave.web.ui.component.PanelLayout pnl) |
void |
setPnlGroup(com.sun.rave.web.ui.component.PanelGroup group) |
void |
setScript1(com.sun.rave.web.ui.component.Script s) |
void |
setSttResourceName(com.sun.rave.web.ui.component.StaticText st) |
void |
setTxtComments(com.sun.rave.web.ui.component.TextField tf) |
void |
setTxtEndTime(com.sun.rave.web.ui.component.TextField tf) |
void |
setTxtStartTime(com.sun.rave.web.ui.component.TextField tf) |
void |
setTxtWorkload(com.sun.rave.web.ui.component.TextField tf) |
void |
setUpperPanel(com.sun.rave.web.ui.component.PanelLayout pl) |
afterApplyRequestValues, afterInvokeApplication, afterPhase, afterProcessValidations, afterRenderResponse, afterRestoreView, afterUpdateModelValues, beforeApplyRequestValues, beforeInvokeApplication, beforePhase, beforeProcessValidations, beforeRenderResponse, beforeRestoreView, beforeUpdateModelValues, isPostBack, renderResponse, responseComplete
erase, error, error, fatal, fatal, getApplication, getApplicationMap, getBean, getCachedExceptions, getContext, getExternalContext, getFacesContext, getLifecycle, getRequestMap, getSessionMap, getValue, info, info, log, log, setBean, setValue, warn, warn
public com.sun.rave.web.ui.component.Label lblFilter
public com.sun.rave.web.ui.component.Label lblResource
public com.sun.rave.web.ui.component.Label lblStart
public com.sun.rave.web.ui.component.Label lblEnd
public com.sun.rave.web.ui.component.Label lblUntil
public com.sun.rave.web.ui.component.Label lblWorkload
public com.sun.rave.web.ui.component.Label lblComments
public com.sun.rave.web.ui.component.Label lblResourceName
protected RequestBean getRequestBean()
protected SessionBean getSessionBean()
protected ApplicationBean getApplicationBean()
public void init()
init
in class com.sun.rave.web.ui.appbase.AbstractPageBean
public void preprocess()
preprocess
in class com.sun.rave.web.ui.appbase.AbstractPageBean
public void destroy()
destroy
in class com.sun.rave.web.ui.appbase.AbstractPageBean
public com.sun.rave.web.ui.component.Page getPage1()
public void setPage1(com.sun.rave.web.ui.component.Page p)
public com.sun.rave.web.ui.component.Html getHtml1()
public void setHtml1(com.sun.rave.web.ui.component.Html h)
public com.sun.rave.web.ui.component.Head getHead1()
public void setHead1(com.sun.rave.web.ui.component.Head h)
public com.sun.rave.web.ui.component.Link getLink1()
public void setLink1(com.sun.rave.web.ui.component.Link l)
public com.sun.rave.web.ui.component.Body getBody1()
public void setBody1(com.sun.rave.web.ui.component.Body b)
public com.sun.rave.web.ui.component.Form getForm1()
public void setForm1(com.sun.rave.web.ui.component.Form f)
public com.sun.rave.web.ui.component.Button getBtnAdd()
public void setBtnAdd(com.sun.rave.web.ui.component.Button b)
public com.sun.rave.web.ui.component.Button getBtnUpdate()
public void setBtnUpdate(com.sun.rave.web.ui.component.Button b)
public com.sun.rave.web.ui.component.PanelLayout getLayoutPanel2()
public void setLayoutPanel2(com.sun.rave.web.ui.component.PanelLayout pl)
public javax.faces.component.html.HtmlDataTable getDataTable1()
public void setDataTable1(javax.faces.component.html.HtmlDataTable hdt)
public javax.faces.component.UIColumn getColName()
public void setColName(javax.faces.component.UIColumn uic)
public javax.faces.component.html.HtmlOutputText getColNameRows()
public void setColNameRows(javax.faces.component.html.HtmlOutputText hot)
public javax.faces.component.html.HtmlOutputText getColNameHeader()
public void setColNameHeader(javax.faces.component.html.HtmlOutputText hot)
public javax.faces.component.UIColumn getColStartTime()
public void setColStartTime(javax.faces.component.UIColumn uic)
public javax.faces.component.html.HtmlOutputText getColStartTimeRows()
public void setColStartTimeRows(javax.faces.component.html.HtmlOutputText hot)
public javax.faces.component.html.HtmlOutputText getColStartTimeHeader()
public void setColStartTimeHeader(javax.faces.component.html.HtmlOutputText hot)
public javax.faces.component.UIColumn getColEndTime()
public void setColEndTime(javax.faces.component.UIColumn uic)
public javax.faces.component.html.HtmlOutputText getColEndTimeRows()
public void setColEndTimeRows(javax.faces.component.html.HtmlOutputText hot)
public javax.faces.component.html.HtmlOutputText getColEndTimeHeader()
public void setColEndimeHeader(javax.faces.component.html.HtmlOutputText hot)
public javax.faces.component.UIColumn getColStatus()
public void setColStatus(javax.faces.component.UIColumn uic)
public javax.faces.component.html.HtmlOutputText getColStatusRows()
public void setColStatusRows(javax.faces.component.html.HtmlOutputText hot)
public javax.faces.component.html.HtmlOutputText getColStatusHeader()
public void setColStatusHeader(javax.faces.component.html.HtmlOutputText hot)
public javax.faces.component.UIColumn getColWorkload()
public void setColWorkload(javax.faces.component.UIColumn uic)
public javax.faces.component.html.HtmlOutputText getColWorkloadRows()
public void setColWorkloadRows(javax.faces.component.html.HtmlOutputText hot)
public javax.faces.component.html.HtmlOutputText getColWorkloadHeader()
public void setColWorkloadHeader(javax.faces.component.html.HtmlOutputText hot)
public javax.faces.component.UIColumn getColComment()
public void setColComment(javax.faces.component.UIColumn uic)
public javax.faces.component.html.HtmlOutputText getColCommentRows()
public void setColCommentRows(javax.faces.component.html.HtmlOutputText hot)
public javax.faces.component.html.HtmlOutputText getCoCommentHeader()
public void setColCommentHeader(javax.faces.component.html.HtmlOutputText hot)
public javax.faces.component.UIColumn getColSBar()
public void setColSBar(javax.faces.component.UIColumn uic)
public com.sun.rave.web.ui.component.HiddenField getHdnRowIndex()
public void setHdnRowIndex(com.sun.rave.web.ui.component.HiddenField hf)
public com.sun.rave.web.ui.component.Script getScript1()
public void setScript1(com.sun.rave.web.ui.component.Script s)
public com.sun.rave.web.ui.component.PanelLayout getPnlContainer()
public void setPnlContainer(com.sun.rave.web.ui.component.PanelLayout pnl)
public com.sun.rave.web.ui.component.PanelGroup getPnlGroup()
public void setPnlGroup(com.sun.rave.web.ui.component.PanelGroup group)
public com.sun.rave.web.ui.component.Button getBtnDelete()
public void setBtnDelete(com.sun.rave.web.ui.component.Button b)
public com.sun.rave.web.ui.component.Button getBtnYesterday()
public void setBtnYesterday(com.sun.rave.web.ui.component.Button b)
public com.sun.rave.web.ui.component.Button getBtnTomorrow()
public void setBtnTomorrow(com.sun.rave.web.ui.component.Button b)
public com.sun.rave.web.ui.component.Calendar getCalComponent()
public void setCalComponent(com.sun.rave.web.ui.component.Calendar cal)
public com.sun.rave.web.ui.component.Label getLblFilter()
public void setLblFilter(com.sun.rave.web.ui.component.Label lbl)
public com.sun.rave.web.ui.component.DropDown getCbbFilter()
public void setCbbFilter(com.sun.rave.web.ui.component.DropDown cbb)
public com.sun.rave.web.ui.component.Label getLblResource()
public void setLblResource(com.sun.rave.web.ui.component.Label lbl)
public com.sun.rave.web.ui.component.DropDown getCbbResource()
public void setCbbResource(com.sun.rave.web.ui.component.DropDown cbb)
public com.sun.rave.web.ui.component.PanelLayout getCalPanel()
public void setCalPanel(com.sun.rave.web.ui.component.PanelLayout pl)
public com.sun.rave.web.ui.component.StaticText getHeadingStart()
public void setHeadingStart(com.sun.rave.web.ui.component.StaticText st)
public com.sun.rave.web.ui.component.StaticText getHeadingEnd()
public void setHeadingEnd(com.sun.rave.web.ui.component.StaticText st)
public com.sun.rave.web.ui.component.StaticText getHeadingName()
public void setHeadingName(com.sun.rave.web.ui.component.StaticText st)
public com.sun.rave.web.ui.component.StaticText getHeadingStatus()
public void setHeadingStatus(com.sun.rave.web.ui.component.StaticText st)
public com.sun.rave.web.ui.component.StaticText getHeadingWorkload()
public void setHeadingWorkload(com.sun.rave.web.ui.component.StaticText st)
public com.sun.rave.web.ui.component.StaticText getHeadingComments()
public void setHeadingComments(com.sun.rave.web.ui.component.StaticText st)
public com.sun.rave.web.ui.component.PanelLayout getEditPanel()
public void setEditPanel(com.sun.rave.web.ui.component.PanelLayout pl)
public com.sun.rave.web.ui.component.PanelLayout getUpperPanel()
public void setUpperPanel(com.sun.rave.web.ui.component.PanelLayout pl)
public com.sun.rave.web.ui.component.Label getLblStart()
public void setLblStart(com.sun.rave.web.ui.component.Label lbl)
public com.sun.rave.web.ui.component.Label getLblEnd()
public void setLblEnd(com.sun.rave.web.ui.component.Label lbl)
public com.sun.rave.web.ui.component.Label getLblUntil()
public void setLblUntil(com.sun.rave.web.ui.component.Label lbl)
public com.sun.rave.web.ui.component.Label getLblWorkload()
public void setLblWorkload(com.sun.rave.web.ui.component.Label lbl)
public com.sun.rave.web.ui.component.Label getLblComments()
public void setLblComments(com.sun.rave.web.ui.component.Label lbl)
public com.sun.rave.web.ui.component.Calendar getCalDuration()
public void setCalDuration(com.sun.rave.web.ui.component.Calendar cal)
public com.sun.rave.web.ui.component.TextField getTxtStartTime()
public void setTxtStartTime(com.sun.rave.web.ui.component.TextField tf)
public com.sun.rave.web.ui.component.TextField getTxtEndTime()
public void setTxtEndTime(com.sun.rave.web.ui.component.TextField tf)
public com.sun.rave.web.ui.component.TextField getTxtWorkload()
public void setTxtWorkload(com.sun.rave.web.ui.component.TextField tf)
public com.sun.rave.web.ui.component.TextField getTxtComments()
public void setTxtComments(com.sun.rave.web.ui.component.TextField tf)
public com.sun.rave.web.ui.component.Button getBtnClear()
public void setBtnClear(com.sun.rave.web.ui.component.Button b)
public java.lang.String getBtnAddText()
public void setBtnAddText(java.lang.String text)
public com.sun.rave.web.ui.component.Checkbox getCbxRepeat()
public void setCbxRepeat(com.sun.rave.web.ui.component.Checkbox c)
public com.sun.rave.web.ui.component.StaticText getSttResourceName()
public void setSttResourceName(com.sun.rave.web.ui.component.StaticText st)
public com.sun.rave.web.ui.component.Label getLblResourceName()
public void setLblResourceName(com.sun.rave.web.ui.component.Label lbl)
public void cbbFilter_processValueChange(javax.faces.event.ValueChangeEvent event)
public void cbbResource_processValueChange(javax.faces.event.ValueChangeEvent event)
public void prerender()
prerender
in class com.sun.rave.web.ui.appbase.AbstractPageBean
public java.lang.String btnRefresh_action()
public java.lang.String btnAdd_action()
public java.lang.String btnUpdate_action()
public java.lang.String btnDelete_action()
public java.lang.String btnClear_action()
public java.lang.String btnYesterday_action()
public java.lang.String btnTomorrow_action()
public com.sun.rave.web.ui.model.Option[] getCalendarMgtFilterComboItems()
Copyright © 2004-2014 The YAWL Foundation.