public class RowToggler
extends javax.faces.component.UIComponentBase
| Modifier and Type | Class | Description |
|---|---|---|
static class |
RowToggler.PropertyKeys |
| Modifier and Type | Field | Description |
|---|---|---|
static String |
COLLAPSED_ICON |
|
static String |
COMPONENT_FAMILY |
|
static String |
COMPONENT_TYPE |
|
static String |
DEFAULT_RENDERER |
|
static String |
EXPANDED_ICON |
|
static String |
ROW_TOGGLER |
| Constructor | Description |
|---|---|
RowToggler() |
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCollapseLabel() |
|
String |
getExpandLabel() |
|
String |
getFamily() |
|
DataTable |
getParentTable(javax.faces.context.FacesContext context) |
|
String |
getTabindex() |
|
void |
setCollapseLabel(String _collapseLabel) |
|
void |
setExpandLabel(String _expandLabel) |
|
void |
setTabindex(String _tabindex) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent, visitTreeaddClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBindingpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String DEFAULT_RENDERER
public static final String COLLAPSED_ICON
public static final String EXPANDED_ICON
public static final String ROW_TOGGLER
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic String getExpandLabel()
public void setExpandLabel(String _expandLabel)
public String getCollapseLabel()
public void setCollapseLabel(String _collapseLabel)
public String getTabindex()
public void setTabindex(String _tabindex)
public DataTable getParentTable(javax.faces.context.FacesContext context)
Copyright © 2018. All rights reserved.