|
Oracle Fusion Middleware Customizable Components Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1) E10692-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
javax.faces.component.UIComponent
org.apache.myfaces.trinidad.component.UIXComponent
org.apache.myfaces.trinidad.component.UIXComponentBase
org.apache.myfaces.trinidad.component.UIXPanel
oracle.adf.view.core.component.customizable.PanelCustomizable
public class PanelCustomizable
PanelCustomizable is a layout component that wraps its children in one of two ways - either horizontal or vertical. In addition, if the children are ShowDetailFrame components, then the children ShowDetailFrame components can also be moved around within this component.
Example 1:
<cust:panelCustomizable type="vertical" >
<cust:showDetailFrame text="Show Detail Frame 1" >
<af:objectImage source="graph.gif" />
</cust:showDetailFrame>
<cust:showDetailFrame text="Show Detail Frame 2" >
<af:objectImage source="graph2.gif" />
</cust:showDetailFrame>
</cust:panelCustomizable >
In this example, you can move the showDetailFrame 1 and 2 up and down.
Example 2:
<cust:panelCustomizable type="horizontal" >
<cust:showDetailFrame text="Show Detail Frame 1" >
<af:objectImage source="graph.gif" />
</cust:showDetailFrame>
<cust:showDetailFrame text="Show Detail Frame 2" >
<af:objectImage source="graph2.gif" />
</cust:showDetailFrame>
</cust:panelCustomizable >
In this example, you can move the showDetailFrame children horizontally.
| Field Summary | |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
CLIENT_LISTENERS_KEY |
static java.lang.String |
COMPONENT_FAMILY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
CUSTOMIZATION_ID_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
HEIGHT_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
INLINE_STYLE_KEY |
static java.lang.String |
LAYOUT_HORIZONTAL |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LAYOUT_KEY |
static java.lang.String |
LAYOUT_SCROLL |
static java.lang.String |
LAYOUT_VERTICAL |
static org.apache.myfaces.trinidad.bean.PropertyKey |
PARTIAL_TRIGGERS_KEY |
static java.lang.String |
SEPARATOR_FACET |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SHORT_DESC_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
STYLE_CLASS_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
WIDTH_KEY |
| Fields inherited from class org.apache.myfaces.trinidad.component.UIXPanel |
|---|
COMPONENT_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 | |
|---|---|
protected |
PanelCustomizable(java.lang.String rendererType)Constructs an instance of the PanelCustomizable component. |
| Method Summary | |
|---|---|
void |
decode(javax.faces.context.FacesContext context) |
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
oracle.adf.view.rich.event.ClientListenerSet |
getClientListeners()Gets a set of client listeners. |
java.lang.String |
getCustomizationId()Get the value of CustomizationId attribute. |
java.lang.String |
getFamily()Returns the component family. |
java.lang.String |
getHeight()Specifies a fixed height for this component. |
java.lang.String |
getInlineStyle()Returns the inlineStyle attribute of the component |
java.lang.String |
getLayout()Get the value of layout attribute. |
java.lang.String |
getShortDesc()Returns the shortDesc attribute of the component |
java.lang.String |
getStyleClass()Returns the styleClass attribute of the component |
java.lang.String |
getWidth()Specifies a fixed width for this component. |
void |
setClientListeners(oracle.adf.view.rich.event.ClientListenerSet clientListeners)Sets a set of client listeners. |
void |
setCustomizationId(java.lang.String custId)Sets the value of CustomizationId attribute. |
void |
setHeight(java.lang.String height)Sets the height of the component. |
void |
setInlineStyle(java.lang.String inlineStyle)Sets the inlineStyle attribute of the component. |
void |
setLayout(java.lang.String layout)Sets the value of layout attribute. |
void |
setShortDesc(java.lang.String shortDesc)Sets the shortDesc attribute of the component. |
void |
setStyleClass(java.lang.String styleClass)Sets the styleClass attribute of the component. |
void |
setWidth(java.lang.String width)Sets the width of the component. |
| Methods inherited from class org.apache.myfaces.trinidad.component.UIXComponentBase |
|---|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, createFacesBean, decodeChildren, decodeChildrenImpl, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getParent, getProperty, getPropertyKey, getRenderer, getRendererType, getRendersChildren, getValueBinding, getValueExpression, invokeOnChildrenComponents, invokeOnComponent, invokeOnNamingContainerComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeAttributeChangeListener, removeFacesListener, restoreState, 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, isVisitable, partialEncodeVisit, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, processFlattenedChildren, setPartialTarget, setUpEncodingContext, setupVisitingContext, tearDownEncodingContext, tearDownVisitingContext, visitTree, visitTree |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
getContainerClientId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String LAYOUT_VERTICAL
public static final java.lang.String LAYOUT_HORIZONTAL
public static final java.lang.String LAYOUT_SCROLL
public static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey LAYOUT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey WIDTH_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHORT_DESC_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 PARTIAL_TRIGGERS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey HEIGHT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CLIENT_LISTENERS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey CUSTOMIZATION_ID_KEY
public static final java.lang.String SEPARATOR_FACET
| Constructor Detail |
|---|
protected PanelCustomizable(java.lang.String rendererType)
| Method Detail |
|---|
public java.lang.String getFamily()
getFamily in class org.apache.myfaces.trinidad.component.UIXPanelpublic final java.lang.String getLayout()
public final void setLayout(java.lang.String layout)
layout - can either be horizontal or verticalpublic final java.lang.String getCustomizationId()
public final void setCustomizationId(java.lang.String custId)
custId -public java.lang.String getWidth()
public void setWidth(java.lang.String width)
width - can be specified either in pixels or in percentage termspublic java.lang.String getHeight()
public void setHeight(java.lang.String height)
height - can be specified either in pixels or in percentage termspublic java.lang.String getShortDesc()
public void setShortDesc(java.lang.String shortDesc)
shortDesc - the new shortDesc attribute valuepublic java.lang.String getInlineStyle()
public void setInlineStyle(java.lang.String inlineStyle)
inlineStyle - the new inlineStyle attribute valuepublic java.lang.String getStyleClass()
public void setStyleClass(java.lang.String styleClass)
styleClass - the new styleClass attribute valuepublic final oracle.adf.view.rich.event.ClientListenerSet getClientListeners()
public final void setClientListeners(oracle.adf.view.rich.event.ClientListenerSet clientListeners)
public void decode(javax.faces.context.FacesContext context)
decode in class org.apache.myfaces.trinidad.component.UIXComponentBaseprotected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class org.apache.myfaces.trinidad.component.UIXPanel
|
Oracle Fusion Middleware Customizable Components Java API Reference for Oracle WebCenter 11g Release 1 (11.1.1) E10692-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||