public class CorePanelBorderLayout extends UIXPanel implements javax.faces.component.behavior.ClientBehaviorHolder
Type | Phases | Description |
---|---|---|
org.apache.myfaces.trinidad.event.AttributeChangeEvent |
Invoke Application Apply Request Values |
Event delivered to describe an attribute change. Attribute change events are not delivered for any programmatic change to a property. They are only delivered when a renderer changes a property without the application's specific request. An example of an attribute change event might include the width of a column that supported client-side resizing. |
BINDING_KEY, ID_KEY, RENDERED_KEY, RENDERER_TYPE_KEY, TRANSIENT_KEY
Modifier | Constructor and Description |
---|---|
|
CorePanelBorderLayout()
Construct an instance of the CorePanelBorderLayout.
|
protected |
CorePanelBorderLayout(String rendererType)
Construct an instance of the CorePanelBorderLayout.
|
Modifier and Type | Method and Description |
---|---|
void |
addClientBehavior(String eventName,
javax.faces.component.behavior.ClientBehavior behavior)
Utility method to assist sub-classes in the implementation of the
ClientBehaviorHolder interface. |
protected FacesBean.Type |
getBeanType() |
javax.faces.component.UIComponent |
getBottom()
Content to be rendered below the children.
|
String |
getBottomHeight()
Gets Specifies the CSS height to give to the bottom facet in valid CSS units.
|
Map<String,List<javax.faces.component.behavior.ClientBehavior>> |
getClientBehaviors()
Utility method to assist sub-classes in the implementation of the
ClientBehaviorHolder interface. |
String |
getDefaultEventName()
Utility method to assist sub-classes in the implementation of the
ClientBehaviorHolder interface. |
javax.faces.component.UIComponent |
getEnd()
Content to be rendered to the right of the children and
between any top and bottom facets, if the reading direction is
left-to-right, on the left otherwise.
|
String |
getEndWidth()
Gets Specifies the CSS width to give to the end facet in valid CSS units.
|
Collection<String> |
getEventNames() |
String |
getFamily() |
String |
getInlineStyle()
Gets the CSS styles to use for this component.
|
javax.faces.component.UIComponent |
getInnerBottom()
Content to be rendered below the children, but above 'bottom'.
|
String |
getInnerBottomHeight()
Gets Specifies the CSS height to give to the inner bottom facet in valid CSS units.
|
javax.faces.component.UIComponent |
getInnerEnd()
the equivalent of innerRight on left-to-right clients and innerLeft on right-to-left clients.
|
String |
getInnerEndWidth()
Gets Specifies the CSS width to give to the inner end facet in valid CSS units.
|
javax.faces.component.UIComponent |
getInnerLeft()
Content to be rendered to the left of the children and
between any innerTop and innerBottom facets, to the right of the left facet.
|
String |
getInnerLeftWidth()
Gets Specifies the CSS width to give to the inner left facet in valid CSS units.
|
javax.faces.component.UIComponent |
getInnerRight()
Content to be rendered to the right of the children and
between any innerTop and innerBottom facets.
|
String |
getInnerRightWidth()
Gets Specifies the CSS width to give to the inner right facet in valid CSS units.
|
javax.faces.component.UIComponent |
getInnerStart()
the equivalent of innerLeft on left-to-right clients and innerRight on right-to-left clients.
|
String |
getInnerStartWidth()
Gets Specifies the CSS width to give to the inner start facet in valid CSS units.
|
javax.faces.component.UIComponent |
getInnerTop()
Content to be rendered above the children, inside of 'top'.
|
String |
getInnerTopHeight()
Gets Specifies the CSS height to give to the inner top facet in valid CSS units.
|
String |
getLayout()
Gets Changes how the panel is rendered.
|
javax.faces.component.UIComponent |
getLeft()
Content to be rendered to the left of the children and
between any top and bottom facets.
|
String |
getLeftWidth()
Gets Specifies the CSS width to give to the left facet in valid CSS units.
|
String |
getOnclick()
Gets an onclick Javascript handler.
|
String |
getOndblclick()
Gets an ondblclick Javascript handler.
|
String |
getOnkeydown()
Gets an onkeydown Javascript handler.
|
String |
getOnkeypress()
Gets an onkeypress Javascript handler.
|
String |
getOnkeyup()
Gets an onkeyup Javascript handler.
|
String |
getOnmousedown()
Gets an onmousedown Javascript handler.
|
String |
getOnmousemove()
Gets an onmousemove Javascript handler.
|
String |
getOnmouseout()
Gets an onmouseout Javascript handler.
|
String |
getOnmouseover()
Gets an onmouseover Javascript handler.
|
String |
getOnmouseup()
Gets an onmouseup Javascript handler.
|
String[] |
getPartialTriggers()
Gets the IDs of the components that should trigger a partial update.
|
javax.faces.component.UIComponent |
getRight()
Content to be rendered to the right of the children and
between any top and bottom facets.
|
String |
getRightWidth()
Gets Specifies the CSS width to give to the right facet in valid CSS units.
|
String |
getShortDesc()
Gets The short description of the component.
|
javax.faces.component.UIComponent |
getStart()
Content to be rendered to the left of the children and
between any top and bottom facets, if the reading direction is
left-to-right, on the right otherwise.
|
String |
getStartWidth()
Gets Specifies the CSS width to give to the start facet in valid CSS units.
|
String |
getStyleClass()
Gets a CSS style class to use for this component.
|
javax.faces.component.UIComponent |
getTop()
Content to be rendered above the children.
|
String |
getTopHeight()
Gets Specifies the CSS height to give to the top facet in valid CSS units.
|
void |
setBottom(javax.faces.component.UIComponent bottomFacet)
Content to be rendered below the children.
|
void |
setBottomHeight(String bottomHeight)
Sets Specifies the CSS height to give to the bottom facet in valid CSS units.
|
void |
setEnd(javax.faces.component.UIComponent endFacet)
Content to be rendered to the right of the children and
between any top and bottom facets, if the reading direction is
left-to-right, on the left otherwise.
|
void |
setEndWidth(String endWidth)
Sets Specifies the CSS width to give to the end facet in valid CSS units.
|
void |
setInlineStyle(String inlineStyle)
Sets the CSS styles to use for this component.
|
void |
setInnerBottom(javax.faces.component.UIComponent innerBottomFacet)
Content to be rendered below the children, but above 'bottom'.
|
void |
setInnerBottomHeight(String innerBottomHeight)
Sets Specifies the CSS height to give to the inner bottom facet in valid CSS units.
|
void |
setInnerEnd(javax.faces.component.UIComponent innerEndFacet)
the equivalent of innerRight on left-to-right clients and innerLeft on right-to-left clients.
|
void |
setInnerEndWidth(String innerEndWidth)
Sets Specifies the CSS width to give to the inner end facet in valid CSS units.
|
void |
setInnerLeft(javax.faces.component.UIComponent innerLeftFacet)
Content to be rendered to the left of the children and
between any innerTop and innerBottom facets, to the right of the left facet.
|
void |
setInnerLeftWidth(String innerLeftWidth)
Sets Specifies the CSS width to give to the inner left facet in valid CSS units.
|
void |
setInnerRight(javax.faces.component.UIComponent innerRightFacet)
Content to be rendered to the right of the children and
between any innerTop and innerBottom facets.
|
void |
setInnerRightWidth(String innerRightWidth)
Sets Specifies the CSS width to give to the inner right facet in valid CSS units.
|
void |
setInnerStart(javax.faces.component.UIComponent innerStartFacet)
the equivalent of innerLeft on left-to-right clients and innerRight on right-to-left clients.
|
void |
setInnerStartWidth(String innerStartWidth)
Sets Specifies the CSS width to give to the inner start facet in valid CSS units.
|
void |
setInnerTop(javax.faces.component.UIComponent innerTopFacet)
Content to be rendered above the children, inside of 'top'.
|
void |
setInnerTopHeight(String innerTopHeight)
Sets Specifies the CSS height to give to the inner top facet in valid CSS units.
|
void |
setLayout(String layout)
Sets Changes how the panel is rendered.
|
void |
setLeft(javax.faces.component.UIComponent leftFacet)
Content to be rendered to the left of the children and
between any top and bottom facets.
|
void |
setLeftWidth(String leftWidth)
Sets Specifies the CSS width to give to the left facet in valid CSS units.
|
void |
setOnclick(String onclick)
Sets an onclick Javascript handler.
|
void |
setOndblclick(String ondblclick)
Sets an ondblclick Javascript handler.
|
void |
setOnkeydown(String onkeydown)
Sets an onkeydown Javascript handler.
|
void |
setOnkeypress(String onkeypress)
Sets an onkeypress Javascript handler.
|
void |
setOnkeyup(String onkeyup)
Sets an onkeyup Javascript handler.
|
void |
setOnmousedown(String onmousedown)
Sets an onmousedown Javascript handler.
|
void |
setOnmousemove(String onmousemove)
Sets an onmousemove Javascript handler.
|
void |
setOnmouseout(String onmouseout)
Sets an onmouseout Javascript handler.
|
void |
setOnmouseover(String onmouseover)
Sets an onmouseover Javascript handler.
|
void |
setOnmouseup(String onmouseup)
Sets an onmouseup Javascript handler.
|
void |
setPartialTriggers(String[] partialTriggers)
Sets the IDs of the components that should trigger a partial update.
|
void |
setRight(javax.faces.component.UIComponent rightFacet)
Content to be rendered to the right of the children and
between any top and bottom facets.
|
void |
setRightWidth(String rightWidth)
Sets Specifies the CSS width to give to the right facet in valid CSS units.
|
void |
setShortDesc(String shortDesc)
Sets The short description of the component.
|
void |
setStart(javax.faces.component.UIComponent startFacet)
Content to be rendered to the left of the children and
between any top and bottom facets, if the reading direction is
left-to-right, on the right otherwise.
|
void |
setStartWidth(String startWidth)
Sets Specifies the CSS width to give to the start facet in valid CSS units.
|
void |
setStyleClass(String styleClass)
Sets a CSS style class to use for this component.
|
void |
setTop(javax.faces.component.UIComponent topFacet)
Content to be rendered above the children.
|
void |
setTopHeight(String topHeight)
Sets Specifies the CSS height to give to the top facet in valid CSS units.
|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, clearInitialState, createFacesBean, decode, decodeChildren, decodeChildrenImpl, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributeChangeListener, getAttributeChangeListeners, getAttributes, getBooleanProperty, getChildCount, getChildren, getClientId, getContainerClientId, getFacesBean, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacetNames, getFacets, getFacetsAndChildren, getId, getIntProperty, getLifecycleRenderer, getListenersForEventClass, getParent, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, getRendererType, 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, validateChildrenImpl
addPartialTarget, 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, visitTree
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, setInView
public static final String LAYOUT_EXPAND
public static final String LAYOUT_POSITIONED
public static final FacesBean.Type TYPE
public static final PropertyKey LAYOUT_KEY
public static final PropertyKey TOP_HEIGHT_KEY
public static final PropertyKey BOTTOM_HEIGHT_KEY
public static final PropertyKey INNER_TOP_HEIGHT_KEY
public static final PropertyKey INNER_BOTTOM_HEIGHT_KEY
public static final PropertyKey START_WIDTH_KEY
public static final PropertyKey END_WIDTH_KEY
public static final PropertyKey LEFT_WIDTH_KEY
public static final PropertyKey RIGHT_WIDTH_KEY
public static final PropertyKey INNER_START_WIDTH_KEY
public static final PropertyKey INNER_END_WIDTH_KEY
public static final PropertyKey INNER_LEFT_WIDTH_KEY
public static final PropertyKey INNER_RIGHT_WIDTH_KEY
public static final PropertyKey INLINE_STYLE_KEY
public static final PropertyKey STYLE_CLASS_KEY
public static final PropertyKey SHORT_DESC_KEY
public static final PropertyKey PARTIAL_TRIGGERS_KEY
public static final PropertyKey ONCLICK_KEY
public static final PropertyKey ONDBLCLICK_KEY
public static final PropertyKey ONMOUSEDOWN_KEY
public static final PropertyKey ONMOUSEUP_KEY
public static final PropertyKey ONMOUSEOVER_KEY
public static final PropertyKey ONMOUSEMOVE_KEY
public static final PropertyKey ONMOUSEOUT_KEY
public static final PropertyKey ONKEYPRESS_KEY
public static final PropertyKey ONKEYDOWN_KEY
public static final PropertyKey ONKEYUP_KEY
public static final String TOP_FACET
public static final String BOTTOM_FACET
public static final String LEFT_FACET
public static final String RIGHT_FACET
public static final String START_FACET
public static final String END_FACET
public static final String INNER_TOP_FACET
public static final String INNER_BOTTOM_FACET
public static final String INNER_LEFT_FACET
public static final String INNER_RIGHT_FACET
public static final String INNER_START_FACET
public static final String INNER_END_FACET
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
public CorePanelBorderLayout()
protected CorePanelBorderLayout(String rendererType)
public final javax.faces.component.UIComponent getTop()
public final void setTop(javax.faces.component.UIComponent topFacet)
public final javax.faces.component.UIComponent getBottom()
public final void setBottom(javax.faces.component.UIComponent bottomFacet)
public final javax.faces.component.UIComponent getLeft()
public final void setLeft(javax.faces.component.UIComponent leftFacet)
public final javax.faces.component.UIComponent getRight()
public final void setRight(javax.faces.component.UIComponent rightFacet)
public final javax.faces.component.UIComponent getStart()
public final void setStart(javax.faces.component.UIComponent startFacet)
public final javax.faces.component.UIComponent getEnd()
public final void setEnd(javax.faces.component.UIComponent endFacet)
public final javax.faces.component.UIComponent getInnerTop()
public final void setInnerTop(javax.faces.component.UIComponent innerTopFacet)
public final javax.faces.component.UIComponent getInnerBottom()
public final void setInnerBottom(javax.faces.component.UIComponent innerBottomFacet)
public final javax.faces.component.UIComponent getInnerLeft()
public final void setInnerLeft(javax.faces.component.UIComponent innerLeftFacet)
public final javax.faces.component.UIComponent getInnerRight()
public final void setInnerRight(javax.faces.component.UIComponent innerRightFacet)
public final javax.faces.component.UIComponent getInnerStart()
public final void setInnerStart(javax.faces.component.UIComponent innerStartFacet)
public final javax.faces.component.UIComponent getInnerEnd()
public final void setInnerEnd(javax.faces.component.UIComponent innerEndFacet)
public final String getLayout()
public final void setLayout(String layout)
layout
- the new layout valuepublic final String getTopHeight()
public final void setTopHeight(String topHeight)
topHeight
- the new topHeight valuepublic final String getBottomHeight()
public final void setBottomHeight(String bottomHeight)
bottomHeight
- the new bottomHeight valuepublic final String getInnerTopHeight()
public final void setInnerTopHeight(String innerTopHeight)
innerTopHeight
- the new innerTopHeight valuepublic final String getInnerBottomHeight()
public final void setInnerBottomHeight(String innerBottomHeight)
innerBottomHeight
- the new innerBottomHeight valuepublic final String getStartWidth()
public final void setStartWidth(String startWidth)
startWidth
- the new startWidth valuepublic final String getEndWidth()
public final void setEndWidth(String endWidth)
endWidth
- the new endWidth valuepublic final String getLeftWidth()
public final void setLeftWidth(String leftWidth)
leftWidth
- the new leftWidth valuepublic final String getRightWidth()
public final void setRightWidth(String rightWidth)
rightWidth
- the new rightWidth valuepublic final String getInnerStartWidth()
public final void setInnerStartWidth(String innerStartWidth)
innerStartWidth
- the new innerStartWidth valuepublic final String getInnerEndWidth()
public final void setInnerEndWidth(String innerEndWidth)
innerEndWidth
- the new innerEndWidth valuepublic final String getInnerLeftWidth()
public final void setInnerLeftWidth(String innerLeftWidth)
innerLeftWidth
- the new innerLeftWidth valuepublic final String getInnerRightWidth()
public final void setInnerRightWidth(String innerRightWidth)
innerRightWidth
- the new innerRightWidth valuepublic final String getInlineStyle()
public final void setInlineStyle(String inlineStyle)
inlineStyle
- the new inlineStyle valuepublic final String getStyleClass()
public final void setStyleClass(String styleClass)
styleClass
- the new styleClass valuepublic final String getShortDesc()
public final void setShortDesc(String shortDesc)
shortDesc
- the new shortDesc valuepublic final String[] getPartialTriggers()
This component will listen on the trigger components. If one of the trigger components receives an event that will cause it to update in some way, this component will request to be updated too.
Separate multiple triggers with a space. e.g., partialTriggers="cmp1 cmp2"
Identifiers must account for NamingContainers. You can use a single colon to start the search from the root, or use multiple colons to move up through the NamingContainer. For example, "::" will pop out of this component's naming container (it pops out of itself if it is a naming container), ":::" will pop out of two naming containers, etc. The search for the partialTrigger begins from there. e.g., partialTriggers=":::commandButton1" the search begins for the component with id = commandButton1 after popping out of two naming containers relative to this component. To go into naming containers, you separate the naming containers with ':', e.g.,partialTriggers= "nc1:nc2:nc3:componentId".
public final void setPartialTriggers(String[] partialTriggers)
This component will listen on the trigger components. If one of the trigger components receives an event that will cause it to update in some way, this component will request to be updated too.
Separate multiple triggers with a space. e.g., partialTriggers="cmp1 cmp2"
Identifiers must account for NamingContainers. You can use a single colon to start the search from the root, or use multiple colons to move up through the NamingContainer. For example, "::" will pop out of this component's naming container (it pops out of itself if it is a naming container), ":::" will pop out of two naming containers, etc. The search for the partialTrigger begins from there. e.g., partialTriggers=":::commandButton1" the search begins for the component with id = commandButton1 after popping out of two naming containers relative to this component. To go into naming containers, you separate the naming containers with ':', e.g.,partialTriggers= "nc1:nc2:nc3:componentId".
partialTriggers
- the new partialTriggers valuepublic final String getOnclick()
public final void setOnclick(String onclick)
onclick
- the new onclick valuepublic final String getOndblclick()
public final void setOndblclick(String ondblclick)
ondblclick
- the new ondblclick valuepublic final String getOnmousedown()
public final void setOnmousedown(String onmousedown)
onmousedown
- the new onmousedown valuepublic final String getOnmouseup()
public final void setOnmouseup(String onmouseup)
onmouseup
- the new onmouseup valuepublic final String getOnmouseover()
public final void setOnmouseover(String onmouseover)
onmouseover
- the new onmouseover valuepublic final String getOnmousemove()
public final void setOnmousemove(String onmousemove)
onmousemove
- the new onmousemove valuepublic final String getOnmouseout()
public final void setOnmouseout(String onmouseout)
onmouseout
- the new onmouseout valuepublic final String getOnkeypress()
public final void setOnkeypress(String onkeypress)
onkeypress
- the new onkeypress valuepublic final String getOnkeydown()
public final void setOnkeydown(String onkeydown)
onkeydown
- the new onkeydown valuepublic final String getOnkeyup()
public final void setOnkeyup(String onkeyup)
onkeyup
- the new onkeyup valuepublic String getDefaultEventName()
UIXComponentBase
ClientBehaviorHolder
interface.
This method must only be called by classes that implement the interface, doing otherwise will result in an exception.
getDefaultEventName
in interface javax.faces.component.behavior.ClientBehaviorHolder
getDefaultEventName
in class UIXComponentBase
ClientBehaviorHolder.getDefaultEventName()
public Collection<String> getEventNames()
getEventNames
in interface javax.faces.component.behavior.ClientBehaviorHolder
public Map<String,List<javax.faces.component.behavior.ClientBehavior>> getClientBehaviors()
UIXComponentBase
ClientBehaviorHolder
interface.
This method must only be called by classes that implement the interface, doing otherwise will result in an exception.
getClientBehaviors
in interface javax.faces.component.behavior.ClientBehaviorHolder
getClientBehaviors
in class UIXComponentBase
ClientBehaviorHolder.getClientBehaviors()
public void addClientBehavior(String eventName, javax.faces.component.behavior.ClientBehavior behavior)
UIXComponentBase
ClientBehaviorHolder
interface.
This method must only be called by classes that implement the interface, doing otherwise will result in an exception.
addClientBehavior
in interface javax.faces.component.behavior.ClientBehaviorHolder
addClientBehavior
in class UIXComponentBase
eventName
- The event namebehavior
- The behavior to addClientBehaviorHolder.addClientBehavior(String, ClientBehavior)
protected FacesBean.Type getBeanType()
getBeanType
in class UIXPanel
Copyright © 2001-2016 The Apache Software Foundation. All Rights Reserved.