public class UIColumn extends AbstractUIColumn implements Visual
component.stg with class
ColumnTagDeclaration.| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
| Constructor and Description |
|---|
UIColumn() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlign()
Alignment of this column.
|
CustomClass |
getCustomClass()
Sets a CSS class in its parent, if the parent supports it.
|
String |
getFamily() |
String |
getLabel()
A localized user presentable label for this component.
|
Markup |
getMarkup() |
Style |
getStyle()
For internal use.
|
String |
getTip()
Text value to display as tooltip.
|
boolean |
isResizable()
Flag indicating whether or not the width of this column in a sheet is resizable, by the user.
|
boolean |
isSortable()
Flag indicating whether or not this column is sortable.
|
void |
setAlign(String align) |
void |
setCustomClass(CustomClass customClass) |
void |
setLabel(String label) |
void |
setMarkup(Markup markup) |
void |
setResizable(boolean resizable) |
void |
setSortable(boolean sortable) |
void |
setStyle(Style style) |
void |
setTip(String tip) |
getFooter, getHeader, getId, setFooter, setHeaderaddClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTreegetClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEventclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetRendererTypepublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily in class javax.faces.component.UIColumnpublic boolean isResizable()
trueisResizable in class AbstractUIColumnBasepublic void setResizable(boolean resizable)
public CustomClass getCustomClass()
<tc:in>
<tc:style customClass="my-emphasized"/>
</tc:in>
One capability is, to used external CSS libs.
getCustomClass in interface Visualpublic void setCustomClass(CustomClass customClass)
setCustomClass in interface Visualpublic String getTip()
public void setTip(String tip)
public Style getStyle()
public String getLabel()
getLabel in class AbstractUIColumnpublic void setLabel(String label)
public boolean isSortable()
java.util.List or Object[].
falsepublic void setSortable(boolean sortable)
public String getAlign()
public void setAlign(String align)
Copyright © 2002–2018 The Apache Software Foundation. All rights reserved.