Class RichTextAreaSettings
- java.lang.Object
-
- com.jalios.jcms.taglib.settings.BasicSettings<T>
-
- com.jalios.jcms.taglib.settings.AbstractAreaSettings<RichTextAreaSettings>
-
- com.jalios.jcms.taglib.settings.impl.RichTextAreaSettings
-
- All Implemented Interfaces:
ControlSettings<RichTextAreaSettings>,java.lang.Cloneable
public class RichTextAreaSettings extends AbstractAreaSettings<RichTextAreaSettings>
Deprecated.useWysiwygSettingsRich Textarea Settings.- Author:
- Nicolas Dos Santos
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRichTextAreaSettings.ParameterValueDeprecated.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDEFAULT_EDITOR_SELECTORDeprecated.static java.lang.StringDEFAULT_PARAMS_INITDeprecated.static java.lang.StringEDITOR_SELECTORDeprecated.static java.lang.StringPARAMETERSDeprecated.static java.lang.StringPARAMS_PREFIXDeprecated.static java.lang.StringPOPUP_EDITIONDeprecated.-
Fields inherited from class com.jalios.jcms.taglib.settings.AbstractAreaSettings
ROWS
-
Fields inherited from class com.jalios.jcms.taglib.settings.BasicSettings
APPEND, ARIA_ATTR_PREFIX, ARIA_ATTRIBUTES, AUTOFOCUS, CLEAR_BUTTON, CSS, DATA_ATTR_PREFIX, DATA_ATTRIBUTES, DISABLED, HIDE_CLEAR_BUTTON, HTML_ATTRIBUTES, ID, LANGUAGE_CHOOSER, MAX_LENGTH, NAME, PLACEHOLDER, PREPEND, READONLY, REQUIRED, TITLE, TRIGGER_ACTION, TRIGGER_EVENT, VALUE
-
-
Constructor Summary
Constructors Constructor Description RichTextAreaSettings()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description RichTextAreaSettingsconfigurationId(java.lang.String configId)Deprecated.RichTextAreaSettingseditorSelector(java.lang.String editorSelector)Deprecated.protected RichTextAreaSettingsgetThis()Deprecated.Returns the exact type of the this reference.
It's a way to recover the type of thethisobject in a class hierarchy (cf.ControlTypegetType()Deprecated.Returns theControlTyperelated to the currentControlSettingsimplementation.RichTextAreaSettingsparameters(RichTextAreaSettings.ParameterValue... parameters)Deprecated.RichTextAreaSettingsparameters(java.lang.String... parameters)Deprecated.RichTextAreaSettingspopupEdition()Deprecated.voidresolveOptions(TypeFieldEntry tfe)Deprecated.Set options from the specifiedTypeFieldEntry.-
Methods inherited from class com.jalios.jcms.taglib.settings.AbstractAreaSettings
onChange, rows
-
Methods inherited from class com.jalios.jcms.taglib.settings.BasicSettings
addOption, append, aria, aria, autofocus, clearOption, clone, css, dataAttribute, dataAttribute, dataAttributes, disable, getOption, getOptionNames, htmlAttributes, htmlAttributes, id, isChannelReady, maxLength, merge, name, onFocusOut, placeholder, prepend, readonly, removeOption, require, showLanguageChooser, sortSet, title, toStringArray, toStringArray, toStringArray, toStringArray, toStringArray, trigger, value
-
-
-
-
Field Detail
-
PARAMS_PREFIX
public static final java.lang.String PARAMS_PREFIX
Deprecated.- See Also:
- Constant Field Values
-
DEFAULT_PARAMS_INIT
public static final java.lang.String DEFAULT_PARAMS_INIT
Deprecated.- See Also:
- Constant Field Values
-
DEFAULT_EDITOR_SELECTOR
public static final java.lang.String DEFAULT_EDITOR_SELECTOR
Deprecated.- See Also:
- Constant Field Values
-
POPUP_EDITION
public static final java.lang.String POPUP_EDITION
Deprecated.- See Also:
- Constant Field Values
-
EDITOR_SELECTOR
public static final java.lang.String EDITOR_SELECTOR
Deprecated.- See Also:
- Constant Field Values
-
PARAMETERS
public static final java.lang.String PARAMETERS
Deprecated.- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public ControlType getType()
Deprecated.Description copied from interface:ControlSettingsReturns theControlTyperelated to the currentControlSettingsimplementation.- Returns:
ControlType
-
getThis
protected RichTextAreaSettings getThis()
Deprecated.Description copied from class:BasicSettingsReturns the exact type of the this reference.
It's a way to recover the type of thethisobject in a class hierarchy (cf. getThis "trick").- Specified by:
getThisin classBasicSettings<RichTextAreaSettings>- Returns:
- The exact type of the this reference
-
resolveOptions
public void resolveOptions(TypeFieldEntry tfe)
Deprecated.Description copied from interface:ControlSettingsSet options from the specifiedTypeFieldEntry.- Specified by:
resolveOptionsin interfaceControlSettings<RichTextAreaSettings>- Overrides:
resolveOptionsin classAbstractAreaSettings<RichTextAreaSettings>- Parameters:
tfe-TypeFieldEntry
-
configurationId
public RichTextAreaSettings configurationId(java.lang.String configId)
Deprecated.
-
popupEdition
public RichTextAreaSettings popupEdition()
Deprecated.
-
editorSelector
public RichTextAreaSettings editorSelector(java.lang.String editorSelector)
Deprecated.
-
parameters
public RichTextAreaSettings parameters(java.lang.String... parameters)
Deprecated.
-
parameters
public RichTextAreaSettings parameters(RichTextAreaSettings.ParameterValue... parameters)
Deprecated.
-
-