|
ICEfaces ACE Components 3.3.0 Java API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.icefaces.ace.util.Utils
public class Utils
Constructor Summary | |
---|---|
Utils()
|
Method Summary | |
---|---|
static java.lang.String |
asParameterString(java.util.List<javax.faces.component.UIParameter> children)
Return the name value pairs parameters as a ANSI escaped string formatted in query string parameter format. |
static java.lang.String[] |
asStringArray(java.util.List<javax.faces.component.UIParameter> children)
Return the name value pairs parameters as a comma separated list. |
static java.util.List<javax.faces.component.UIParameter> |
captureParameters(javax.faces.component.UIComponent component)
Capture UIParameter (f:param) children of a component |
static void |
decodeBehavior(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent uiComponent)
|
static javax.faces.component.UIComponent |
findForm(javax.faces.component.UIComponent uiComponent)
|
static javax.faces.component.UIComponent |
findNamingContainer(javax.faces.component.UIComponent uiComponent)
|
static javax.faces.component.UIForm |
findParentForm(javax.faces.component.UIComponent comp)
|
static boolean |
iterateEffects(AnimationBehavior.Iterator iterator)
|
static void |
renderChild(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent child)
|
static void |
renderChildren(javax.faces.context.FacesContext facesContext,
javax.faces.component.UIComponent component)
|
static boolean |
superValueIfSet(javax.faces.component.UIComponent component,
javax.faces.component.StateHelper sh,
java.lang.String attName,
boolean superValue,
boolean defaultValue)
|
static void |
writeConcatenatedStyleClasses(javax.faces.context.ResponseWriter writer,
java.lang.String[] componentClasses,
java.lang.String applicationClass,
boolean disabled)
|
static void |
writeConcatenatedStyleClasses(javax.faces.context.ResponseWriter writer,
java.lang.String componentClass,
java.lang.String applicationClass)
|
static void |
writeConcatenatedStyleClasses(javax.faces.context.ResponseWriter writer,
java.lang.String componentClass,
java.lang.String applicationClass,
boolean disabled)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Utils()
Method Detail |
---|
public static void renderChildren(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent component) throws java.io.IOException
java.io.IOException
public static void renderChild(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent child) throws java.io.IOException
java.io.IOException
public static javax.faces.component.UIComponent findNamingContainer(javax.faces.component.UIComponent uiComponent)
public static javax.faces.component.UIComponent findForm(javax.faces.component.UIComponent uiComponent)
public static javax.faces.component.UIForm findParentForm(javax.faces.component.UIComponent comp)
public static void decodeBehavior(javax.faces.context.FacesContext facesContext, javax.faces.component.UIComponent uiComponent)
public static boolean iterateEffects(AnimationBehavior.Iterator iterator)
public static void writeConcatenatedStyleClasses(javax.faces.context.ResponseWriter writer, java.lang.String componentClass, java.lang.String applicationClass) throws java.io.IOException
java.io.IOException
public static void writeConcatenatedStyleClasses(javax.faces.context.ResponseWriter writer, java.lang.String componentClass, java.lang.String applicationClass, boolean disabled) throws java.io.IOException
java.io.IOException
public static void writeConcatenatedStyleClasses(javax.faces.context.ResponseWriter writer, java.lang.String[] componentClasses, java.lang.String applicationClass, boolean disabled) throws java.io.IOException
java.io.IOException
public static java.util.List<javax.faces.component.UIParameter> captureParameters(javax.faces.component.UIComponent component)
component
- The component to work from
public static java.lang.String asParameterString(java.util.List<javax.faces.component.UIParameter> children)
children
- List of children
public static java.lang.String[] asStringArray(java.util.List<javax.faces.component.UIParameter> children)
children
- List of children
public static boolean superValueIfSet(javax.faces.component.UIComponent component, javax.faces.component.StateHelper sh, java.lang.String attName, boolean superValue, boolean defaultValue)
|
ICEfaces ACE Components 3.3.0 Java API Documentation |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |