|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidadinternal.renderkit.core.xhtml.HiddenLabelUtils
public class HiddenLabelUtils
| Method Summary | |
|---|---|
static void |
outputHiddenLabel(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext arc,
java.lang.String id,
java.lang.Object text,
javax.faces.component.UIComponent component)
Outputs a hidden label. |
static void |
outputHiddenLabelIfNeeded(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext arc,
java.lang.String id,
java.lang.Object text,
javax.faces.component.UIComponent component)
Outputs a hidden label. |
static void |
rememberLabel(org.apache.myfaces.trinidad.context.RenderingContext arc,
java.lang.Object id)
Remembers that a "normal" hidden label has already been outputted. |
static boolean |
supportsHiddenLabels(org.apache.myfaces.trinidad.context.RenderingContext arc)
Identifies whether the current agent supports the hidden label trick. |
static boolean |
wantsHiddenLabel(org.apache.myfaces.trinidad.context.RenderingContext arc,
java.lang.String id)
Returns true if we want a hidden label for a particular ID. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static boolean supportsHiddenLabels(org.apache.myfaces.trinidad.context.RenderingContext arc)
public static boolean wantsHiddenLabel(org.apache.myfaces.trinidad.context.RenderingContext arc,
java.lang.String id)
public static void outputHiddenLabelIfNeeded(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext arc,
java.lang.String id,
java.lang.Object text,
javax.faces.component.UIComponent component)
throws java.io.IOException
java.io.IOException
public static void outputHiddenLabel(javax.faces.context.FacesContext context,
org.apache.myfaces.trinidad.context.RenderingContext arc,
java.lang.String id,
java.lang.Object text,
javax.faces.component.UIComponent component)
throws java.io.IOException
java.io.IOException
public static void rememberLabel(org.apache.myfaces.trinidad.context.RenderingContext arc,
java.lang.Object id)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||