|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.portal.business.globalmanagement.RichTextEditor
public class RichTextEditor
Rich text editor configuration
Constructor Summary | |
---|---|
RichTextEditor()
|
Method Summary | |
---|---|
boolean |
getBackOffice()
Get a boolean describing of this text editor should be used for back of front office |
String |
getDescription()
Get the description of the editor |
String |
getEditorName()
Get the name of the editor |
void |
setBackOffice(boolean bBackOffice)
Set a boolean describing of this text editor should be used for back of front office |
void |
setDescription(String strDescription)
Set the description of the editor |
void |
setEditorName(String strEditorName)
Set the name of the editor |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RichTextEditor()
Method Detail |
---|
public String getEditorName()
public void setEditorName(String strEditorName)
strEditorName
- The name of the editorpublic String getDescription()
public void setDescription(String strDescription)
strDescription
- The description of the editorpublic boolean getBackOffice()
public void setBackOffice(boolean bBackOffice)
bBackOffice
- True if this editor should be used for back office, false if it should be used for front office.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |