Class MediaSettings
- java.lang.Object
-
- com.jalios.jcms.taglib.settings.BasicSettings<T>
-
- com.jalios.jcms.taglib.settings.AbstractTextSettings<T>
-
- com.jalios.jcms.taglib.settings.AbstractTextChooserSettings<MediaPathSettings>
-
- com.jalios.jcms.taglib.settings.impl.MediaPathSettings
-
- com.jalios.jcms.taglib.settings.impl.MediaSettings
-
- All Implemented Interfaces:
ControlSettings<MediaPathSettings>,java.lang.Cloneable
public class MediaSettings extends MediaPathSettings
Media Settings- Author:
- Nicolas Dos Santos
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.jalios.jcms.taglib.settings.impl.MediaPathSettings
MediaPathSettings.MediaType
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringMEDIA-
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 MediaSettings()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected MediaSettingsgetThis()Returns the exact type of the this reference.
It's a way to recover the type of thethisobject in a class hierarchy (cf.ControlTypegetType()Returns theControlTyperelated to the currentControlSettingsimplementation.-
Methods inherited from class com.jalios.jcms.taglib.settings.impl.MediaPathSettings
getChooserName, getChooserOption, media, media, media, media, media, resolveOptions, useCurrentWorkspace
-
Methods inherited from class com.jalios.jcms.taglib.settings.AbstractTextChooserSettings
addAcChooserOption, addChooserOption, getAcChooserName, getAcChooserOption, getChooserIcon, getChooserTitle, getOption, popupHeight, popupWidth, superGetOption, workspace, workspace
-
Methods inherited from class com.jalios.jcms.taglib.settings.AbstractTextSettings
onChange
-
Methods inherited from class com.jalios.jcms.taglib.settings.BasicSettings
addOption, append, aria, aria, autofocus, clearOption, clone, css, dataAttribute, dataAttribute, dataAttributes, disable, 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
-
MEDIA
public static final java.lang.String MEDIA
- See Also:
- Constant Field Values
-
-
Method Detail
-
getType
public ControlType getType()
Description copied from interface:ControlSettingsReturns theControlTyperelated to the currentControlSettingsimplementation.- Specified by:
getTypein interfaceControlSettings<MediaPathSettings>- Overrides:
getTypein classMediaPathSettings- Returns:
ControlType
-
getThis
protected MediaSettings getThis()
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").- Overrides:
getThisin classMediaPathSettings- Returns:
- The exact type of the this reference
-
-