public abstract class BaseComponentTag
extends javax.faces.webapp.UIComponentTag
| Modifier and Type | Field and Description |
|---|---|
protected static Class[] |
ACTION_CLASS_ARGS |
| Constructor and Description |
|---|
BaseComponentTag() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
setActionListenerProperty(javax.faces.component.UICommand command,
String actionListener)
Helper to set an action listener property into a command component
|
protected void |
setActionProperty(javax.faces.component.UICommand command,
String action)
Helper to set an action property into a command component
|
protected void |
setBooleanProperty(javax.faces.component.UIComponent component,
String name,
String value)
Helper method to set a String property as an Boolean value into the component.
|
protected void |
setBooleanStaticProperty(javax.faces.component.UIComponent component,
String name,
String value) |
protected void |
setIntProperty(javax.faces.component.UIComponent component,
String name,
String value)
Helper method to set a String property as an Integer value into the component.
|
protected void |
setIntStaticProperty(javax.faces.component.UIComponent component,
String name,
String value) |
protected void |
setStringBindingProperty(javax.faces.component.UIComponent component,
String name,
String value)
Helper method to set a String value property into the component.
|
protected void |
setStringProperty(javax.faces.component.UIComponent component,
String name,
String value)
Helper method to set a String property value into the component.
|
protected void |
setStringStaticProperty(javax.faces.component.UIComponent component,
String name,
String value)
Helper method to set a static String property into the component.
|
doEndTag, doStartTag, encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getComponentType, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, getRendererType, isSuppressed, isValueReference, release, setBinding, setId, setPageContext, setParent, setProperties, setRendered, setupResponseWriterprotected static final Class[] ACTION_CLASS_ARGS
protected void setActionProperty(javax.faces.component.UICommand command,
String action)
command - Command componentaction - The action method binding or outcome to setprotected void setActionListenerProperty(javax.faces.component.UICommand command,
String actionListener)
command - Command componentactionListener - Action listener method bindingprotected void setStringProperty(javax.faces.component.UIComponent component,
String name,
String value)
component - UIComponentname - property string namevalue - property string valueprotected void setStringBindingProperty(javax.faces.component.UIComponent component,
String name,
String value)
component - UIComponentname - property string namevalue - property string value bindingprotected void setStringStaticProperty(javax.faces.component.UIComponent component,
String name,
String value)
component - UIComponentname - property string namevalue - property string static valueprotected void setIntProperty(javax.faces.component.UIComponent component,
String name,
String value)
component - UIComponentname - property string namevalue - property string value (an Integer will be created)protected void setIntStaticProperty(javax.faces.component.UIComponent component,
String name,
String value)
protected void setBooleanProperty(javax.faces.component.UIComponent component,
String name,
String value)
component - UIComponentname - property string namevalue - property string value (a Boolean will be created)Copyright © 2005–2019 Alfresco Software. All rights reserved.