org.apache.myfaces.tobago.renderkit
Interface SheetRendererWorkaround


Deprecated.

public interface SheetRendererWorkaround


Method Summary
 int getContentBorder(javax.faces.context.FacesContext facesContext, UIData data)
          Deprecated.  
 int getScrollbarWidth(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component)
          Deprecated.  
 boolean needVerticalScrollbar(javax.faces.context.FacesContext facesContext, UIData data)
          Deprecated.  
 

Method Detail

needVerticalScrollbar

boolean needVerticalScrollbar(javax.faces.context.FacesContext facesContext,
                              UIData data)
Deprecated. 

getScrollbarWidth

int getScrollbarWidth(javax.faces.context.FacesContext facesContext,
                      javax.faces.component.UIComponent component)
Deprecated. 

getContentBorder

int getContentBorder(javax.faces.context.FacesContext facesContext,
                     UIData data)
Deprecated. 


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.