public class UINBoxCell
extends org.apache.myfaces.trinidad.component.UIXComponentBase
| Modifier and Type | Field and Description |
|---|---|
static org.apache.myfaces.trinidad.bean.PropertyKey |
BACKGROUND_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
CLIENT_LISTENERS_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
COLUMN_KEY |
static java.lang.String |
COMPONENT_FAMILY |
static java.lang.String |
COMPONENT_TYPE |
static org.apache.myfaces.trinidad.bean.PropertyKey |
COUNT_LABEL_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LABEL_HALIGN_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LABEL_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
LABEL_STYLE_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
ROW_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SHORT_DESC_KEY |
static org.apache.myfaces.trinidad.bean.PropertyKey |
SHOW_COUNT_KEY |
static org.apache.myfaces.trinidad.bean.FacesBean.Type |
TYPE |
| Constructor and Description |
|---|
UINBoxCell() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBackground()
Returns the background for this cell.
|
protected org.apache.myfaces.trinidad.bean.FacesBean.Type |
getBeanType() |
java.lang.String |
getColumn()
Returns the column that this cell belongs in.
|
java.lang.String |
getCountLabel()
Returns the count label for this cell.
|
java.lang.String |
getFamily() |
java.lang.String |
getLabel()
Returns the label for this cell.
|
java.lang.String |
getLabelHalign()
Returns the halign for the cell label.
|
java.lang.String |
getLabelStyle()
Returns the font style for the label of this cell.
|
java.lang.String |
getRendererType() |
java.lang.String |
getRow()
Returns the row that this cell belongs in.
|
java.lang.String |
getShortDesc()
Gets the description for the cell.
|
java.lang.String |
getShowCount()
Gets the display behavior of the cell count label.
|
void |
setBackground(java.lang.String background)
Sets the background for this cell.
|
void |
setColumn(java.lang.String column)
Sets the column that this cell belongs in.
|
void |
setCountLabel(java.lang.String countLabel)
Sets the count label for this cell.
|
void |
setLabel(java.lang.String label)
Specifies the label for this cell.
|
void |
setLabelHalign(java.lang.String halign)
Sets the halign for the cell label.
|
void |
setLabelStyle(java.lang.String labelStyle)
Sets the font style for the label of this cell.
|
void |
setRow(java.lang.String row)
Sets the row that this cell belongs in.
|
void |
setShortDesc(java.lang.String shortDesc)
Sets the description for the cell.
|
void |
setShowCount(java.lang.String showCount)
Sets the display behavior of the cell count label.
|
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, getPassThroughAttributes, getProperty, getPropertyKey, getRenderedFacetsAndChildren, getRenderer, 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, 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 CLIENT_LISTENERS_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey BACKGROUND_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey COLUMN_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey COUNT_LABEL_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LABEL_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LABEL_HALIGN_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey LABEL_STYLE_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey ROW_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHOW_COUNT_KEY
public static final org.apache.myfaces.trinidad.bean.PropertyKey SHORT_DESC_KEY
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String COMPONENT_TYPE
public java.lang.String getFamily()
getFamily in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic java.lang.String getRendererType()
getRendererType in class org.apache.myfaces.trinidad.component.UIXComponentBaseprotected org.apache.myfaces.trinidad.bean.FacesBean.Type getBeanType()
getBeanType in class org.apache.myfaces.trinidad.component.UIXComponentBasepublic final java.lang.String getBackground()
public final void setBackground(java.lang.String background)
background - the background for this cellpublic final java.lang.String getColumn()
UINBoxColumn.getValue()public final void setColumn(java.lang.String column)
column - the column that this cell belongs in.UINBoxColumn.getValue()public final java.lang.String getCountLabel()
public final void setCountLabel(java.lang.String countLabel)
countLabel - the count label for this cell.public final java.lang.String getLabel()
public final void setLabel(java.lang.String label)
label - the label for this cellpublic final java.lang.String getLabelHalign()
public final void setLabelHalign(java.lang.String halign)
halign - the halign for the cell labelpublic final java.lang.String getLabelStyle()
public final void setLabelStyle(java.lang.String labelStyle)
labelStyle - the font style for the label of this cellpublic final java.lang.String getRow()
UINBoxRow.getValue()public final void setRow(java.lang.String row)
row - the row that this cell belongs in.UINBoxRow.getValue()public final java.lang.String getShowCount()
public final void setShowCount(java.lang.String showCount)
showCount - display behavior of the cell count labelpublic final java.lang.String getShortDesc()
public final void setShortDesc(java.lang.String shortDesc)
shortDesc - the description for the cell.