|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectUIComponentTag
org.apache.myfaces.shared_orchestra.taglib.UIComponentTagBase
public abstract class UIComponentTagBase
Constructor Summary | |
---|---|
UIComponentTagBase()
|
Method Summary | |
---|---|
void |
release()
|
protected void |
setActionListenerProperty(UIComponent component,
java.lang.String actionListener)
|
protected void |
setActionProperty(UIComponent component,
java.lang.String action)
|
protected void |
setBooleanProperty(UIComponent component,
java.lang.String propName,
java.lang.String value)
|
void |
setConverter(java.lang.String converter)
|
void |
setForceId(java.lang.String aForceId)
Sets the forceId attribute of the tag. |
void |
setForceIdIndex(java.lang.String aForceIdIndex)
Sets the forceIdIndex attribute of the tag. |
void |
setImageLocation(java.lang.String aImageLocation)
Sets the image location attribute of the tag. |
protected void |
setIntegerProperty(UIComponent component,
java.lang.String propName,
java.lang.String value)
|
void |
setJavascriptLocation(java.lang.String aJavascriptLocation)
Sets the javascript location attribute of the tag. |
protected void |
setLongProperty(UIComponent component,
java.lang.String propName,
java.lang.String value)
|
protected void |
setProperties(UIComponent component)
|
protected void |
setStringProperty(UIComponent component,
java.lang.String propName,
java.lang.String value)
|
void |
setStyleLocation(java.lang.String aStyleLocation)
Sets the style location attribute of the tag. |
protected void |
setValidatorProperty(UIComponent component,
java.lang.String value)
|
void |
setValue(java.lang.String value)
|
protected void |
setValueBinding(UIComponent component,
java.lang.String propName,
java.lang.String value)
|
protected void |
setValueChangedListenerProperty(UIComponent component,
java.lang.String valueChangedListener)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UIComponentTagBase()
Method Detail |
---|
public void release()
protected void setProperties(UIComponent component)
public void setForceId(java.lang.String aForceId)
aForceId
- The value of the forceId attribute.public void setForceIdIndex(java.lang.String aForceIdIndex)
aForceIdIndex
- The value of the forceIdIndex attribute.public void setValue(java.lang.String value)
public void setConverter(java.lang.String converter)
public void setJavascriptLocation(java.lang.String aJavascriptLocation)
aJavascriptLocation
- The alternate javascript location to use.public void setImageLocation(java.lang.String aImageLocation)
aImageLocation
- The alternate image location to use.public void setStyleLocation(java.lang.String aStyleLocation)
aStyleLocation
- The alternate style location to use.protected void setIntegerProperty(UIComponent component, java.lang.String propName, java.lang.String value)
protected void setLongProperty(UIComponent component, java.lang.String propName, java.lang.String value)
protected void setStringProperty(UIComponent component, java.lang.String propName, java.lang.String value)
protected void setBooleanProperty(UIComponent component, java.lang.String propName, java.lang.String value)
protected void setValidatorProperty(UIComponent component, java.lang.String value)
protected void setActionProperty(UIComponent component, java.lang.String action)
protected void setActionListenerProperty(UIComponent component, java.lang.String actionListener)
protected void setValueChangedListenerProperty(UIComponent component, java.lang.String valueChangedListener)
protected void setValueBinding(UIComponent component, java.lang.String propName, java.lang.String value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |