@Generated(value="com.liferay.alloy.tools.builder.FacesBuilder") public abstract class TabViewBase extends javax.faces.component.UIData implements com.liferay.faces.util.component.Styleable, com.liferay.faces.util.component.ClientComponent
| Modifier and Type | Class and Description |
|---|---|
protected static class |
TabViewBase.TabViewPropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_TYPE |
static String |
RENDERER_TYPE |
| Constructor and Description |
|---|
TabViewBase() |
| 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 |
getHeight()
height attribute description:
The the height (in pixels) of the rendered <div>. |
Integer |
getSelectedIndex()
selectedIndex attribute description:
Integer representing the zero-based index representing the selected tab. |
Boolean |
getStacked()
stacked attribute description:
When true, this indicates whether or not the tabs will appear vertically. |
String |
getStyle()
style attribute description:
HTML passthrough attribute specifying the css style of the element. |
String |
getStyleClass()
styleClass attribute description:
List of CSS class names (separated by spaces) that are to be rendered within the class attribute. |
String |
getWidth()
width attribute description:
The the height (in pixels) of the rendered <div>. |
void |
setClientKey(String clientKey)
clientKey attribute description:
The key name that can be used to reference the component on the client. |
void |
setHeight(String height)
height attribute description:
The the height (in pixels) of the rendered <div>. |
void |
setSelectedIndex(Integer selectedIndex)
selectedIndex attribute description:
Integer representing the zero-based index representing the selected tab. |
void |
setStacked(Boolean stacked)
stacked attribute description:
When true, this indicates whether or not the tabs will appear vertically. |
void |
setStyle(String style)
style attribute description:
HTML passthrough attribute specifying the css style of the element. |
void |
setStyleClass(String styleClass)
styleClass attribute description:
List of CSS class names (separated by spaces) that are to be rendered within the class attribute. |
void |
setWidth(String width)
width attribute description:
The the height (in pixels) of the rendered <div>. |
broadcast, createUniqueId, encodeBegin, getClientId, getDataModel, getFamily, getFirst, getFooter, getHeader, getRowCount, getRowData, getRowIndex, getRows, getValue, getVar, invokeOnComponent, isRowAvailable, isRowStatePreserved, markInitialState, processDecodes, processUpdates, processValidators, queueEvent, restoreState, saveState, setDataModel, setFirst, setFooter, setHeader, setRowIndex, setRows, setRowStatePreserved, setValue, setValueBinding, setValueExpression, setVar, visitTreeaddClientBehavior, addFacesListener, clearInitialState, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInViewpublic static final String COMPONENT_TYPE
public static final String RENDERER_TYPE
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 getHeight()
height attribute description:
<div>.public void setHeight(String height)
height attribute description:
<div>.public Integer getSelectedIndex()
selectedIndex attribute description:
public void setSelectedIndex(Integer selectedIndex)
selectedIndex attribute description:
public Boolean getStacked()
stacked attribute description:
false.public void setStacked(Boolean stacked)
stacked attribute description:
false.public String getStyle()
style attribute description:
getStyle in interface com.liferay.faces.util.component.Styleablepublic void setStyle(String style)
style attribute description:
setStyle in interface com.liferay.faces.util.component.Styleablepublic String getStyleClass()
styleClass attribute description:
getStyleClass in interface com.liferay.faces.util.component.Styleablepublic void setStyleClass(String styleClass)
styleClass attribute description:
setStyleClass in interface com.liferay.faces.util.component.Styleablepublic String getWidth()
width attribute description:
<div>.public void setWidth(String width)
width attribute description:
<div>.Copyright © 2016 Liferay, Inc.. All rights reserved.