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)
|