|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.webapp.UIComponentTag
org.apache.myfaces.tobago.taglib.component.TobagoTag
org.apache.myfaces.tobago.taglib.component.AbstractCommandTag
public abstract class AbstractCommandTag
| Field Summary |
|---|
| Fields inherited from class javax.faces.webapp.UIComponentTag |
|---|
pageContext |
| Fields inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
EVAL_BODY_INCLUDE, EVAL_PAGE, SKIP_BODY, SKIP_PAGE |
| Constructor Summary | |
|---|---|
AbstractCommandTag()
|
|
| Method Summary | |
|---|---|
String |
getAction()
|
String |
getActionListener()
|
String |
getComponentType()
|
String |
getImmediate()
|
String |
getType()
|
void |
release()
|
void |
setAction(String action)
Action to invoke when clicked. |
void |
setActionListener(String actionListener)
MethodBinding representing an action listener method that will be notified when this component is activated by the user. |
void |
setDisabled(String disabled)
|
void |
setImmediate(String immediate)
Flag indicating that, if this component is activated by the user, notifications should be delivered to interested listeners and actions immediately (that is, during Apply Request Values phase) rather than waiting until Invoke Application phase. |
void |
setJsfResource(String jsfResource)
Flag indicating that the resource referenced by the resource attribute is a jsf resource. |
void |
setLink(String link)
Link to an arbitrary URL, either an internal link or an external link. |
void |
setOnclick(String onclick)
Script to be invoked when clicked |
protected void |
setProperties(javax.faces.component.UIComponent component)
|
void |
setResource(String resource)
Link to an internal resource. |
void |
setTransition(String transition)
Specify, if the command calls an JSF-Action. |
void |
setType(String type)
|
| Methods inherited from class org.apache.myfaces.tobago.taglib.component.TobagoTag |
|---|
doEndTag, doStartTag, getDisabled, getHeight, getHidden, getInline, getLabel, getReadonly, getRendererType, getTitle, getWidth, setHeight, setHidden, setInline, setLabel, setReadonly, setTitle, setWidth |
| Methods inherited from class javax.faces.webapp.UIComponentTag |
|---|
encodeBegin, encodeChildren, encodeEnd, findComponent, getComponentInstance, getCreated, getDoEndValue, getDoStartValue, getFacesContext, getFacetName, getId, getParent, getParentUIComponentTag, isSuppressed, isValueReference, setBinding, setId, setPageContext, setParent, setRendered, setupResponseWriter |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.servlet.jsp.tagext.Tag |
|---|
doEndTag, doStartTag, getParent, setPageContext, setParent |
| Constructor Detail |
|---|
public AbstractCommandTag()
| Method Detail |
|---|
public String getComponentType()
getComponentType in class javax.faces.webapp.UIComponentTagprotected void setProperties(javax.faces.component.UIComponent component)
setProperties in class TobagoTagpublic void release()
release in interface Tagrelease in class TobagoTagpublic String getAction()
public void setAction(String action)
HasAction
setAction in interface HasActionpublic void setOnclick(String onclick)
HasOnclick
setOnclick in interface HasOnclickpublic void setLink(String link)
HasLink
setLink in interface HasLinklink - The external or internal link.public void setResource(String resource)
HasResource
setResource in interface HasResourceresource - The internal resource.HasResource.setJsfResource(String)public void setJsfResource(String jsfResource)
HasResource
setJsfResource in interface HasResourcejsfResource - Is the Resource a JSF page or not?public String getActionListener()
public void setActionListener(String actionListener)
HasActionListener
setActionListener in interface HasActionListenerpublic String getType()
public void setType(String type)
public String getImmediate()
public void setImmediate(String immediate)
IsImmediateCommand
setImmediate in interface IsImmediateCommandpublic void setDisabled(String disabled)
setDisabled in class TobagoTagpublic void setTransition(String transition)
IsTransition
setTransition in interface IsTransitiontransition - Indicates the transition.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||