org.apache.myfaces.tobago.internal.taglib
Class TagUtils
java.lang.Object
org.apache.myfaces.tobago.internal.taglib.TagUtils
public class TagUtils
- extends Object
|
Method Summary |
static ValueBinding |
createValueBinding(String value)
|
static String |
getValueFromEl(String script)
|
static void |
setActionListenerMethodBinding(UIComponent component,
String value,
Class[] args)
|
static void |
setActionMethodBinding(UIComponent component,
String value,
Class[] args)
|
static void |
setBooleanProperty(UIComponent component,
String name,
String value)
|
static void |
setCharacterProperty(UIComponent component,
String name,
String value)
|
static void |
setConverterProperty(UIComponent component,
String name,
String value)
|
static void |
setIntegerProperty(UIComponent component,
String name,
String value)
|
static void |
setObjectProperty(UIComponent component,
String name,
String value)
|
static void |
setOrderByProperty(UIComponent component,
String name,
String value)
|
static void |
setSeverityProperty(UIComponent component,
String name,
String value)
|
static void |
setSortActionListenerMethodBinding(UIComponent component,
String value,
Class[] args)
|
static void |
setStateChangeListenerMethodBinding(UIComponent component,
String value,
Class[] args)
|
static void |
setStringArrayProperty(UIComponent component,
String name,
String value)
|
static void |
setStringProperty(UIComponent component,
String name,
String value)
|
static void |
setSuggestMethodMethodBinding(UIComponent component,
String value,
Class[] args)
|
static void |
setValidatorMethodBinding(UIComponent component,
String value,
Class[] args)
|
static void |
setValueBindingProperty(UIComponent component,
String name,
String value)
|
static void |
setValueChangeListenerMethodBinding(UIComponent component,
String value,
Class[] args)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TagUtils
public TagUtils()
setIntegerProperty
public static void setIntegerProperty(UIComponent component,
String name,
String value)
setBooleanProperty
public static void setBooleanProperty(UIComponent component,
String name,
String value)
setStringProperty
public static void setStringProperty(UIComponent component,
String name,
String value)
setConverterProperty
public static void setConverterProperty(UIComponent component,
String name,
String value)
setSeverityProperty
public static void setSeverityProperty(UIComponent component,
String name,
String value)
setObjectProperty
public static void setObjectProperty(UIComponent component,
String name,
String value)
setCharacterProperty
public static void setCharacterProperty(UIComponent component,
String name,
String value)
createValueBinding
public static ValueBinding createValueBinding(String value)
setStateChangeListenerMethodBinding
public static void setStateChangeListenerMethodBinding(UIComponent component,
String value,
Class[] args)
setSortActionListenerMethodBinding
public static void setSortActionListenerMethodBinding(UIComponent component,
String value,
Class[] args)
setSuggestMethodMethodBinding
public static void setSuggestMethodMethodBinding(UIComponent component,
String value,
Class[] args)
setValueChangeListenerMethodBinding
public static void setValueChangeListenerMethodBinding(UIComponent component,
String value,
Class[] args)
setValidatorMethodBinding
public static void setValidatorMethodBinding(UIComponent component,
String value,
Class[] args)
setActionListenerMethodBinding
public static void setActionListenerMethodBinding(UIComponent component,
String value,
Class[] args)
setActionMethodBinding
public static void setActionMethodBinding(UIComponent component,
String value,
Class[] args)
setStringArrayProperty
public static void setStringArrayProperty(UIComponent component,
String name,
String value)
setValueBindingProperty
public static void setValueBindingProperty(UIComponent component,
String name,
String value)
setOrderByProperty
public static void setOrderByProperty(UIComponent component,
String name,
String value)
getValueFromEl
public static String getValueFromEl(String script)
Copyright © 2002-2008 Apache Software Foundation. All Rights Reserved.