@Generated(value="com.liferay.alloy.tools.builder.FacesBuilder") public abstract class OutputTooltipBase extends OutputTextBase implements com.liferay.faces.util.component.Styleable, com.liferay.faces.util.component.ClientComponent
| Modifier and Type | Class and Description |
|---|---|
protected static class |
OutputTooltipBase.OutputTooltipPropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_TYPE |
static String |
RENDERER_TYPE |
| Constructor and Description |
|---|
OutputTooltipBase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientKey()
clientKey attribute description:
The key name that can be used to reference the component on the client. |
String |
getFor()
for attribute description:
The id of the component that is associated with the tooltip. |
String |
getHeaderText()
headerText attribute description:
The text to place in the header of the component. |
String |
getOpacity()
opacity attribute description:
A number between 0 and 1 describing how much the tooltip will obscure its background when visible. |
String |
getPosition()
position attribute description:
Indicates the side of the associated component where the tooltip should appear ("right", "left", "top", "bottom"). |
String |
getStyleClass()
styleClass attribute description:
List of CSS class names (separated by spaces) that are to be rendered within the class attribute. |
Integer |
getzIndex()
zIndex attribute description:
Specifies the stack order of the component. |
boolean |
isAutoShow()
autoShow attribute description:
When true, the component is visible initially. |
void |
setAutoShow(boolean autoShow)
autoShow attribute description:
When true, the component is visible initially. |
void |
setClientKey(String clientKey)
clientKey attribute description:
The key name that can be used to reference the component on the client. |
void |
setFor(String for_)
for attribute description:
The id of the component that is associated with the tooltip. |
void |
setHeaderText(String headerText)
headerText attribute description:
The text to place in the header of the component. |
void |
setOpacity(String opacity)
opacity attribute description:
A number between 0 and 1 describing how much the tooltip will obscure its background when visible. |
void |
setPosition(String position)
position attribute description:
Indicates the side of the associated component where the tooltip should appear ("right", "left", "top", "bottom"). |
void |
setzIndex(Integer zIndex)
zIndex attribute description:
Specifies the stack order of the component. |
getDir, getLang, getRole, getStyle, getTitle, isEscape, setDir, setEscape, setLang, setRole, setStyle, setStyleClass, setTitleclearInitialState, getConverter, getFamily, getLocalValue, getValue, markInitialState, resetValue, restoreState, saveState, setConverter, setValueaddClientBehavior, addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final String COMPONENT_TYPE
public static final String RENDERER_TYPE
public boolean isAutoShow()
autoShow attribute description:
public void setAutoShow(boolean autoShow)
autoShow attribute description:
public String getClientKey()
clientKey attribute description:
getClientKey in interface com.liferay.faces.util.component.ClientComponentpublic void setClientKey(String clientKey)
clientKey attribute description:
setClientKey in interface com.liferay.faces.util.component.ClientComponentpublic String getFor()
for attribute description:
public void setFor(String for_)
for attribute description:
public String getHeaderText()
headerText attribute description:
public void setHeaderText(String headerText)
headerText attribute description:
public String getOpacity()
opacity attribute description:
public void setOpacity(String opacity)
opacity attribute description:
public String getPosition()
position attribute description:
public void setPosition(String position)
position attribute description:
public String getStyleClass()
styleClass attribute description:
getStyleClass in interface com.liferay.faces.util.component.StyleablegetStyleClass in class OutputTextBasepublic Integer getzIndex()
zIndex attribute description:
public void setzIndex(Integer zIndex)
zIndex attribute description:
Copyright © 2016 Liferay, Inc.. All rights reserved.