|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.getsnappy.snappyj.JavaScriptLoadingIndicator
com.getsnappy.snappyj.BlockingAnimatedGifLoadingIndicator
public class BlockingAnimatedGifLoadingIndicator
This loading indicator will apply the opaque png "/images/grey.png" screenwide and then load /images/loadingBox.png and attempt to keep it centered in the screen
Constructor Summary | |
---|---|
BlockingAnimatedGifLoadingIndicator()
|
Method Summary | |
---|---|
static BlockingAnimatedGifLoadingIndicator |
getInstance()
Load the single shared instance. |
void |
jsFinish(java.io.Writer out)
Called immediately before replacing the contents of the page. |
void |
jsStart(java.io.Writer out)
This function will apply the opaque png "/images/grey.png" screenwide and then load /images/loadingBox.png and attempt to keep centered in the screen |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BlockingAnimatedGifLoadingIndicator()
Method Detail |
---|
public static BlockingAnimatedGifLoadingIndicator getInstance()
public void jsStart(java.io.Writer out) throws java.io.IOException
jsStart
in class JavaScriptLoadingIndicator
java.io.IOException
DoNothingLoadingIndicator
public void jsFinish(java.io.Writer out) throws java.io.IOException
JavaScriptLoadingIndicator
jsFinish
in class JavaScriptLoadingIndicator
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |