public class PanelCard
extends org.apache.myfaces.trinidad.component.UIXComponentBase
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
CONTENT_DELIVERY_KEY |
protected static java.lang.String |
DEFAULT_EFFECT |
static org.apache.myfaces.trinidad.bean.PropertyKey |
EFFECT_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
INLINE_STYLE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
STYLE_CLASS_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
| Constructor and Description |
|---|
PanelCard()
Constructs an instance of the panelCard.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
decodeChildrenImpl(javax.faces.context.FacesContext context) |
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.lang.String |
getContentDelivery()
Gets the content delivery for this panelCard.
|
java.lang.String |
getEffect()
Gets the effect used when transitioning between showDetailItems.
|
java.lang.String |
getFamily() |
java.lang.String |
getInlineStyle()
Gets the CSS styles to use for this component.
|
java.lang.String |
getRendererType() |
java.lang.String |
getStyleClass()
Gets a CSS style class to use for this component.
|
void |
setContentDelivery(java.lang.String contentDelivery)
Sets the content delivery for this panelCard.
|
void |
setEffect(java.lang.String strEffect)
Sets the effect used when transitioning between showDetailItems.
|
void |
setInlineStyle(java.lang.String inlineStyle)
Sets the CSS styles to use for this component.
|
void |
setStyleClass(java.lang.String styleClass)
Sets a CSS style class to use for this component.
|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, clearInitialState, createFacesBean, decode, decodeChildren, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientBehaviors, getClientId, getComponentChangeFilters, getContainerClientId, getDefaultEventName, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendersChildren, getValueBinding, getValueExpression, initialStateMarked, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeAttributeChangeListener, removeComponentChangeFilter, removeFacesListener, restoreState, satisfiesPartialTrigger, saveState, setAttributeChangeListener, setAttributeChangeListener, setBooleanProperty, setId, setIntProperty, setParent, setProperty, setRendered, setRendererType, setTransient, setupFlattenedChildrenContext, setupFlattenedContext, setValueBinding, setValueExpression, subscribeToEvent, tearDownFlattenedChildrenContext, tearDownFlattenedContext, toString, unsubscribeFromEvent, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpladdPartialTarget, clearCachedClientIds, clearCachedClientIds, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, getStateHelper, getStateHelper, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setupChildrenEncodingContext, setupChildrenVisitingContext, setupEncodingContext, setUpEncodingContext, setupVisitingContext, tearDownChildrenEncodingContext, tearDownChildrenVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitAllChildren, visitChildren, visitChildren, visitTree, visitTreeencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInViewpublic static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey EFFECT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey INLINE_STYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey STYLE_CLASS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CONTENT_DELIVERY_KEY
protected static final java.lang.String DEFAULT_EFFECT
protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic java.lang.String getFamily()
getFamily in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic java.lang.String getRendererType()
getRendererType in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic java.lang.String getEffect()
public void setEffect(java.lang.String strEffect)
effect - the new effect valuepublic void setInlineStyle(java.lang.String inlineStyle)
inlineStyle - the new inlineStyle valuepublic java.lang.String getInlineStyle()
public final java.lang.String getStyleClass()
public final void setStyleClass(java.lang.String styleClass)
styleClass - the new styleClass valueprotected void decodeChildrenImpl(javax.faces.context.FacesContext context)
decodeChildrenImpl in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic final java.lang.String getContentDelivery()
public final void setContentDelivery(java.lang.String contentDelivery)
contentDelivery - the contentDelivery value