Uses of Interface
com.missiondata.oss.lakeshore.LiveBlock

Packages that use LiveBlock
com.missiondata.oss.lakeshore Provides a framework for Synchronous Web Programming. 
com.missiondata.oss.lakeshore.requesthandler Lakeshore request handling 
 

Uses of LiveBlock in com.missiondata.oss.lakeshore
 

Methods in com.missiondata.oss.lakeshore with parameters of type LiveBlock
 void Renderer.anchorWithLiveBlock(java.lang.String text, LiveBlock liveBlock)
           
 void Renderer.liveUpdateOnClick(LiveBlock liveBlock, java.lang.String id)
           
 void Renderer.anchorWithLiveBlock(F block, LiveBlock liveBlock)
           
 void Renderer.anchorWithLiveBlock(java.lang.String preFunc, F block, LiveBlock liveBlock, java.lang.String postFunc)
           
 void Renderer.textInputWithCallBack(CallBack action, LiveBlock liveBlock)
           
 void Renderer.textInputWithCallBack(java.lang.String initialValue, CallBack action, LiveBlock liveBlock)
           
 void Renderer.selectWithLiveUpdate(java.util.Collection options, java.lang.Object selectedValue, CallBack action, LiveBlock liveBlock)
           
 void Renderer.selectWithLiveUpdateOn(java.lang.String preFunc, java.util.Collection options, java.lang.Object model, java.lang.String property, LiveBlock liveBlock, java.lang.String postFunc)
           
 void Renderer.selectWithLiveUpdateOn(java.util.Collection options, java.lang.Object model, java.lang.String property, LiveBlock liveBlock)
           
 void Renderer.multiSelectWithLiveUpdate(java.util.Collection options, java.util.Collection selectedValues, CallBack action, LiveBlock liveBlock)
           
 void Renderer.checkboxWithLiveUpdate(boolean checked, CallBack action, LiveBlock liveBlock)
           
protected  void Renderer.decorateWithLiveUpdate(java.lang.String eventType, F block, LiveBlock liveBlock)
           
 

Uses of LiveBlock in com.missiondata.oss.lakeshore.requesthandler
 

Constructors in com.missiondata.oss.lakeshore.requesthandler with parameters of type LiveBlock
LiveRequestHandler(RenderableRequestHandler renderableRequestHandler, LiveBlock liveBlock)