org.apache.myfaces.tobago.renderkit
Class RenderUtil

java.lang.Object
  extended by org.apache.myfaces.tobago.renderkit.RenderUtil

Deprecated. please use RenderUtils

@Deprecated
public class RenderUtil
extends Object


Field Summary
static String COMPONENT_IN_REQUEST
          Deprecated.  
 
Method Summary
static String addMenuCheckToggle(String clientId, String onClick)
          Deprecated.  
static Measure calculateStringWidth(FacesContext facesContext, UIComponent component, String text)
          Deprecated.  
static Measure calculateStringWidth2(FacesContext facesContext, UIComponent component, String text)
          Deprecated.  
static boolean contains(Object[] list, Object value)
          Deprecated.  
static String currentValue(UIComponent component)
          Deprecated.  
static void encode(FacesContext facesContext, UIComponent component)
          Deprecated.  
static void encodeChildren(FacesContext facesContext, UIComponent panel)
          Deprecated.  
static void encodeChildrenWithoutLayout(FacesContext facesContext, UIComponent container)
          Deprecated.  
static String getFormattedValue(FacesContext facesContext, UIComponent component)
          Deprecated.  
static String getFormattedValue(FacesContext context, UIComponent component, Object currentValue)
          Deprecated.  
static List<SelectItem> getItems(UIInput component)
          Deprecated.  
static List<SelectItem> getItemsToRender(UISelectMany component)
          Deprecated.  
static List<SelectItem> getItemsToRender(UISelectOne component)
          Deprecated.  
static List<SelectItem> getSelectItems(UIComponent component)
          Deprecated.  
static void prepareRendererAll(FacesContext facesContext, UIComponent component)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

COMPONENT_IN_REQUEST

public static final String COMPONENT_IN_REQUEST
Deprecated. 
See Also:
Constant Field Values
Method Detail

contains

public static boolean contains(Object[] list,
                               Object value)
Deprecated. 

encodeChildren

public static void encodeChildren(FacesContext facesContext,
                                  UIComponent panel)
                           throws IOException
Deprecated. 
Throws:
IOException

encodeChildrenWithoutLayout

public static void encodeChildrenWithoutLayout(FacesContext facesContext,
                                               UIComponent container)
                                        throws IOException
Deprecated. 
Throws:
IOException

encode

public static void encode(FacesContext facesContext,
                          UIComponent component)
                   throws IOException
Deprecated. 
Throws:
IOException

prepareRendererAll

public static void prepareRendererAll(FacesContext facesContext,
                                      UIComponent component)
                               throws IOException
Deprecated. 
Throws:
IOException

addMenuCheckToggle

public static String addMenuCheckToggle(String clientId,
                                        String onClick)
Deprecated. 

getFormattedValue

public static String getFormattedValue(FacesContext facesContext,
                                       UIComponent component)
Deprecated. 

getFormattedValue

public static String getFormattedValue(FacesContext context,
                                       UIComponent component,
                                       Object currentValue)
                                throws ConverterException
Deprecated. 
Throws:
ConverterException

calculateStringWidth

public static Measure calculateStringWidth(FacesContext facesContext,
                                           UIComponent component,
                                           String text)
Deprecated. 

calculateStringWidth2

public static Measure calculateStringWidth2(FacesContext facesContext,
                                            UIComponent component,
                                            String text)
Deprecated. 

getItemsToRender

public static List<SelectItem> getItemsToRender(UISelectOne component)
Deprecated. 

getItemsToRender

public static List<SelectItem> getItemsToRender(UISelectMany component)
Deprecated. 

getItems

public static List<SelectItem> getItems(UIInput component)
Deprecated. 

currentValue

public static String currentValue(UIComponent component)
Deprecated. 

getSelectItems

public static List<SelectItem> getSelectItems(UIComponent component)
Deprecated. 


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