|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIColumn
javax.faces.component.html.HtmlColumn
com.liferay.faces.alloy.component.column.ColumnBase
com.liferay.faces.alloy.component.column.Column
public class Column
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.liferay.faces.alloy.component.column.ColumnBase |
|---|
ColumnBase.ColumnPropertyKeys |
| Nested classes/interfaces inherited from class javax.faces.component.html.HtmlColumn |
|---|
javax.faces.component.html.HtmlColumn.PropertyKeys |
| Field Summary | |
|---|---|
static int |
COLUMNS
|
| Fields inherited from class com.liferay.faces.alloy.component.column.ColumnBase |
|---|
COMPONENT_TYPE, RENDERER_TYPE |
| Fields inherited from class javax.faces.component.UIColumn |
|---|
COMPONENT_FAMILY |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
| Fields inherited from interface com.liferay.faces.util.component.Styleable |
|---|
STYLE, STYLE_CLASS |
| Constructor Summary | |
|---|---|
Column()
|
|
| Method Summary | |
|---|---|
String |
getDefaultEventName()
|
Collection<String> |
getEventNames()
|
String |
getExecute()
execute attribute description: |
String |
getRender()
render attribute description: |
Integer |
getSpan()
span attribute description: |
| Methods inherited from class com.liferay.faces.alloy.component.column.ColumnBase |
|---|
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, setWidth |
| Methods inherited from class javax.faces.component.html.HtmlColumn |
|---|
getFooterClass, getHeaderClass, isRowHeader, setFooterClass, setHeaderClass, setRowHeader |
| Methods inherited from class javax.faces.component.UIColumn |
|---|
getFamily, getFooter, getHeader, setFooter, setHeader |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addClientBehavior, 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, unsubscribeFromEvent |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder |
|---|
addClientBehavior, getClientBehaviors |
| Field Detail |
|---|
public static final int COLUMNS
| Constructor Detail |
|---|
public Column()
| Method Detail |
|---|
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 ColumnBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||