AbstractCodeShowcase instead.@Deprecated public abstract class AbstractShowcaseSingleCodeComponent extends Object
| Constructor and Description |
|---|
AbstractShowcaseSingleCodeComponent()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
addCss(StringBuilder sb)
Deprecated.
Is called by getCss() and can be used to add custom css output.
|
protected void |
addJavaCode(StringBuilder sb)
Deprecated.
Is called by getJavaCode() and can be used to add custom java code output.
|
protected void |
addJs(StringBuilder sb)
Deprecated.
Is called by getJS() and can be used to add custom js output.
|
protected void |
addXhtmlEnd(StringBuilder sb)
Deprecated.
|
protected void |
addXhtmlStart(StringBuilder sb)
Deprecated.
|
protected void |
addXhtmlStart(StringBuilder sb,
String head)
Deprecated.
|
protected void |
appendBoolean(String attribute,
boolean value,
StringBuilder sb)
Deprecated.
|
protected void |
appendBoolean(String attribute,
boolean value,
StringBuilder sb,
boolean isLastValue)
Deprecated.
|
protected void |
appendString(String attribute,
String value,
StringBuilder sb)
Deprecated.
|
protected void |
appendString(String attribute,
String value,
StringBuilder sb,
boolean isLastValue)
Deprecated.
|
String |
getCss()
Deprecated.
|
protected String |
getEmptyDistanceString()
Deprecated.
|
String |
getJavaCode()
Deprecated.
|
String |
getJs()
Deprecated.
|
abstract String |
getXHtml()
Deprecated.
|
boolean |
isDisabled()
Deprecated.
|
boolean |
isRendered()
Deprecated.
|
void |
setDisabled(boolean disabled)
Deprecated.
|
void |
setRendered(boolean rendered)
Deprecated.
|
public AbstractShowcaseSingleCodeComponent()
public abstract String getXHtml()
protected void addCss(StringBuilder sb)
protected void addJs(StringBuilder sb)
protected void addJavaCode(StringBuilder sb)
protected void appendString(String attribute, String value, StringBuilder sb, boolean isLastValue)
protected void appendString(String attribute, String value, StringBuilder sb)
protected void appendBoolean(String attribute, boolean value, StringBuilder sb, boolean isLastValue)
protected void appendBoolean(String attribute, boolean value, StringBuilder sb)
protected String getEmptyDistanceString()
protected void addXhtmlStart(StringBuilder sb)
protected void addXhtmlStart(StringBuilder sb, String head)
protected void addXhtmlEnd(StringBuilder sb)
public String getJavaCode()
public String getCss()
public String getJs()
public boolean isRendered()
public void setRendered(boolean rendered)
public boolean isDisabled()
public void setDisabled(boolean disabled)
Copyright © 2015. All rights reserved.