| Modifier and Type | Field and Description | 
|---|---|
protected ProgressBarRenderNode | 
renderNode  | 
effects, styleId, visibility, zIndex| Constructor and Description | 
|---|
ProgressBar()  | 
ProgressBar(java.lang.String id)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
attach(ParentRenderNode<?,?> parentRenderNode)
Attaches a  
RenderNode for this element to a parent
 RenderNode | 
void | 
detach(ParentRenderNode<?,?> parentRenderNode)
Detaches this element's  
RenderNode from a parent
 RenderNode | 
java.lang.String | 
getLayout()
Returns the current layout 
 | 
float | 
getMax()  | 
float | 
getMin()  | 
float | 
getValue()  | 
void | 
setLayout(java.lang.String layout)
Sets the current layout 
 | 
void | 
setMax(float max)  | 
void | 
setMin(float min)  | 
void | 
setStyleId(java.lang.String styleId)
Sets the style if for this  
UiElement | 
void | 
setValue(float value)  | 
void | 
setVisibility(Visibility visibility)
Sets the current  
Visibility of this UiElement | 
void | 
setZIndex(int zIndex)
Sets the Z index of this  
UiElement. | 
void | 
syncWithRenderNode()
Syncs data between the  
UiElement and RenderNode | 
addEffectListener, addHoverListener, applyEffect, equals, getElementById, getId, getStyleId, getVisibility, getZIndex, hashCode, isDebugEnabled, notifyEffectListenersOnFinished, notifyHoverListenersOnBeginHover, notifyHoverListenersOnEndHover, removeEffectListener, removeHoverListener, setDebugEnabledprotected ProgressBarRenderNode renderNode
public ProgressBar()
public ProgressBar(java.lang.String id)
public void syncWithRenderNode()
UiElementUiElement and RenderNodesyncWithRenderNode in class UiElementpublic void attach(ParentRenderNode<?,?> parentRenderNode)
UiElementRenderNode for this element to a parent
 RenderNodeattach in class UiElementparentRenderNode - The parent RenderNode to attach topublic void detach(ParentRenderNode<?,?> parentRenderNode)
UiElementRenderNode from a parent
 RenderNodedetach in class UiElementparentRenderNode - The parent RenderNode to detach frompublic void setVisibility(Visibility visibility)
UiElementVisibility of this UiElementsetVisibility in class UiElementvisibility - The Visibility to setpublic void setStyleId(java.lang.String styleId)
UiElementUiElementsetStyleId in class UiElementstyleId - The style id to setpublic void setZIndex(int zIndex)
UiElementUiElement. Elements will be rendered on
 different Z layers in ascending Z order (negatives values first, positive values last)public java.lang.String getLayout()
public void setLayout(java.lang.String layout)
layout - public float getMin()
public void setMin(float min)
public float getMax()
public void setMax(float max)
public float getValue()
public void setValue(float value)