@Generated(value="component.stg") public class UILinks extends AbstractUILinks implements javax.faces.component.behavior.ClientBehaviorHolder
component.stg with class
LinksTagDeclaration.| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UILinks() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutoSpacing()
Automatically add spacing (margins/paddings) to the component for better positioning.
|
CustomClass |
getCustomClass()
Sets a CSS class in its parent, if the parent supports it.
|
String |
getFamily() |
Markup |
getMarkup() |
Orientation |
getOrientation()
Set the orientation of the component.
|
String |
getTip()
Text value to display as tooltip.
|
boolean |
isDisabled()
Flag indicating that this element and all children are disabled.
|
void |
restoreState(javax.faces.context.FacesContext context,
Object state) |
void |
setAutoSpacing(Boolean autoSpacing) |
void |
setCustomClass(CustomClass customClass) |
void |
setDisabled(boolean disabled) |
void |
setMarkup(Markup markup) |
void |
setOrientation(Orientation orientation) |
void |
setTip(String tip) |
addClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTreegetClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEventclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddClientBehavior, getClientBehaviors, getDefaultEventName, getEventNamesgetAutoSpacinggetRendererType, isPlainpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIPanelpublic Orientation getOrientation()
horizontal,verticalgetOrientation in class AbstractUILinkspublic void setOrientation(Orientation orientation)
public Boolean getAutoSpacing()
getAutoSpacing in interface SupportsAutoSpacingpublic void setAutoSpacing(Boolean autoSpacing)
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()
getTip in class AbstractUIPanelBasepublic void setTip(String tip)
public boolean isDisabled()
isDisabled in interface SupportsDisabledpublic void setDisabled(boolean disabled)
setDisabled in interface SupportsDisabledpublic void restoreState(javax.faces.context.FacesContext context,
Object state)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBaseCopyright © 2002–2022 The Apache Software Foundation. All rights reserved.