|
WIDAR Classes | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.nrc.widar.mccc.crm.CrmState
public class CrmState
WIDAR/EVLA - CRM: CrmState Class
The CRM State class.
A class which holds methods involved in generating HTML output to describe the current status of the CRM
Copyright: National Research Council of Canada and Associated Universities Inc., 2010, 2011, 2012
Field Summary | |
---|---|
static java.lang.String |
activeBg
|
static java.lang.String |
CLASSNAME
|
static java.lang.String |
completeBg
|
static java.lang.String |
greenFg
|
static java.lang.String |
qBg
|
static java.lang.String |
queueBg
|
static java.lang.String |
redFg
|
static java.lang.String |
stateBg
|
Constructor Summary | |
---|---|
CrmState()
A class containing a collection of HTML generating methods intended to describe the current working state of the CRM to an external observer. |
Method Summary | |
---|---|
static java.lang.String |
getHtmlInfoPage()
Returns a String that is the CRM HTML description page |
static java.lang.String |
getHtmlState()
Returns an HTML page describing the current status of the CRM |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String CLASSNAME
public static final java.lang.String greenFg
public static final java.lang.String redFg
public static final java.lang.String stateBg
public static final java.lang.String qBg
public static final java.lang.String activeBg
public static final java.lang.String completeBg
public static final java.lang.String queueBg
Constructor Detail |
---|
public CrmState()
Method Detail |
---|
public static java.lang.String getHtmlInfoPage()
public static java.lang.String getHtmlState()
|
NRAO/DRAO | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |