|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.tobago.renderkit.RenderUtil
RenderUtils
@Deprecated public class RenderUtil
| 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 |
|---|
public static final String COMPONENT_IN_REQUEST
| Method Detail |
|---|
public static boolean contains(Object[] list,
Object value)
public static void encodeChildren(FacesContext facesContext,
UIComponent panel)
throws IOException
IOException
public static void encodeChildrenWithoutLayout(FacesContext facesContext,
UIComponent container)
throws IOException
IOException
public static void encode(FacesContext facesContext,
UIComponent component)
throws IOException
IOException
public static void prepareRendererAll(FacesContext facesContext,
UIComponent component)
throws IOException
IOException
public static String addMenuCheckToggle(String clientId,
String onClick)
public static String getFormattedValue(FacesContext facesContext,
UIComponent component)
public static String getFormattedValue(FacesContext context,
UIComponent component,
Object currentValue)
throws ConverterException
ConverterException
public static Measure calculateStringWidth(FacesContext facesContext,
UIComponent component,
String text)
public static Measure calculateStringWidth2(FacesContext facesContext,
UIComponent component,
String text)
public static List<SelectItem> getItemsToRender(UISelectOne component)
public static List<SelectItem> getItemsToRender(UISelectMany component)
public static List<SelectItem> getItems(UIInput component)
public static String currentValue(UIComponent component)
public static List<SelectItem> getSelectItems(UIComponent component)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||