Package com.axemble.vdoc.sdk.impl
Class EzsContentComponent
java.lang.Object
com.axemble.vdoc.sdk.impl.AbstractElement
com.axemble.vdoc.sdk.impl.PortalElement
com.axemble.vdoc.sdk.impl.EzsContentComponent
- All Implemented Interfaces:
- IContentComponent,- IElement,- Serializable
- Direct Known Subclasses:
- EzsBlock,- EzsComponent
- Author:
- vlygeros
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionprotected com.axemble.easysite.dao.domain.impl.ContentNodeImplFields inherited from class com.axemble.vdoc.sdk.impl.PortalElementpath, storageKeyFields inherited from class com.axemble.vdoc.sdk.impl.AbstractElementmodule
- 
Constructor SummaryConstructorsConstructorDescriptionEzsContentComponent(IModule module, com.axemble.easysite.dao.domain.impl.ContentNodeImpl contentNodeImpl) 
- 
Method SummaryModifier and TypeMethodDescriptionGets the CSS class.Gets the description of theIContentComponentobject.Gets the label of theIContentComponentobject.Gets the name of theIContentComponentobject.Gets the native object underneath.Gets the parent block.Get the system name of the componentGets the value of a property.Gets the value of a property.booleanChecks if the block is nullable.booleanChecks if the block is replaceable.voidHides a property.voidsetInnerCssClass(String cssClass) Sets the CSS classvoidsetInnerDescription(String description) voidsetInnerLabel(String label) voidsetInnerName(String name) voidsetInnerNullable(boolean nullable) Allows to specify the block is nullable.voidsetInnerReplaceable(boolean replaceable) Allows to specify the block is replaceable.voidsetSysName(String sysName) Get the system name of the componentvoidSets a value to a propertyMethods 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.AbstractElementgetModule
- 
Field Details- 
contentNodeImplprotected com.axemble.easysite.dao.domain.impl.ContentNodeImpl contentNodeImpl
 
- 
- 
Constructor Details- 
EzsContentComponentpublic EzsContentComponent(IModule module, com.axemble.easysite.dao.domain.impl.ContentNodeImpl contentNodeImpl) - Parameters:
- module-
 
 
- 
- 
Method Details- 
getNativeObjectDescription copied from interface:IElementGets the native object underneath.- Specified by:
- getNativeObjectin interface- IElement
- Returns:
- an object.
 
- 
getParentBlockDescription copied from interface:IContentComponentGets the parent block.- Specified by:
- getParentBlockin interface- IContentComponent
- Returns:
- A IBlockobject.
 
- 
getInnerNameDescription copied from interface:IContentComponentGets the name of theIContentComponentobject.- Specified by:
- getInnerNamein interface- IContentComponent
- Returns:
- The system name of the content component.
 
- 
setInnerName
- 
getInnerLabelDescription copied from interface:IContentComponentGets the label of theIContentComponentobject.- Specified by:
- getInnerLabelin interface- IContentComponent
- Returns:
- The label of the content component.
 
- 
setInnerLabel
- 
getInnerDescriptionDescription copied from interface:IContentComponentGets the description of theIContentComponentobject.- Specified by:
- getInnerDescriptionin interface- IContentComponent
- Returns:
- The description of the content component.
 
- 
setInnerDescription
- 
isInnerNullablepublic boolean isInnerNullable()Description copied from interface:IContentComponentChecks if the block is nullable.- Specified by:
- isInnerNullablein interface- IContentComponent
- Returns:
- true if the block is nullable, false otherwise.
 
- 
setInnerNullablepublic void setInnerNullable(boolean nullable) Description copied from interface:IContentComponentAllows to specify the block is nullable.- Specified by:
- setInnerNullablein interface- IContentComponent
- Parameters:
- nullable- The flag to set.
 
- 
isInnerReplaceablepublic boolean isInnerReplaceable()Description copied from interface:IContentComponentChecks if the block is replaceable.- Specified by:
- isInnerReplaceablein interface- IContentComponent
- Returns:
- true if the block is replaceable, false otherwise.
 
- 
setInnerReplaceablepublic void setInnerReplaceable(boolean replaceable) Description copied from interface:IContentComponentAllows to specify the block is replaceable.- Specified by:
- setInnerReplaceablein interface- IContentComponent
- Parameters:
- replaceable- The flag to set.
 
- 
getValueDescription copied from interface:IContentComponentGets the value of a property.- Specified by:
- getValuein interface- IContentComponent
- Parameters:
- propertyName- The system name of the property.
- Returns:
- A Objectobject.
 
- 
getValueDescription copied from interface:IContentComponentGets the value of a property. Allows to specify a default value, if the internale value is null.- Specified by:
- getValuein interface- IContentComponent
- Parameters:
- propertyName- The system name of the property.
- defaultValue-
- Returns:
- A Objectobject.
 
- 
setValueDescription copied from interface:IContentComponentSets a value to a property- Specified by:
- setValuein interface- IContentComponent
- Parameters:
- propertyName- The system name of the property.
- value- The value object to set.
 
- 
setHiddenDescription copied from interface:IContentComponentHides a property.- Specified by:
- setHiddenin interface- IContentComponent
- Parameters:
- propertyName- The system name of the property.
 
- 
getInnerCssClassDescription copied from interface:IContentComponentGets the CSS class.- Specified by:
- getInnerCssClassin interface- IContentComponent
- Returns:
- A java.lang.String representing the class name used by the block.
 
- 
setInnerCssClassDescription copied from interface:IContentComponentSets the CSS class- Specified by:
- setInnerCssClassin interface- IContentComponent
- Parameters:
- cssClass-
 
- 
getSysNameDescription copied from interface:IContentComponentGet the system name of the component- Specified by:
- getSysNamein interface- IContentComponent
- Returns:
- the system name
 
- 
setSysNameDescription copied from interface:IContentComponentGet the system name of the component- Specified by:
- setSysNamein interface- IContentComponent
- Parameters:
- sysName- the system name
 
 
-