|
||||||||||
| 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
com.liferay.faces.alloy.component.paginator.PaginatorBase
@Generated(value="com.liferay.alloy.tools.builder.FacesBuilder") public abstract class PaginatorBase
| Nested Class Summary | |
|---|---|
protected static class |
PaginatorBase.PaginatorPropertyKeys
|
| Field Summary | |
|---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
static String |
RENDERER_TYPE
|
| 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 | |
|---|---|
PaginatorBase()
|
|
| Method Summary | |
|---|---|
String |
getExecute()
execute attribute description: |
String |
getFamily()
|
int |
getFirstPage()
firstPage attribute description: |
String |
getFirstPageLabel()
firstPageLabel attribute description: |
String |
getFor()
for attribute description: |
String |
getLastPageLabel()
lastPageLabel attribute description: |
int |
getMaxPageNumberControls()
maxPageNumberControls attribute description: |
String |
getNextPageLabel()
nextPageLabel attribute description: |
String |
getPreviousPageLabel()
previousPageLabel attribute description: |
String |
getProcess()
process attribute description: |
String |
getRender()
render attribute description: |
String |
getStyle()
style attribute description: |
String |
getStyleClass()
styleClass attribute description: |
String |
getSummaryPosition()
summaryPosition attribute description: |
String |
getUpdate()
update attribute description: |
boolean |
isAjax()
ajax attribute description: |
boolean |
isShowFirstPageControl()
showFirstPageControl attribute description: |
boolean |
isShowLastPageControl()
showLastPageControl attribute description: |
boolean |
isShowNextPageControl()
showNextPageControl attribute description: |
boolean |
isShowPageNumberControls()
showPageNumberControls attribute description: |
boolean |
isShowPreviousPageControl()
showPreviousPageControl attribute description: |
void |
setAjax(boolean ajax)
ajax attribute description: |
void |
setExecute(String execute)
execute attribute description: |
void |
setFirstPage(int firstPage)
firstPage attribute description: |
void |
setFirstPageLabel(String firstPageLabel)
firstPageLabel attribute description: |
void |
setFor(String for_)
for attribute description: |
void |
setLastPageLabel(String lastPageLabel)
lastPageLabel attribute description: |
void |
setMaxPageNumberControls(int maxPageNumberControls)
maxPageNumberControls attribute description: |
void |
setNextPageLabel(String nextPageLabel)
nextPageLabel attribute description: |
void |
setPreviousPageLabel(String previousPageLabel)
previousPageLabel attribute description: |
void |
setProcess(String process)
process attribute description: |
void |
setRender(String render)
render attribute description: |
void |
setShowFirstPageControl(boolean showFirstPageControl)
showFirstPageControl attribute description: |
void |
setShowLastPageControl(boolean showLastPageControl)
showLastPageControl attribute description: |
void |
setShowNextPageControl(boolean showNextPageControl)
showNextPageControl attribute description: |
void |
setShowPageNumberControls(boolean showPageNumberControls)
showPageNumberControls attribute description: |
void |
setShowPreviousPageControl(boolean showPreviousPageControl)
showPreviousPageControl attribute description: |
void |
setStyle(String style)
style attribute description: |
void |
setStyleClass(String styleClass)
styleClass attribute description: |
void |
setSummaryPosition(String summaryPosition)
summaryPosition attribute description: |
void |
setUpdate(String update)
update attribute description: |
| 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_FAMILY
public static final String COMPONENT_TYPE
public static final String RENDERER_TYPE
| Constructor Detail |
|---|
public PaginatorBase()
| Method Detail |
|---|
public String getFamily()
getFamily in class javax.faces.component.UIComponentpublic boolean isAjax()
ajax attribute description:
public void setAjax(boolean ajax)
ajax attribute description:
public String getExecute()
execute attribute description:
@this, @form, @all, @none. The default value is @this @for (meaning, the paginator itself and the associated alloy:dataTable).
public void setExecute(String execute)
execute attribute description:
@this, @form, @all, @none. The default value is @this @for (meaning, the paginator itself and the associated alloy:dataTable).
public int getFirstPage()
firstPage attribute description:
public void setFirstPage(int firstPage)
firstPage attribute description:
public String getFirstPageLabel()
firstPageLabel attribute description:
"«" character code.
public void setFirstPageLabel(String firstPageLabel)
firstPageLabel attribute description:
"«" character code.
public String getFor()
for attribute description:
public void setFor(String for_)
for attribute description:
public String getLastPageLabel()
lastPageLabel attribute description:
"»" character code.
public void setLastPageLabel(String lastPageLabel)
lastPageLabel attribute description:
"»" character code.
public int getMaxPageNumberControls()
maxPageNumberControls attribute description:
public void setMaxPageNumberControls(int maxPageNumberControls)
maxPageNumberControls attribute description:
public String getNextPageLabel()
nextPageLabel attribute description:
"›" character code.
public void setNextPageLabel(String nextPageLabel)
nextPageLabel attribute description:
"›" character code.
public String getPreviousPageLabel()
previousPageLabel attribute description:
"‹" character code.
public void setPreviousPageLabel(String previousPageLabel)
previousPageLabel attribute description:
"‹" character code.
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, @for. The default value is @this @for (meaning, the paginator itself and the associated alloy:dataTable).
public void setRender(String render)
render attribute description:
@this, @form, @all, @none, @for. The default value is @this @for (meaning, the paginator itself and the associated alloy:dataTable).
public boolean isShowFirstPageControl()
showFirstPageControl attribute description:
public void setShowFirstPageControl(boolean showFirstPageControl)
showFirstPageControl attribute description:
public boolean isShowLastPageControl()
showLastPageControl attribute description:
public void setShowLastPageControl(boolean showLastPageControl)
showLastPageControl attribute description:
public boolean isShowNextPageControl()
showNextPageControl attribute description:
public void setShowNextPageControl(boolean showNextPageControl)
showNextPageControl attribute description:
public boolean isShowPageNumberControls()
showPageNumberControls attribute description:
public void setShowPageNumberControls(boolean showPageNumberControls)
showPageNumberControls attribute description:
public boolean isShowPreviousPageControl()
showPreviousPageControl attribute description:
public void setShowPreviousPageControl(boolean showPreviousPageControl)
showPreviousPageControl attribute description:
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:
pagination-large, pagination-small, and pagination-mini.
getStyleClass in interface com.liferay.faces.util.component.Styleablepublic void setStyleClass(String styleClass)
styleClass attribute description:
pagination-large, pagination-small, and pagination-mini.
setStyleClass in interface com.liferay.faces.util.component.Styleablepublic String getSummaryPosition()
summaryPosition attribute description:
results-x-x-of-x-page-x-of-x internationalized language key, for example: "Page 1 of 7."
public void setSummaryPosition(String summaryPosition)
summaryPosition attribute description:
results-x-x-of-x-page-x-of-x internationalized language key, for example: "Page 1 of 7."
public 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".
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||