Package com.axemble.vdoc.sdk.impl
Class EzsComponent
java.lang.Object
com.axemble.vdoc.sdk.impl.AbstractElement
com.axemble.vdoc.sdk.impl.PortalElement
com.axemble.vdoc.sdk.impl.EzsContentComponent
com.axemble.vdoc.sdk.impl.EzsComponent
- All Implemented Interfaces:
IComponent
,IContentComponent
,IElement
,Serializable
- Author:
- vlygeros
- See Also:
-
Field Summary
Fields inherited from class com.axemble.vdoc.sdk.impl.EzsContentComponent
contentNodeImpl
Fields inherited from class com.axemble.vdoc.sdk.impl.PortalElement
path, storageKey
Fields inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
module
-
Constructor Summary
ConstructorDescriptionEzsComponent
(IModule module, com.axemble.easysite.dao.domain.impl.ElementImpl elementImpl) -
Method Summary
Modifier and TypeMethodDescriptionboolean
Checks if the component should be indexed.void
setIndexed
(boolean indexed) Allows to specify if the component should be indexed or not.Methods inherited from class com.axemble.vdoc.sdk.impl.EzsContentComponent
getInnerCssClass, getInnerDescription, getInnerLabel, getInnerName, getNativeObject, getParentBlock, getSysName, getValue, getValue, isInnerNullable, isInnerReplaceable, setHidden, setInnerCssClass, setInnerDescription, setInnerLabel, setInnerName, setInnerNullable, setInnerReplaceable, setSysName, setValue
Methods inherited from class com.axemble.vdoc.sdk.impl.PortalElement
equals, getId, getPath, getProtocolURI, getProtocolURI, hashCode, replaceBackSlash, replaceSlash, save, setId
Methods inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
getModule
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IContentComponent
getInnerCssClass, getInnerDescription, getInnerLabel, getInnerName, getParentBlock, getSysName, getValue, getValue, isInnerNullable, isInnerReplaceable, setHidden, setInnerCssClass, setInnerNullable, setInnerReplaceable, setSysName, setValue
-
Constructor Details
-
EzsComponent
- Parameters:
module
-
-
-
Method Details
-
isIndexed
public boolean isIndexed()Description copied from interface:IComponent
Checks if the component should be indexed.- Specified by:
isIndexed
in interfaceIComponent
- Returns:
- a boolean value.
-
setIndexed
public void setIndexed(boolean indexed) Description copied from interface:IComponent
Allows to specify if the component should be indexed or not.- Specified by:
setIndexed
in interfaceIComponent
- Parameters:
indexed
- The boolean value.
-