Deprecated Methods |
org.apache.myfaces.tobago.renderkit.html.HtmlRendererUtil.addCssClass(UIComponent, String)
Please use StyleClasses.ensureStyleClasses(component).add(clazz); |
org.apache.myfaces.tobago.renderkit.html.StyleClasses.addFullQualifiedClass(String)
|
org.apache.myfaces.tobago.renderkit.html.HtmlRendererUtil.addMarkupClass(UIComponent, String, String, StringBuilder)
Please use StyleClasses.addMarkupClass() |
org.apache.myfaces.tobago.renderkit.html.HtmlRendererUtil.addMarkupClass(UIComponent, String, StyleClasses)
Please use StyleClasses.addMarkupClass() |
org.apache.myfaces.tobago.renderkit.html.HtmlRendererUtil.endJavascript(ResponseWriter)
use TobagoResponseWriter.writeJavascript() |
org.apache.myfaces.tobago.component.ComponentUtil.getCharakterAttribute(UIComponent, String)
please use the method ComponentUtil.getCharacterAttribute(javax.faces.component.UIComponent, String) |
org.apache.myfaces.tobago.renderkit.LayoutManager.layoutBegin(FacesContext, UIComponent)
|
org.apache.myfaces.tobago.taglib.decl.HasLabelWithAccessKey.setAccessKey(String)
|
org.apache.myfaces.tobago.component.ComponentUtil.setAction(UIComponent, String, String)
please use the typesave method ComponentUtil.setAction(javax.faces.component.UICommand, String, String) |
org.apache.myfaces.tobago.component.ComponentUtil.setConverter(UIComponent, String)
please use the typesave method ComponentUtil.setConverter(javax.faces.component.ValueHolder, String) |
org.apache.myfaces.tobago.taglib.decl.HasDeprecatedHeight.setHeight(String)
|
org.apache.myfaces.tobago.taglib.decl.HasLabelWithAccessKey.setLabelWithAccessKey(String)
|
org.apache.myfaces.tobago.config.TobagoConfig.setLoadThemesFromClasspath(String)
|
org.apache.myfaces.tobago.taglib.component.SheetTagDeclaration.setPagingLength(String)
|
org.apache.myfaces.tobago.taglib.component.SheetTagDeclaration.setPagingStart(String)
|
org.apache.myfaces.tobago.taglib.component.TabGroupTagDeclaration.setServerside(String)
|
org.apache.myfaces.tobago.taglib.component.TabGroupTagDeclaration.setState(String)
|
org.apache.myfaces.tobago.component.ComponentUtil.setSuggestMethodBinding(UIComponent, String)
please use the typesave method ComponentUtil.setSuggestMethodBinding(UIInput, String) |
org.apache.myfaces.tobago.taglib.decl.HasCommandType.setType(String)
|
org.apache.myfaces.tobago.taglib.decl.HasDeprecatedWidth.setWidth(String)
|
org.apache.myfaces.tobago.webapp.TobagoResponseWriter.startElement(String)
Use startElement(name, null) instead. |
org.apache.myfaces.tobago.renderkit.html.HtmlRendererUtil.startJavascript(ResponseWriter)
use TobagoResponseWriter.writeJavascript() |
org.apache.myfaces.tobago.context.UserAgent.toString()
don't use toString() functionallity! |
org.apache.myfaces.tobago.renderkit.html.HtmlRendererUtil.updateClassAttribute(String, String, UIComponent)
Please use StyleClasses.ensureStyleClasses(component).updateClassAttribute(renderer, component); |
org.apache.myfaces.tobago.webapp.TobagoResponseWriterWrapper.writeAttribute(String, Object, String)
|
org.apache.myfaces.tobago.webapp.TobagoResponseWriter.writeAttribute(String, Object, String)
Should not directly called via this interface. There is be a special method which might be better. |
org.apache.myfaces.tobago.renderkit.html.HtmlRendererUtil.writeJavascript(ResponseWriter, String)
use TobagoResponseWriter.writeJavascript() |
org.apache.myfaces.tobago.webapp.TobagoResponseWriterWrapper.writeText(Object, String)
|
org.apache.myfaces.tobago.webapp.TobagoResponseWriter.writeText(Object, String)
Should not directly called via this interface. There is be a special method which might be better. |