public class RichGridRow
extends org.apache.myfaces.trinidad.component.UIXPanel
| 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. |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
HEIGHT_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
MARGIN_BOTTOM_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
MARGIN_TOP_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
| Modifier | Constructor and Description |
|---|---|
|
RichGridRow()
Construct an instance of the RichGridRow.
|
protected |
RichGridRow(String rendererType)
Construct an instance of the RichGridRow.
|
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
String |
getFamily() |
String |
getHeight()
Gets Specifies the height of the row: "auto": let the browser draw the components in this row then have the panelGridLayout component ask the browser for the heights of these components to adjust the layout accordingly a fixed CSS length, e.g.
|
String |
getMarginBottom()
Gets Specifies a candidate for the amount of space that will be added below this row.
|
String |
getMarginTop()
Gets Specifies a candidate for the amount of space that will be added above this row.
|
void |
setHeight(String height)
Sets Specifies the height of the row: "auto": let the browser draw the components in this row then have the panelGridLayout component ask the browser for the heights of these components to adjust the layout accordingly a fixed CSS length, e.g.
|
void |
setMarginBottom(String marginBottom)
Sets Specifies a candidate for the amount of space that will be added below this row.
|
void |
setMarginTop(String marginTop)
Sets Specifies a candidate for the amount of space that will be added above this row.
|
adaptMethodBinding, addAttributeChange, addAttributeChangeListener, addClientBehavior, addComponentChange, addComponentChange, addComponentChangeFilter, addFacesListener, broadcast, broadcastToMethodBinding, broadcastToMethodExpression, clearCachedClientIds, clearInitialState, createFacesBean, decode, decodeChildren, decodeChildrenImpl, 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, 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, validateChildrenImpladdPartialTarget, broadcastInContext, clearCachedClientIds, defaultGetRenderedFacetsAndChildren, 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, getPassThroughAttributes, getPassThroughAttributes, getResourceBundleMap, getTransientStateHelper, getTransientStateHelper, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInViewpublic static final org.apache.myfaces.trinidad.bean.FacesBean.Type TYPE
public static final org.apache.myfaces.trinidad.bean.PropertyKey HEIGHT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MARGIN_TOP_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey MARGIN_BOTTOM_KEY
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
public RichGridRow()
protected RichGridRow(String rendererType)
public final String getHeight()
public final void setHeight(String height)
height - the new height valuepublic final String getMarginTop()
public final void setMarginTop(String marginTop)
marginTop - the new marginTop valuepublic final String getMarginBottom()
public final void setMarginBottom(String marginBottom)
marginBottom - the new marginBottom valuepublic String getFamily()
getFamily in class org.apache.myfaces.trinidad.component.UIXPanelprotected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class org.apache.myfaces.trinidad.component.UIXPanel