@Generated(value="com.liferay.alloy.tools.builder.FacesBuilder") public abstract class ColumnBase extends javax.faces.component.html.HtmlColumn implements com.liferay.faces.util.component.Styleable
| Modifier and Type | Class and Description |
|---|---|
protected static class |
ColumnBase.ColumnPropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_TYPE |
static String |
RENDERER_TYPE |
| Constructor and Description |
|---|
ColumnBase() |
| Modifier and Type | Method and Description |
|---|---|
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. |
Object |
getFilterBy()
filterBy attribute description:
When alloy:column is a child of alloy:dataTabe, this is the JavaBean property that is to be used for filtering. |
String |
getHeaderText()
headerText attribute description:
When alloy:column is a child of alloy:dataTable, this is the text for the column header. |
Integer |
getOffset()
offset attribute description:
When alloy:column is a child of alloy:row, this is the width that the column will be offset by as a unit from 1 to 12. |
Integer |
getOffsetWidth()
offsetWidth attribute description:
When alloy:column is a child of alloy:row, this is the width that the column will be offset by as a percent. |
String |
getProcess()
process attribute description:
Synonym for the execute attribute. |
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. |
String |
getSize()
size attribute description:
When alloy:column is a child of alloy:row, this is the size of the column. |
Object |
getSortBy()
sortBy attribute description:
When alloy:column is a child of alloy:dataTabe, this is the JavaBean property that is to be used for sorting. |
String |
getSortOrder()
sortOrder attribute description:
Indicates the sort order for the column. |
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. |
String |
getStyle()
style attribute description:
HTML passthrough attribute specifying the css style of the element. |
String |
getStyleClass()
styleClass attribute description:
List of CSS class names (separated by spaces) that are to be rendered within the class attribute. |
String |
getUpdate()
update attribute description:
Synonym for the render attribute. |
Integer |
getWidth()
width attribute description:
When alloy:column is a child of alloy:row, this is the width of the column as a percent. |
boolean |
isAjax()
ajax attribute description:
When this flag is true, clicking on the button will cause the form to be submitted via XmlHttpRequest. |
void |
setAjax(boolean ajax)
ajax attribute description:
When this flag is true, clicking on the button will cause the form to be submitted via XmlHttpRequest. |
void |
setExecute(String execute)
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. |
void |
setFilterBy(Object filterBy)
filterBy attribute description:
When alloy:column is a child of alloy:dataTabe, this is the JavaBean property that is to be used for filtering. |
void |
setHeaderText(String headerText)
headerText attribute description:
When alloy:column is a child of alloy:dataTable, this is the text for the column header. |
void |
setOffset(Integer offset)
offset attribute description:
When alloy:column is a child of alloy:row, this is the width that the column will be offset by as a unit from 1 to 12. |
void |
setOffsetWidth(Integer offsetWidth)
offsetWidth attribute description:
When alloy:column is a child of alloy:row, this is the width that the column will be offset by as a percent. |
void |
setProcess(String process)
process attribute description:
Synonym for the execute attribute. |
void |
setRender(String render)
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. |
void |
setSize(String size)
size attribute description:
When alloy:column is a child of alloy:row, this is the size of the column. |
void |
setSortBy(Object sortBy)
sortBy attribute description:
When alloy:column is a child of alloy:dataTabe, this is the JavaBean property that is to be used for sorting. |
void |
setSortOrder(String sortOrder)
sortOrder attribute description:
Indicates the sort order for the column. |
void |
setSpan(Integer span)
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. |
void |
setStyle(String style)
style attribute description:
HTML passthrough attribute specifying the css style of the element. |
void |
setStyleClass(String styleClass)
styleClass attribute description:
List of CSS class names (separated by spaces) that are to be rendered within the class attribute. |
void |
setUpdate(String update)
update attribute description:
Synonym for the render attribute. |
void |
setWidth(Integer width)
width attribute description:
When alloy:column is a child of alloy:row, this is the width of the column as a percent. |
getFooterClass, getHeaderClass, isRowHeader, setFooterClass, setHeaderClass, setRowHeadergetFamily, getFooter, getHeader, setFooter, setHeaderaddClientBehavior, addFacesListener, broadcast, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getDefaultEventName, getEventNames, 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 String COMPONENT_TYPE
public static final String RENDERER_TYPE
public boolean isAjax()
ajax attribute description:
public void setAjax(boolean ajax)
ajax attribute description:
public String getExecute()
execute attribute description:
@this, @form, @all, @none, @parent. The default value is @parent (meaning, the parent alloy:dataTable).public void setExecute(String execute)
execute attribute description:
@this, @form, @all, @none, @parent. The default value is @parent (meaning, the parent alloy:dataTable).public Object getFilterBy()
filterBy attribute description:
public void setFilterBy(Object filterBy)
filterBy attribute description:
public String getHeaderText()
headerText attribute description:
<f:facet name="header" /> tag.public void setHeaderText(String headerText)
headerText attribute description:
<f:facet name="header" /> tag.public Integer getOffset()
offset attribute description:
col-#{size}-offset-#{offset} (for example if offset="4", the CSS class rendered will be col-#{size}-offset-4). If both the offsetWidth and offset attributes are present, the offsetWidth attribute determines the value of the offset. Please consider using offsetWidth.public void setOffset(Integer offset)
offset attribute description:
col-#{size}-offset-#{offset} (for example if offset="4", the CSS class rendered will be col-#{size}-offset-4). If both the offsetWidth and offset attributes are present, the offsetWidth attribute determines the value of the offset. Please consider using offsetWidth.public Integer getOffsetWidth()
offsetWidth attribute description:
offset = (offsetWidth/100)*12 (rounded to the nearest whole number). If both the offsetWidth and offset attributes are present, the offsetWidth attribute determines the value of the offset.public void setOffsetWidth(Integer offsetWidth)
offsetWidth attribute description:
offset = (offsetWidth/100)*12 (rounded to the nearest whole number). If both the offsetWidth and offset attributes are present, the offsetWidth attribute determines the value of the offset.public String getProcess()
process attribute description:
execute attribute. The default value is "@all".public void setProcess(String process)
process attribute description:
execute attribute. The default value is "@all".public String getRender()
render attribute description:
@this, @form, @all, @none, @parent. The default value is @parent (meaning, the parent alloy:dataTable).public void setRender(String render)
render attribute description:
@this, @form, @all, @none, @parent. The default value is @parent (meaning, the parent alloy:dataTable).public String getSize()
size attribute description:
col-#{size}-#{span} (for example if size="medium", the CSS class rendered will be col-md-#{span}). Valid values include "extra-small" (or "xs"), "small" (or "sm"), "medium" (or "md"), and "large" (or "lg").public void setSize(String size)
size attribute description:
col-#{size}-#{span} (for example if size="medium", the CSS class rendered will be col-md-#{span}). Valid values include "extra-small" (or "xs"), "small" (or "sm"), "medium" (or "md"), and "large" (or "lg").public Object getSortBy()
sortBy attribute description:
public void setSortBy(Object sortBy)
sortBy attribute description:
public String getSortOrder()
sortOrder attribute description:
ascending, descending, and none.public void setSortOrder(String sortOrder)
sortOrder attribute description:
ascending, descending, and none.public Integer getSpan()
span 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.public void setSpan(Integer span)
span 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.public String getStyle()
style attribute description:
getStyle in interface com.liferay.faces.util.component.Styleablepublic void setStyle(String style)
style attribute description:
setStyle in interface com.liferay.faces.util.component.Styleablepublic String getStyleClass()
styleClass attribute description:
getStyleClass in interface com.liferay.faces.util.component.Styleablepublic void setStyleClass(String styleClass)
styleClass attribute description:
setStyleClass in interface com.liferay.faces.util.component.Styleablepublic String getUpdate()
update attribute description:
render attribute. The default value is "@none".public void setUpdate(String update)
update attribute description:
render attribute. The default value is "@none".public Integer getWidth()
width attribute description:
span = (width/100)*12 (rounded to the nearest whole number). If both the width and span attributes are present, the width attribute determines the value of the span number.public void setWidth(Integer width)
width attribute description:
span = (width/100)*12 (rounded to the nearest whole number). If both the width and span attributes are present, the width attribute determines the value of the span number.Copyright © 2016 Liferay, Inc.. All rights reserved.