Class CockpitFCKEditor
- java.lang.Object
-
- org.zkoss.zk.ui.AbstractComponent
-
- org.zkforge.fckez.FCKeditor
-
- de.hybris.platform.cockpit.components.CockpitFCKEditor
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,org.zkoss.zk.ui.Component,org.zkoss.zk.ui.ext.Scope,org.zkoss.zk.ui.sys.ComponentCtrl
- Direct Known Subclasses:
CockpitBasicFCKEditor
public class CockpitFCKEditor extends org.zkforge.fckez.FCKeditor- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCockpitFCKEditor.Skin
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCOCKPIT_FCK_EDITOR_PROPERTY
-
Constructor Summary
Constructors Constructor Description CockpitFCKEditor(java.lang.String langIso, java.lang.String spellCheckerScript, CockpitFCKEditor.Skin skin)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddEditorAttribute(java.lang.String attributeKey, java.lang.String attributeValue)voidapplySettings()static java.lang.StringcreateDigest(byte[] source, java.lang.String algorithm)voiddeleteEditorAttribute(java.lang.String attributeKey)java.util.Map<java.lang.String,java.lang.String>getEditorAttributes()java.lang.StringgetGuiLanguage()java.lang.StringgetToolbarIcons()voidsetCustomConfigurationsPath(java.lang.String url)voidsetGuiLanguage(java.lang.String isocode)protected voidsetGuiLanguage(java.lang.String isocode, boolean apply)voidsetToolbarIcons(java.lang.String iconConfig)protected voidsetToolbarIcons(java.lang.String iconConfig, boolean apply)-
Methods inherited from class org.zkforge.fckez.FCKeditor
getConfigString, getCustomConfigurationsPath, getHeight, getOuterAttrs, getToolbarSet, getValue, getWidth, isAutoHeight, isChildable, newExtraCtrl, setAutoHeight, setHeight, setToolbarSet, setValue, setWidth
-
Methods inherited from class org.zkoss.zk.ui.AbstractComponent
addAnnotation, addAnnotation, addCallback, addClientEvent, addEventHandler, addEventListener, addEventListener, addForward, addForward, addForward, addForward, addMoved, addRedrawCallback, addScopeListener, addShadowRoot, addShadowRootBefore, addSharedEventHandlerMap, appendChild, applyProperties, beforeChildAdded, beforeChildRemoved, beforeParentChanged, clone, detach, didActivate, didActivate, didDeserialize, didDeserialize, disableBindingAnnotation, disableClientUpdate, enableBindingAnnotation, getAnnotatedProperties, getAnnotatedPropertiesBy, getAnnotation, getAnnotation, getAnnotations, getAnnotations, getAnnotations, getAttribute, getAttribute, getAttribute, getAttributeOrFellow, getAttributes, getAttributes, getAuService, getAutag, getCallback, getChildren, getClientAttribute, getClientDataAttribute, getClientEvents, getDefaultMold, getDefinition, getDesktop, getEventHandler, getEventHandlerNames, getEventListenerMap, getEventListeners, getExtraCtrl, getFellow, getFellow, getFellowIfAny, getFellowIfAny, getFellows, getFirstChild, getId, getLastChild, getListenerIterator, getMold, getNextSibling, getPage, getParent, getPreviousSibling, getPropertyAccess, getRedrawCallback, getRoot, getShadowFellowIfAny, getShadowRoots, getShadowVariable, getShadowVariable, getShadowVariable0, getSpaceOwner, getSpecialRendererOutput, getStubonly, getSubBindingAnnotationCount, getTemplate, getTemplateNames, getUuid, getWidgetAttribute, getWidgetAttributeNames, getWidgetClass, getWidgetListener, getWidgetListenerNames, getWidgetOverride, getWidgetOverrideNames, hasAttribute, hasAttribute, hasAttribute, hasAttributeOrFellow, hasBindingAnnotation, hasFellow, hasFellow, hasSubBindingAnnotation, insertBefore, invalidate, isInvalidated, isListenerAvailable, isVisible, onChildAdded, onChildRemoved, onPageAttached, onPageDetached, onWrongValue, query, queryAll, redraw, redrawChildren, removeAttribute, removeAttribute, removeAttribute, removeCallback, removeChild, removeEventListener, removeForward, removeForward, removeRedrawCallback, removeScopeListener, removeShadowRoot, render, render, render, renderProperties, replace, response, response, response, service, service, sessionDidActivate, sessionWillPassivate, setAttribute, setAttribute, setAttribute, setAuService, setAutag, setClientAttribute, setClientDataAttribute, setDefinition, setDefinition, setId, setMold, setPage, setPageBefore, setParent, setStubonly, setStubonly, setSubBindingAnnotationCount, setTemplate, setVisible, setVisibleDirectly, setWidgetAttribute, setWidgetClass, setWidgetListener, setWidgetOverride, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdateWidgetListener, smartUpdateWidgetOverride, toString, updateByClient, updateSubBindingAnnotationCount, willPassivate, willPassivate, willSerialize, willSerialize
-
-
-
-
Field Detail
-
COCKPIT_FCK_EDITOR_PROPERTY
public static final java.lang.String COCKPIT_FCK_EDITOR_PROPERTY
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CockpitFCKEditor
public CockpitFCKEditor(java.lang.String langIso, java.lang.String spellCheckerScript, CockpitFCKEditor.Skin skin)
-
-
Method Detail
-
addEditorAttribute
public void addEditorAttribute(java.lang.String attributeKey, java.lang.String attributeValue)
-
deleteEditorAttribute
public void deleteEditorAttribute(java.lang.String attributeKey)
-
getEditorAttributes
public java.util.Map<java.lang.String,java.lang.String> getEditorAttributes()
-
applySettings
public void applySettings()
-
setGuiLanguage
public void setGuiLanguage(java.lang.String isocode)
-
setGuiLanguage
protected void setGuiLanguage(java.lang.String isocode, boolean apply)
-
getGuiLanguage
public java.lang.String getGuiLanguage()
-
setToolbarIcons
public void setToolbarIcons(java.lang.String iconConfig)
-
setToolbarIcons
protected void setToolbarIcons(java.lang.String iconConfig, boolean apply)
-
getToolbarIcons
public java.lang.String getToolbarIcons()
-
createDigest
public static java.lang.String createDigest(byte[] source, java.lang.String algorithm) throws java.security.NoSuchAlgorithmException- Throws:
java.security.NoSuchAlgorithmException
-
setCustomConfigurationsPath
public void setCustomConfigurationsPath(java.lang.String url)
- Overrides:
setCustomConfigurationsPathin classorg.zkforge.fckez.FCKeditor
-
-