org.jboss.seam.ui.util
Class Decoration

java.lang.Object
  extended by org.jboss.seam.ui.util.Decoration

public class Decoration
extends java.lang.Object


Constructor Summary
Decoration()
           
 
Method Summary
static javax.faces.component.UIComponent getDecoration(java.lang.String name, javax.faces.component.UIComponent component)
           
static javax.faces.component.UIComponent getEditableValueHolder(javax.faces.component.UIComponent component)
          A depth-first search for an EditableValueHolder
static boolean hasMessage(javax.faces.component.UIComponent component, javax.faces.context.FacesContext context)
           
static boolean hasRequired(javax.faces.component.UIComponent component, javax.faces.context.FacesContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Decoration

public Decoration()
Method Detail

hasMessage

public static boolean hasMessage(javax.faces.component.UIComponent component,
                                 javax.faces.context.FacesContext context)

hasRequired

public static boolean hasRequired(javax.faces.component.UIComponent component,
                                  javax.faces.context.FacesContext context)

getEditableValueHolder

public static javax.faces.component.UIComponent getEditableValueHolder(javax.faces.component.UIComponent component)
A depth-first search for an EditableValueHolder


getDecoration

public static javax.faces.component.UIComponent getDecoration(java.lang.String name,
                                                              javax.faces.component.UIComponent component)


Copyright © 2010 JBoss. All Rights Reserved.