Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.0)

E12063-08

oracle.adf.view.faces.bi.component.hierarchyViewer
Class PanelCard

java.lang.Object
  extended by javax.faces.component.UIComponent
      extended by org.apache.myfaces.trinidad.component.UIXComponent
          extended by org.apache.myfaces.trinidad.component.UIXComponentBase
              extended by oracle.adf.view.faces.bi.component.hierarchyViewer.PanelCard
All Implemented Interfaces:
javax.faces.component.StateHolder

public class PanelCard
extends org.apache.myfaces.trinidad.component.UIXComponentBase


Field Summary
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
           
 
Fields inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY
 
Fields inherited from class javax.faces.component.UIComponent
bindings
 
Constructor Summary
PanelCard()
          Constructs an instance of the panelCard.
 
Method Summary
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.
 
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decode, decodeChildren, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getComponentChangeFilters, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendersChildren, getValueBinding, getValueExpression, 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, setValueBinding, setValueExpression, toString, updateChildren, updateChildrenImpl, validateChildren, validateChildrenImpl
 
Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponent
addPartialTarget, encodeFlattenedChild, encodeFlattenedChildren, getLogicalParent, getLogicalParent, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setUpEncodingContext, setupVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitTree, visitTree
 
Methods inherited from class javax.faces.component.UIComponent
encodeAll, getContainerClientId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE

COMPONENT_FAMILY

public static final java.lang.String COMPONENT_FAMILY
See Also:
Constant Field Values

COMPONENT_TYPE

public static final java.lang.String COMPONENT_TYPE
See Also:
Constant Field Values

EFFECT_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey EFFECT_KEY

INLINE_STYLE_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey INLINE_STYLE_KEY

STYLE_CLASS_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey STYLE_CLASS_KEY

CONTENT_DELIVERY_KEY

public static final org.apache.myfaces.trinidad.bean.PropertyKey CONTENT_DELIVERY_KEY

DEFAULT_EFFECT

protected static final java.lang.String DEFAULT_EFFECT
See Also:
Constant Field Values
Constructor Detail

PanelCard

public PanelCard()
Constructs an instance of the panelCard.

Method Detail

getBeanType

protected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
Overrides:
getBeanType in class org.apache.myfaces.trinidad.component.UIXComponentBase

getFamily

public java.lang.String getFamily()
Specified by:
getFamily in class org.apache.myfaces.trinidad.component.UIXComponentBase

getRendererType

public java.lang.String getRendererType()
Overrides:
getRendererType in class org.apache.myfaces.trinidad.component.UIXComponentBase

getEffect

public java.lang.String getEffect()
Gets the effect used when transitioning between showDetailItems. Valid values are: "immediate" - no transition effect "slide_horz" - old content slides out on one side while new content slides in from the other side "flip_horz" - the showDetailItem flips over to reveal new contents "node_flip_horz" - the whole node flips over to reveal new contents "cube_rotate_horz" - the showDetailItem rotates as if on the face of a cube to reveal new contents "node_cube_rotate_horz" - the whole node rotates as if on the face of a cube to reveal new contents

Returns:
the new effect value

setEffect

public void setEffect(java.lang.String strEffect)
Sets the effect used when transitioning between showDetailItems. Valid values are: "immediate" - no transition effect "slide_horz" - old content slides out on one side while new content slides in from the other side "flip_horz" - the showDetailItem flips over to reveal new contents "node_flip_horz" - the whole node flips over to reveal new contents "cube_rotate_horz" - the showDetailItem rotates as if on the face of a cube to reveal new contents "node_cube_rotate_horz" - the whole node rotates as if on the face of a cube to reveal new contents

Parameters:
effect - the new effect value

setInlineStyle

public void setInlineStyle(java.lang.String inlineStyle)
Sets the CSS styles to use for this component. This is intended for basic style changes; you should use the skinning mechanism if you require any complex style changes.

Parameters:
inlineStyle - the new inlineStyle value

getInlineStyle

public java.lang.String getInlineStyle()
Gets the CSS styles to use for this component. This is intended for basic style changes; you should use the skinning mechanism if you require any complex style changes.

Returns:
the new inlineStyle value

getStyleClass

public final java.lang.String getStyleClass()
Gets a CSS style class to use for this component.

Returns:
the new styleClass value

setStyleClass

public final void setStyleClass(java.lang.String styleClass)
Sets a CSS style class to use for this component.

Parameters:
styleClass - the new styleClass value

decodeChildrenImpl

protected void decodeChildrenImpl(javax.faces.context.FacesContext context)
Overrides:
decodeChildrenImpl in class org.apache.myfaces.trinidad.component.UIXComponentBase

getContentDelivery

public final java.lang.String getContentDelivery()
Gets the content delivery for this panelCard. Valid values are: "immediate" - fetch all cards "lazy" - fetch only the first card

Returns:
the contentDelivery value

setContentDelivery

public final void setContentDelivery(java.lang.String contentDelivery)
Sets the content delivery for this panelCard. Valid values are: "immediate" - fetch all cards "lazy" - fetch only the first card

Parameters:
contentDelivery - the contentDelivery value

Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components
11g Release 1 (11.1.1.7.0)

E12063-08

Copyright © 1997, 2013, Oracle. All rights reserved.