fr.paris.lutece.portal.business.globalmanagement
Class RichTextEditor

java.lang.Object
  extended by fr.paris.lutece.portal.business.globalmanagement.RichTextEditor

public class RichTextEditor
extends Object

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

RichTextEditor

public RichTextEditor()
Method Detail

getEditorName

public String getEditorName()
Get the name of the editor

Returns:
The name of the editor

setEditorName

public void setEditorName(String strEditorName)
Set the name of the editor

Parameters:
strEditorName - The name of the editor

getDescription

public String getDescription()
Get the description of the editor

Returns:
The description of the editor

setDescription

public void setDescription(String strDescription)
Set the description of the editor

Parameters:
strDescription - The description of the editor

getBackOffice

public boolean getBackOffice()
Get a boolean describing of this text editor should be used for back of front office

Returns:
True if this editor should be used for back office, false if it should be used for front office.

setBackOffice

public void setBackOffice(boolean bBackOffice)
Set a boolean describing of this text editor should be used for back of front office

Parameters:
bBackOffice - True if this editor should be used for back office, false if it should be used for front office.


Copyright © 2014 Mairie de Paris. All Rights Reserved.