Class IterationController
java.lang.Object
com.axemble.easysite.mvc.controllers.AbstractContentNodeController
com.axemble.easysite.mvc.controllers.AbstractBlockController
com.axemble.vdoc.sdk.impl.base.BaseBlockController
com.axemble.vdoc.sdk.layouts.builders.iteration.IterationController
- All Implemented Interfaces:
- com.axemble.easysite.mvc.controllers.IBlockController,- com.axemble.easysite.mvc.controllers.IContentNodeController,- IBlockController,- IContentComponentController,- IController,- Serializable
public class IterationController
extends com.axemble.vdoc.sdk.impl.base.BaseBlockController
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.IBlockControllerIBlockController.IRenderOptions
- 
Field SummaryFields inherited from class com.axemble.easysite.mvc.controllers.AbstractBlockControllerlog, modelAndViewListFields inherited from class com.axemble.easysite.mvc.controllers.AbstractContentNodeControllerinstance, viewFields inherited from interface com.axemble.easysite.mvc.controllers.IContentNodeControllerCONTEXTS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected intprotected voidprepareModel(IRenderModel model) Allows to set some values to theobject.invalid referenceIRenderModuleprotected voidprocessEvent(String eventName, String eventValue) Allows to handle events.protected voidMethods inherited from class com.axemble.vdoc.sdk.impl.base.BaseBlockControllerdoHandleEvent, doHandleForm, evaluateBookmarks, getBlock, getBlockContext, getSiteModule, prepareContentNode, prepareModelMethods inherited from class com.axemble.easysite.mvc.controllers.AbstractBlockControllergetBlockContext, getBlockInstance, getModelAndViewList, setBlockInstance, setModelAndViewListMethods inherited from class com.axemble.easysite.mvc.controllers.AbstractContentNodeControllerbuildDefaultModel, doHandlePagerEvent, finalize, getContentNodeContext, getContentNodeInstance, getView, prepareAlternateModel, setContentNodeInstance, setViewMethods inherited from class java.lang.Objectclone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.axemble.easysite.mvc.controllers.IContentNodeControllergetContentNodeInstance, getView, prepareAlternateModel, setContentNodeInstance, setView
- 
Constructor Details- 
IterationControllerpublic IterationController()
 
- 
- 
Method Details- 
processEventDescription copied from class:com.axemble.vdoc.sdk.impl.base.BaseBlockControllerAllows to handle events.- Specified by:
- processEventin class- com.axemble.vdoc.sdk.impl.base.BaseBlockController
- Parameters:
- eventName- The event name.
- eventValue- The event value.
- Throws:
- Exception- Default exception.
 
- 
processForm- Throws:
- Exception
 
- 
prepareBlock- Overrides:
- prepareBlockin class- com.axemble.vdoc.sdk.impl.base.BaseBlockController
- Throws:
- Exception
 
- 
prepareModelDescription copied from class:com.axemble.vdoc.sdk.impl.base.BaseBlockControllerAllows to set some values to theobject.invalid referenceIRenderModule- Specified by:
- prepareModelin class- com.axemble.vdoc.sdk.impl.base.BaseBlockController
- Parameters:
- model- The- IRenderModelobject.
- Throws:
- Exception- Default exception.
 
 
-