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
contentNodeImplFields inherited from class com.axemble.vdoc.sdk.impl.PortalElement
path, storageKeyFields inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
module -
Constructor Summary
ConstructorsConstructorDescriptionEzsComponent(IModule module, com.axemble.easysite.dao.domain.impl.ElementImpl elementImpl) -
Method Summary
Modifier and TypeMethodDescriptionbooleanChecks if the component should be indexed.voidsetIndexed(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, setValueMethods inherited from class com.axemble.vdoc.sdk.impl.PortalElement
equals, getId, getPath, getProtocolURI, getProtocolURI, hashCode, replaceBackSlash, replaceSlash, save, setIdMethods inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
getModuleMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods 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:IComponentChecks if the component should be indexed.- Specified by:
isIndexedin interfaceIComponent- Returns:
- a boolean value.
-
setIndexed
public void setIndexed(boolean indexed) Description copied from interface:IComponentAllows to specify if the component should be indexed or not.- Specified by:
setIndexedin interfaceIComponent- Parameters:
indexed- The boolean value.
-