|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.mvc.MVCMessageBox
@Deprecated public class MVCMessageBox
MVCMessageBox
Field Summary | |
---|---|
static int |
ERROR
Deprecated. |
static int |
INFO
Deprecated. |
static int |
QUESTION
Deprecated. |
static int |
WARNING
Deprecated. |
Constructor Summary | |
---|---|
MVCMessageBox()
Deprecated. |
Method Summary | |
---|---|
String |
getLabelButton1()
Deprecated. |
String |
getLabelButton2()
Deprecated. |
String |
getLabelKeyButton1()
Deprecated. |
String |
getLabelKeyButton2()
Deprecated. |
String |
getMessage()
Deprecated. |
String |
getMessageKey()
Deprecated. |
int |
getStyle()
Deprecated. |
String |
getTemplate()
Deprecated. |
String |
getTitle()
Deprecated. |
String |
getTitleKey()
Deprecated. |
String |
getUrlButton1()
Deprecated. |
String |
getUrlButton2()
Deprecated. |
void |
localize(Locale locale)
Deprecated. Localize value if value's key found |
void |
setLabelButton1(String strLabelButton1)
Deprecated. |
void |
setLabelButton2(String strLabelButton2)
Deprecated. |
void |
setLabelKeyButton1(String strLabelKeyButton1)
Deprecated. |
void |
setLabelKeyButton2(String strLabelKeyButton2)
Deprecated. |
void |
setMessage(String strMessage)
Deprecated. |
void |
setMessageKey(String strMessageKey)
Deprecated. |
void |
setStyle(int nStyle)
Deprecated. |
void |
setTemplate(String strTemplate)
Deprecated. |
void |
setTitle(String strTitle)
Deprecated. |
void |
setTitleKey(String strTitleKey)
Deprecated. |
void |
setUrlButton1(String strUrlButton1)
Deprecated. |
void |
setUrlButton2(String strUrlButton2)
Deprecated. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int INFO
public static final int QUESTION
public static final int WARNING
public static final int ERROR
Constructor Detail |
---|
public MVCMessageBox()
Method Detail |
---|
public int getStyle()
public void setStyle(int nStyle)
nStyle
- the style to setpublic String getTitle()
public void setTitle(String strTitle)
strTitle
- the title to setpublic String getMessage()
public void setMessage(String strMessage)
strMessage
- the message to setpublic String getLabelButton1()
public void setLabelButton1(String strLabelButton1)
strLabelButton1
- the strLabelButton1 to setpublic String getUrlButton1()
public void setUrlButton1(String strUrlButton1)
strUrlButton1
- the strUrlButton1 to setpublic String getLabelButton2()
public void setLabelButton2(String strLabelButton2)
strLabelButton2
- the label to setpublic String getUrlButton2()
public void setUrlButton2(String strUrlButton2)
strUrlButton2
- the strUrlButton2 to setpublic String getLabelKeyButton1()
public void setLabelKeyButton1(String strLabelKeyButton1)
strLabelKeyButton1
- the _strLabelKeyButton1 to setpublic String getLabelKeyButton2()
public void setLabelKeyButton2(String strLabelKeyButton2)
strLabelKeyButton2
- the _strLabelKeyButton2 to setpublic String getTemplate()
public void setTemplate(String strTemplate)
strTemplate
- the _strTemplate to setpublic String getTitleKey()
public void setTitleKey(String strTitleKey)
strTitleKey
- the Title key to setpublic String getMessageKey()
public void setMessageKey(String strMessageKey)
strMessageKey
- the Message key to setpublic void localize(Locale locale)
locale
- The locale
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |