@Named @ViewScoped public class WaitingPanelShowcaseSingleCodeComponent extends AbstractShowcaseSingleCodeComponent implements Serializable
| Constructor and Description |
|---|
WaitingPanelShowcaseSingleCodeComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCss(StringBuilder sb)
Is called by getCss() and can be used to add custom css output.
|
protected void |
addJavaCode(StringBuilder sb)
Is called by getJavaCode() and can be used to add custom java code output.
|
void |
doWaitingClick() |
WaitingPanelChildrenType |
getChildrenType() |
List<javax.faces.model.SelectItem> |
getChildrenTypes() |
int |
getDelayInMillis() |
protected String |
getEmptyDistanceString() |
String |
getXHtml() |
boolean |
isRenderChildrenExample1() |
boolean |
isRenderChildrenExample2() |
boolean |
isRenderNoChildren() |
void |
setChildrenType(WaitingPanelChildrenType childrenType) |
void |
setDelayInMillis(int delayInMillis) |
addJs, addXhtmlEnd, addXhtmlStart, addXhtmlStart, appendBoolean, appendBoolean, appendString, appendString, getCss, getJavaCode, getJs, isDisabled, isRendered, setDisabled, setRenderedpublic WaitingPanelShowcaseSingleCodeComponent()
public void doWaitingClick()
protected void addJavaCode(StringBuilder sb)
AbstractShowcaseSingleCodeComponentaddJavaCode in class AbstractShowcaseSingleCodeComponentpublic String getXHtml()
getXHtml in class AbstractShowcaseSingleCodeComponentprotected void addCss(StringBuilder sb)
AbstractShowcaseSingleCodeComponentaddCss in class AbstractShowcaseSingleCodeComponentpublic List<javax.faces.model.SelectItem> getChildrenTypes()
protected String getEmptyDistanceString()
getEmptyDistanceString in class AbstractShowcaseSingleCodeComponentpublic int getDelayInMillis()
public void setDelayInMillis(int delayInMillis)
public WaitingPanelChildrenType getChildrenType()
public void setChildrenType(WaitingPanelChildrenType childrenType)
public boolean isRenderChildrenExample1()
public boolean isRenderChildrenExample2()
public boolean isRenderNoChildren()
Copyright © 2015. All rights reserved.