|
||||||||||
| 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
@Generated(value="com.liferay.alloy.tools.builder.FacesBuilder") public abstract class ColumnBase
| Nested Class Summary | |
|---|---|
protected static class |
ColumnBase.ColumnPropertyKeys
|
| Nested classes/interfaces inherited from class javax.faces.component.html.HtmlColumn |
|---|
javax.faces.component.html.HtmlColumn.PropertyKeys |
| Field Summary | |
|---|---|
static String |
COMPONENT_TYPE
|
static String |
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 | |
|---|---|
ColumnBase()
|
|
| Method Summary | |
|---|---|
String |
getExecute()
execute attribute description: |
Object |
getFilterBy()
filterBy attribute description: |
String |
getHeaderText()
headerText attribute description: |
Integer |
getOffset()
offset attribute description: |
Integer |
getOffsetWidth()
offsetWidth attribute description: |
String |
getProcess()
process attribute description: |
String |
getRender()
render attribute description: |
String |
getSize()
size attribute description: |
Object |
getSortBy()
sortBy attribute description: |
String |
getSortOrder()
sortOrder attribute description: |
Integer |
getSpan()
span attribute description: |
String |
getStyle()
style attribute description: |
String |
getStyleClass()
styleClass attribute description: |
String |
getUpdate()
update attribute description: |
Integer |
getWidth()
width attribute description: |
boolean |
isAjax()
ajax attribute description: |
void |
setAjax(boolean ajax)
ajax attribute description: |
void |
setExecute(String execute)
execute attribute description: |
void |
setFilterBy(Object filterBy)
filterBy attribute description: |
void |
setHeaderText(String headerText)
headerText attribute description: |
void |
setOffset(Integer offset)
offset attribute description: |
void |
setOffsetWidth(Integer offsetWidth)
offsetWidth attribute description: |
void |
setProcess(String process)
process attribute description: |
void |
setRender(String render)
render attribute description: |
void |
setSize(String size)
size attribute description: |
void |
setSortBy(Object sortBy)
sortBy attribute description: |
void |
setSortOrder(String sortOrder)
sortOrder attribute description: |
void |
setSpan(Integer span)
span attribute description: |
void |
setStyle(String style)
style attribute description: |
void |
setStyleClass(String styleClass)
styleClass attribute description: |
void |
setUpdate(String update)
update attribute description: |
void |
setWidth(Integer width)
width attribute description: |
| 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, 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, 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 |
| Field Detail |
|---|
public static final String COMPONENT_TYPE
public static final String RENDERER_TYPE
| Constructor Detail |
|---|
public ColumnBase()
| Method Detail |
|---|
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.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||