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 SummaryFields inherited from class com.axemble.vdoc.sdk.impl.EzsContentComponentcontentNodeImplFields inherited from class com.axemble.vdoc.sdk.impl.PortalElementpath, storageKeyFields inherited from class com.axemble.vdoc.sdk.impl.AbstractElementmodule
- 
Constructor SummaryConstructorsConstructorDescriptionEzsComponent(IModule module, com.axemble.easysite.dao.domain.impl.ElementImpl elementImpl) 
- 
Method SummaryModifier 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.EzsContentComponentgetInnerCssClass, 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.PortalElementequals, getId, getPath, getProtocolURI, getProtocolURI, hashCode, replaceBackSlash, replaceSlash, save, setIdMethods inherited from class com.axemble.vdoc.sdk.impl.AbstractElementgetModuleMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IContentComponentgetInnerCssClass, getInnerDescription, getInnerLabel, getInnerName, getParentBlock, getSysName, getValue, getValue, isInnerNullable, isInnerReplaceable, setHidden, setInnerCssClass, setInnerNullable, setInnerReplaceable, setSysName, setValue
- 
Constructor Details- 
EzsComponent- Parameters:
- module-
 
 
- 
- 
Method Details- 
isIndexedpublic boolean isIndexed()Description copied from interface:IComponentChecks if the component should be indexed.- Specified by:
- isIndexedin interface- IComponent
- Returns:
- a boolean value.
 
- 
setIndexedpublic void setIndexed(boolean indexed) Description copied from interface:IComponentAllows to specify if the component should be indexed or not.- Specified by:
- setIndexedin interface- IComponent
- Parameters:
- indexed- The boolean value.
 
 
-