net.sf.jasperreports.jsf.util
Class ComponentUtil
java.lang.Object
net.sf.jasperreports.jsf.util.ComponentUtil
public final class ComponentUtil
- extends Object
- Author:
- aalonsodominguez
Method Summary |
static boolean |
getBooleanAttribute(javax.faces.component.UIComponent component,
String name,
boolean defaultValue)
|
static int |
getIntegerAttribute(javax.faces.component.UIComponent component,
String name,
int defaultValue)
|
static String |
getStringAttribute(javax.faces.component.UIComponent component,
String name,
String defaultValue)
|
static void |
setBooleanAttribute(javax.faces.component.UIComponent component,
String name,
javax.el.ValueExpression ve)
|
static void |
setIntegerAttribute(javax.faces.component.UIComponent component,
String name,
javax.el.ValueExpression ve)
|
static void |
setStringAttribute(javax.faces.component.UIComponent component,
String name,
javax.el.ValueExpression ve)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getBooleanAttribute
public static boolean getBooleanAttribute(javax.faces.component.UIComponent component,
String name,
boolean defaultValue)
getIntegerAttribute
public static int getIntegerAttribute(javax.faces.component.UIComponent component,
String name,
int defaultValue)
getStringAttribute
public static String getStringAttribute(javax.faces.component.UIComponent component,
String name,
String defaultValue)
setBooleanAttribute
public static void setBooleanAttribute(javax.faces.component.UIComponent component,
String name,
javax.el.ValueExpression ve)
setIntegerAttribute
public static void setIntegerAttribute(javax.faces.component.UIComponent component,
String name,
javax.el.ValueExpression ve)
setStringAttribute
public static void setStringAttribute(javax.faces.component.UIComponent component,
String name,
javax.el.ValueExpression ve)
Copyright © 2011 SourceForge.net. All Rights Reserved.