|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.myfaces.trinidadinternal.ui.laf.base.xhtml.HiddenLabelUtils
public class HiddenLabelUtils
Utilities for outputting the hidden labels required for accessibility support.
Method Summary | |
---|---|
static void |
outputHiddenLabel(UIXRenderingContext context,
java.lang.String id,
java.lang.Object text,
javax.faces.component.UIComponent component)
Outputs a hidden label. |
static void |
rememberLabel(UIXRenderingContext context,
java.lang.Object id)
Remembers that a "normal" hidden label has already been outputted. |
static boolean |
supportsHiddenLabels(UIXRenderingContext context)
Identifies whether the current agent supports the hidden label trick. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean supportsHiddenLabels(UIXRenderingContext context)
public static void outputHiddenLabel(UIXRenderingContext context, java.lang.String id, java.lang.Object text, javax.faces.component.UIComponent component) throws java.io.IOException
component
-
java.io.IOException
public static void rememberLabel(UIXRenderingContext context, java.lang.Object id)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |