Skip navigation links

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

E12063-10


oracle.adf.view.faces.bi.component.diagram
Class UIClientLayout

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.diagram.UIClientLayout

All Implemented Interfaces:
javax.faces.component.StateHolder

public class UIClientLayout
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 FEATURE_NAME_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey METHOD_KEY
           
static org.apache.myfaces.trinidad.bean.PropertyKey NAME_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
UIClientLayout()
          Constructs an instance of the UIClientLayout.

 

Method Summary
protected  org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
           
 java.lang.String getFamily()
           
 java.lang.String getFeatureName()
          Gets the javascript feature containing the javascript files required to call the layout method.
 java.lang.String getMethod()
          Retrieves the method representing the client layout.
 java.lang.String getName()
          Retrieves the name of the client layout.
 java.lang.String getRendererType()
           
 void setFeatureName(java.lang.String featureName)
          Sets the javascript feature containing the javascript files required to call the layout method.
 void setMethod(java.lang.String method)
          Sets the method representing the client layout.
 void setName(java.lang.String name)
          Sets the name of the client layout.

 

Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decode, decodeChildren, decodeChildrenImpl, 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, defaultGetRenderedFacetsAndChildren, 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

NAME_KEY

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

METHOD_KEY

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

FEATURE_NAME_KEY

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

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

Constructor Detail

UIClientLayout

public UIClientLayout()
Constructs an instance of the UIClientLayout.

Method Detail

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

getBeanType

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

getName

public final java.lang.String getName()
Retrieves the name of the client layout. This name will be used in setLayout calls
Returns:
the name of the client layout

setName

public final void setName(java.lang.String name)
Sets the name of the client layout. This name will be used in setLayout calls
Parameters:
name - the name of the client layout

getMethod

public final java.lang.String getMethod()
Retrieves the method representing the client layout. This corresponds to the javascript method that should be invoked to perform layout
Returns:
the method representing the client layout

setMethod

public final void setMethod(java.lang.String method)
Sets the method representing the client layout. This corresponds to the javascript method that should be invoked to perform layout
Parameters:
method - the method representing the client layout

getFeatureName

public final java.lang.String getFeatureName()
Gets the javascript feature containing the javascript files required to call the layout method. This feature should be defined in a META-INF/adf-js-features.xml file.
Returns:
the feature name

setFeatureName

public final void setFeatureName(java.lang.String featureName)
Sets the javascript feature containing the javascript files required to call the layout method. This feature should be defined in a META-INF/adf-js-features.xml file.
Parameters:
featureName - the feature name

Skip navigation links

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

E12063-10


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