public class Column extends ColumnBase implements javax.faces.component.behavior.ClientBehaviorHolder
ColumnBase.ColumnPropertyKeys| Modifier and Type | Field and Description |
|---|---|
static int |
COLUMNS |
COMPONENT_TYPE, RENDERER_TYPE| Constructor and Description |
|---|
Column() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultEventName() |
Collection<String> |
getEventNames() |
String |
getExecute()
execute attribute description:
Space-delimited list of component ids that are to participate in the APPLY_REQUEST_VALUES, PROCESS_VALIDATIONS, UPDATE_MODEL_VALUES, and INVOKE_APPLICATION phases of the JSF lifecycle. |
String |
getRender()
render attribute description:
Space-delimited list of component ids that are to participate in the RENDER_RESPONSE phase of the JSF lifecycle and be re-rendered in the DOM after the response is received from the XmlHttpRequest. |
Integer |
getSpan()
span attribute description:
When alloy:column is a child of alloy:row, this is the width of this column as a unit from 1 to 12. |
getFilterBy, getHeaderText, getOffset, getOffsetWidth, getProcess, getSize, getSortBy, getSortOrder, getStyle, getStyleClass, getUpdate, getWidth, isAjax, setAjax, setExecute, setFilterBy, setHeaderText, setOffset, setOffsetWidth, setProcess, setRender, setSize, setSortBy, setSortOrder, setSpan, setStyle, setStyleClass, setUpdate, setWidthgetFooterClass, getHeaderClass, isRowHeader, setFooterClass, setHeaderClass, setRowHeadergetFamily, getFooter, getHeader, setFooter, setHeaderaddClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, restoreState, saveAttachedState, saveState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreepublic static final int COLUMNS
public String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.UIComponentBasepublic Collection<String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic String getExecute()
ColumnBaseexecute attribute description:
@this, @form, @all, @none, @parent. The default value is @parent (meaning, the parent alloy:dataTable).getExecute in class ColumnBasepublic String getRender()
ColumnBaserender attribute description:
@this, @form, @all, @none, @parent. The default value is @parent (meaning, the parent alloy:dataTable).getRender in class ColumnBasepublic Integer getSpan()
ColumnBasespan attribute description:
col-#{size}-#{span} (for example if span="4", the CSS class rendered will be col-#{size}-4). If both the width and span attributes are present, the width attribute determines the value of the span number. Please consider using width.getSpan in class ColumnBaseCopyright © 2016 Liferay, Inc.. All rights reserved.