|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.tobago.renderkit.html.HtmlRendererUtil
@Deprecated public final class HtmlRendererUtil
| Method Summary | |
|---|---|
static void |
addAcceleratorKey(FacesContext facesContext,
String func,
char key)
Deprecated. Please use HtmlRendererUtils |
static void |
addAcceleratorKey(FacesContext facesContext,
String func,
char key,
String modifier)
Deprecated. Please use HtmlRendererUtils |
static void |
addClickAcceleratorKey(FacesContext facesContext,
String clientId,
char key)
Deprecated. Please use HtmlRendererUtils |
static void |
addClickAcceleratorKey(FacesContext facesContext,
String clientId,
char key,
String modifier)
Deprecated. Please use HtmlRendererUtils |
static void |
addCssClass(UIComponent component,
String clazz)
Deprecated. Please use StyleClasses.ensureStyleClasses(component).add(clazz); |
static void |
addImageSources(FacesContext facesContext,
TobagoResponseWriter writer,
String src,
String id)
Deprecated. |
static void |
addMarkupClass(UIComponent component,
String rendererName,
String subComponent,
StringBuilder tobagoClass)
Deprecated. Please use StyleClasses.addMarkupClass() |
static void |
addMarkupClass(UIComponent component,
String rendererName,
StyleClasses classes)
Deprecated. Please use StyleClasses.addMarkupClass() |
static String |
addTip(String title,
Object tip)
Deprecated. Please use HtmlRendererUtils |
static void |
checkForCommandFacet(UIComponent component,
FacesContext facesContext,
TobagoResponseWriter writer)
Deprecated. Please use HtmlRendererUtils |
static void |
checkForCommandFacet(UIComponent component,
List<String> clientIds,
FacesContext facesContext,
TobagoResponseWriter writer)
Deprecated. Please use HtmlRendererUtils |
static String |
createAcceleratorKeyJsStatement(String func,
char key,
String modifier)
Deprecated. Please use HtmlRendererUtils |
static void |
createCssClass(FacesContext facesContext,
UIComponent component)
Deprecated. Please use HtmlRendererUtils |
static void |
createHeaderAndBodyStyles(FacesContext facesContext,
UIComponent component)
Deprecated. |
static void |
createHeaderAndBodyStyles(FacesContext facesContext,
UIComponent component,
boolean width)
Deprecated. |
static String |
createOnclickAcceleratorKeyJsStatement(String clientId,
char key,
String modifier)
Deprecated. Please use HtmlRendererUtils |
static String |
createSrc(String src,
String ext)
Deprecated. Please use HtmlRendererUtils |
static void |
endJavascript(ResponseWriter writer)
Deprecated. use TobagoResponseWriter.writeJavascript() |
static String |
getComponentId(FacesContext context,
UIComponent component,
String componentId)
Deprecated. Please use HtmlRendererUtils |
static String |
getComponentIds(FacesContext context,
UIComponent component,
String[] componentId)
Deprecated. Please use HtmlRendererUtils |
static String |
getJavascriptArray(String[] list)
Deprecated. Please use HtmlRendererUtils |
static String |
getJavascriptString(String str)
Deprecated. Please use HtmlRendererUtils |
static String |
getRenderedPartiallyJavascriptArray(FacesContext facesContext,
UICommand command)
Deprecated. Please use HtmlRendererUtils |
static String |
getRendererName(FacesContext facesContext,
UIComponent component)
Deprecated. Please use HtmlRendererUtils |
static String |
getTitleFromTipAndMessages(FacesContext facesContext,
UIComponent component)
Deprecated. Please use HtmlRendererUtils |
static TobagoResponseWriter |
getTobagoResponseWriter(FacesContext facesContext)
Deprecated. Please use HtmlRendererUtils |
static String |
removeStyleAttribute(String style,
String name)
Deprecated. Please use HtmlRendererUtils |
static void |
removeStyleAttribute(UIComponent component,
String name)
Deprecated. Please use setter; |
static void |
removeStyleClasses(UIComponent cell)
Deprecated. Please use HtmlRendererUtils |
static void |
renderDojoDndItem(UIComponent component,
TobagoResponseWriter writer,
boolean addStyle)
Deprecated. Please use HtmlRendererUtils |
static void |
renderDojoDndSource(FacesContext context,
UIComponent component)
Deprecated. Please use HtmlRendererUtils |
static void |
renderFocusId(FacesContext facesContext,
UIComponent component)
Deprecated. Please use HtmlRendererUtils |
static void |
renderFocusId(FacesContext facesContext,
UIInput component)
Deprecated. Please use HtmlRendererUtils |
static void |
renderImageTip(UIComponent component,
TobagoResponseWriter writer)
Deprecated. Please use HtmlRendererUtils |
static void |
renderSelectItems(UIInput component,
List<SelectItem> items,
Object[] values,
TobagoResponseWriter writer,
FacesContext facesContext)
Deprecated. Please use HtmlRendererUtils |
static void |
renderTip(UIComponent component,
TobagoResponseWriter writer)
Deprecated. Please use HtmlRendererUtils |
static String |
replaceStyleAttribute(String style,
String name,
String value)
Deprecated. Please use HtmlRendererUtils |
static void |
replaceStyleAttribute(UIComponent component,
String styleAttribute,
int value)
Deprecated. Please use setter; |
static void |
replaceStyleAttribute(UIComponent component,
String styleAttribute,
String value)
Deprecated. Please use setter; |
static void |
replaceStyleAttribute(UIComponent component,
String attribute,
String styleAttribute,
int value)
Deprecated. Please use setter; |
static void |
replaceStyleAttribute(UIComponent component,
String attribute,
String styleAttribute,
String value)
Deprecated. Please use setter; |
static void |
setDefaultTransition(FacesContext facesContext,
boolean transition)
Deprecated. Please use HtmlRendererUtils |
static void |
startJavascript(ResponseWriter writer)
Deprecated. use TobagoResponseWriter.writeJavascript() |
static String |
toStyleString(String key,
Integer value)
Deprecated. Please use HtmlRendererUtils |
static String |
toStyleString(String key,
String value)
Deprecated. Please use HtmlRendererUtils |
static void |
updateClassAttribute(String cssClass,
String rendererName,
UIComponent component)
Deprecated. Please use StyleClasses.ensureStyleClasses(component).updateClassAttribute(renderer, component); |
static void |
writeJavascript(ResponseWriter writer,
String script)
Deprecated. use TobagoResponseWriter.writeJavascript() |
static void |
writeLabelWithAccessKey(TobagoResponseWriter writer,
LabelWithAccessKey label)
Deprecated. Please use HtmlRendererUtils |
static void |
writeScriptLoader(FacesContext facesContext,
String script)
Deprecated. Please use HtmlRendererUtils |
static void |
writeScriptLoader(FacesContext facesContext,
String[] scripts,
String[] afterLoadCmds)
Deprecated. Please use HtmlRendererUtils |
static void |
writeStyleLoader(FacesContext facesContext,
String[] styles)
Deprecated. Please use HtmlRendererUtils |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
@Deprecated
public static void renderFocusId(FacesContext facesContext,
UIComponent component)
throws IOException
IOException
@Deprecated
public static void renderFocusId(FacesContext facesContext,
UIInput component)
throws IOException
IOException
@Deprecated
public static void createCssClass(FacesContext facesContext,
UIComponent component)
@Deprecated
public static String getRendererName(FacesContext facesContext,
UIComponent component)
@Deprecated
public static void writeLabelWithAccessKey(TobagoResponseWriter writer,
LabelWithAccessKey label)
throws IOException
IOException
@Deprecated
public static void setDefaultTransition(FacesContext facesContext,
boolean transition)
throws IOException
IOException
@Deprecated
public static void addClickAcceleratorKey(FacesContext facesContext,
String clientId,
char key)
throws IOException
IOException
@Deprecated
public static void addClickAcceleratorKey(FacesContext facesContext,
String clientId,
char key,
String modifier)
throws IOException
IOException
@Deprecated
public static void addAcceleratorKey(FacesContext facesContext,
String func,
char key)
throws IOException
IOException
@Deprecated
public static void addAcceleratorKey(FacesContext facesContext,
String func,
char key,
String modifier)
throws IOException
IOException
@Deprecated
public static String createOnclickAcceleratorKeyJsStatement(String clientId,
char key,
String modifier)
@Deprecated
public static String createAcceleratorKeyJsStatement(String func,
char key,
String modifier)
@Deprecated
public static void replaceStyleAttribute(UIComponent component,
String styleAttribute,
String value)
@Deprecated
public static void replaceStyleAttribute(UIComponent component,
String attribute,
String styleAttribute,
String value)
@Deprecated
public static void replaceStyleAttribute(UIComponent component,
String styleAttribute,
int value)
@Deprecated
public static void replaceStyleAttribute(UIComponent component,
String attribute,
String styleAttribute,
int value)
@Deprecated
public static String replaceStyleAttribute(String style,
String name,
String value)
@Deprecated
public static String removeStyleAttribute(String style,
String name)
@Deprecated
public static void removeStyleAttribute(UIComponent component,
String name)
@Deprecated
public static void addCssClass(UIComponent component,
String clazz)
@Deprecated
public static void createHeaderAndBodyStyles(FacesContext facesContext,
UIComponent component)
@Deprecated
public static void createHeaderAndBodyStyles(FacesContext facesContext,
UIComponent component,
boolean width)
@Deprecated
public static void updateClassAttribute(String cssClass,
String rendererName,
UIComponent component)
@Deprecated
public static void addMarkupClass(UIComponent component,
String rendererName,
String subComponent,
StringBuilder tobagoClass)
@Deprecated
public static void addMarkupClass(UIComponent component,
String rendererName,
StyleClasses classes)
@Deprecated
public static void addImageSources(FacesContext facesContext,
TobagoResponseWriter writer,
String src,
String id)
throws IOException
IOException
@Deprecated
public static String createSrc(String src,
String ext)
@Deprecated public static TobagoResponseWriter getTobagoResponseWriter(FacesContext facesContext)
@Deprecated
public static void writeJavascript(ResponseWriter writer,
String script)
throws IOException
IOException
@Deprecated
public static void startJavascript(ResponseWriter writer)
throws IOException
IOException
@Deprecated
public static void endJavascript(ResponseWriter writer)
throws IOException
IOException
@Deprecated
public static void writeScriptLoader(FacesContext facesContext,
String script)
throws IOException
IOException
@Deprecated
public static void writeScriptLoader(FacesContext facesContext,
String[] scripts,
String[] afterLoadCmds)
throws IOException
IOException
@Deprecated
public static void writeStyleLoader(FacesContext facesContext,
String[] styles)
throws IOException
IOException
@Deprecated
public static String getTitleFromTipAndMessages(FacesContext facesContext,
UIComponent component)
@Deprecated
public static String addTip(String title,
Object tip)
@Deprecated
public static void renderSelectItems(UIInput component,
List<SelectItem> items,
Object[] values,
TobagoResponseWriter writer,
FacesContext facesContext)
throws IOException
IOException
@Deprecated
public static String getComponentIds(FacesContext context,
UIComponent component,
String[] componentId)
@Deprecated
public static String getComponentId(FacesContext context,
UIComponent component,
String componentId)
@Deprecated
public static String toStyleString(String key,
Integer value)
@Deprecated
public static String toStyleString(String key,
String value)
@Deprecated
public static void renderTip(UIComponent component,
TobagoResponseWriter writer)
throws IOException
IOException
@Deprecated
public static void renderImageTip(UIComponent component,
TobagoResponseWriter writer)
throws IOException
IOException@Deprecated public static String getJavascriptString(String str)
@Deprecated
public static String getRenderedPartiallyJavascriptArray(FacesContext facesContext,
UICommand command)
@Deprecated public static String getJavascriptArray(String[] list)
@Deprecated
public static void renderDojoDndSource(FacesContext context,
UIComponent component)
throws IOException
IOException
@Deprecated
public static void renderDojoDndItem(UIComponent component,
TobagoResponseWriter writer,
boolean addStyle)
throws IOException
IOException
@Deprecated
public static void checkForCommandFacet(UIComponent component,
FacesContext facesContext,
TobagoResponseWriter writer)
throws IOException
IOException
@Deprecated
public static void checkForCommandFacet(UIComponent component,
List<String> clientIds,
FacesContext facesContext,
TobagoResponseWriter writer)
throws IOException
IOException@Deprecated public static void removeStyleClasses(UIComponent cell)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||