public class UITreeCommand extends AbstractUITreeCommand implements SupportsAccessKey, Visual
component.stg with class
TreeCommandTagDeclaration.| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UITreeCommand() |
| Modifier and Type | Method and Description |
|---|---|
Character |
getAccessKey()
The access key of this control.
|
String |
getConfirmation()
Text to use as confirmation message.
|
CustomClass |
getCustomClass()
Sets a CSS class in its parent, if the parent supports it.
|
String |
getDefaultEventName() |
Collection<String> |
getEventNames() |
String |
getFamily() |
String |
getLabel()
A localized user presentable label for this component.
|
String |
getLink()
Link to an arbitrary URL, either an internal link or an external link.
|
Markup |
getMarkup() |
Style |
getStyle()
For internal use.
|
Integer |
getTabIndex()
Controls the navigation of the focus through the
input controls on a page with the Tab-Key.
|
String |
getTarget()
Name of a frame where the resource retrieved via this hyperlink is to be
displayed.
|
String |
getTip()
Text value to display as tooltip.
|
boolean |
isOmit()
Flag indicating that the action of this element, will not be executed from client side
(e. g. when the user clicks a button.
|
boolean |
isTransition()
Specify, if the command calls an JSF-Action.
|
void |
setAccessKey(Character accessKey) |
void |
setConfirmation(String confirmation) |
void |
setCustomClass(CustomClass customClass) |
void |
setLabel(String label) |
void |
setLink(String link) |
void |
setMarkup(Markup markup) |
void |
setOmit(boolean omit) |
void |
setStyle(Style style) |
void |
setTabIndex(Integer tabIndex) |
void |
setTarget(String target) |
void |
setTip(String tip) |
void |
setTransition(boolean transition) |
getFieldId, isParentOfCommandsisDisabled, isRendered, processDecodes, processEvent, queueEvent, setDisabledaddActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getValue, isImmediate, removeActionListener, setAction, setActionExpression, setActionListener, setImmediate, setValueaddClientBehavior, addFacesListener, clearInitialState, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, invokeOnComponent, isTransient, markInitialState, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTreegetClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEventclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRendererTypepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.UIComponentBasepublic String getFamily()
getFamily in class javax.faces.component.UICommandpublic String getLink()
getLink in class AbstractUICommandBasepublic void setLink(String link)
public Integer getTabIndex()
public void setTabIndex(Integer tabIndex)
public String getConfirmation()
getConfirmation in class AbstractUICommandBasepublic void setConfirmation(String confirmation)
public String getLabel()
getLabel in interface SupportsAccessKeygetLabel in class AbstractUICommandpublic void setLabel(String label)
public boolean isTransition()
trueisTransition in class AbstractUICommandBasepublic void setTransition(boolean transition)
public String getTarget()
getTarget in class AbstractUICommandBasepublic void setTarget(String target)
public Character getAccessKey()
getAccessKey in interface SupportsAccessKeypublic void setAccessKey(Character accessKey)
public CustomClass getCustomClass()
<tc:in>
<tc:style customClass="my-emphasized"/>
</tc:in>
One capability is, to used external CSS libs.
getCustomClass in interface Visualpublic void setCustomClass(CustomClass customClass)
setCustomClass in interface Visualpublic String getTip()
public void setTip(String tip)
public Style getStyle()
public boolean isOmit()
falseisOmit in class AbstractUICommandBasepublic void setOmit(boolean omit)
setOmit in class AbstractUICommandBaseCopyright © 2002–2018 The Apache Software Foundation. All rights reserved.