public class ProgressBarElement extends BaseUpdateableElement
HTMLNode.HTMLDoctype
ctx
BASE_CHAR, COMBINING_CHAR, DIGIT, EXTENDER, IDEOGRAPHIC, LETTER, NAME, NAME_CHAR
Constructor and Description |
---|
ProgressBarElement(FProxyFetchTracker tracker,
FreenetURI key,
FetchContext fctx,
long maxSize,
ToadletContext ctx,
boolean pushed) |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Disposes the Node
|
static java.lang.String |
getId(FreenetURI uri) |
java.lang.String |
getUpdaterId(java.lang.String requestId)
Returns the id, that identifies the element.
|
java.lang.String |
getUpdaterType()
Returns the type of the client-side updater.
|
java.lang.String |
toString() |
void |
updateState(boolean initial)
Updates the state of the Node.
|
init
addAttribute, addChild, addChild, addChild, addChild, addChild, addChild, addChild, addChildren, addChildren, checkNamePattern, clone, generate, generate, generate, generateChildren, getAttribute, getAttributes, getChildren, getContent, getFirstTag, link, linkInNewWindow, removeChildren, setContent, setReadOnly, text, text, text, text
public ProgressBarElement(FProxyFetchTracker tracker, FreenetURI key, FetchContext fctx, long maxSize, ToadletContext ctx, boolean pushed)
public void updateState(boolean initial)
BaseUpdateableElement
updateState
in class BaseUpdateableElement
initial
- - If this is the first updatepublic java.lang.String getUpdaterId(java.lang.String requestId)
BaseUpdateableElement
getUpdaterId
in class BaseUpdateableElement
public static java.lang.String getId(FreenetURI uri)
public void dispose()
BaseUpdateableElement
dispose
in class BaseUpdateableElement
public java.lang.String getUpdaterType()
BaseUpdateableElement
getUpdaterType
in class BaseUpdateableElement
public java.lang.String toString()
toString
in class java.lang.Object