org.fckfaces.util
Class Tags
java.lang.Object
org.fckfaces.util.Tags
public class Tags
- extends java.lang.Object
Constructor Summary |
Tags()
|
Method Summary |
static void |
setAction(javax.faces.component.UIComponent component,
java.lang.String attributeValue)
|
static void |
setActionListener(javax.faces.component.UIComponent component,
java.lang.String attributeValue)
|
static void |
setBoolean(javax.faces.component.UIComponent component,
java.lang.String attributeName,
java.lang.String attributeValue)
|
static void |
setInteger(javax.faces.component.UIComponent component,
java.lang.String attributeName,
java.lang.String attributeValue)
|
static void |
setMethodBinding(javax.faces.component.UIComponent component,
java.lang.String attributeName,
java.lang.String attributeValue,
java.lang.Class[] paramTypes)
|
static void |
setString(javax.faces.component.UIComponent component,
java.lang.String attributeName,
java.lang.String attributeValue)
|
static void |
setValidator(javax.faces.component.UIComponent component,
java.lang.String attributeValue)
|
static void |
setValueBinding(javax.faces.component.UIComponent component,
java.lang.String attributeName,
java.lang.String attributeValue)
|
static void |
setValueChangeListener(javax.faces.component.UIComponent component,
java.lang.String attributeValue)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Tags
public Tags()
setString
public static void setString(javax.faces.component.UIComponent component,
java.lang.String attributeName,
java.lang.String attributeValue)
setInteger
public static void setInteger(javax.faces.component.UIComponent component,
java.lang.String attributeName,
java.lang.String attributeValue)
setBoolean
public static void setBoolean(javax.faces.component.UIComponent component,
java.lang.String attributeName,
java.lang.String attributeValue)
setValueBinding
public static void setValueBinding(javax.faces.component.UIComponent component,
java.lang.String attributeName,
java.lang.String attributeValue)
setActionListener
public static void setActionListener(javax.faces.component.UIComponent component,
java.lang.String attributeValue)
setValueChangeListener
public static void setValueChangeListener(javax.faces.component.UIComponent component,
java.lang.String attributeValue)
setValidator
public static void setValidator(javax.faces.component.UIComponent component,
java.lang.String attributeValue)
setAction
public static void setAction(javax.faces.component.UIComponent component,
java.lang.String attributeValue)
setMethodBinding
public static void setMethodBinding(javax.faces.component.UIComponent component,
java.lang.String attributeName,
java.lang.String attributeValue,
java.lang.Class[] paramTypes)
Copyright © 2008. All Rights Reserved.