|
ICEfaces 3.3.0 Java API Documentation |
||||||||
| 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.UIData
javax.faces.component.html.HtmlDataTable
org.icefaces.impl.component.UISeriesBase
org.icefaces.ace.component.list.ListBase
org.icefaces.ace.component.list.ACEList
public class ACEList
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.icefaces.ace.component.list.ListBase |
|---|
ListBase.PropertyKeys |
| Nested classes/interfaces inherited from class org.icefaces.impl.component.UISeriesBase |
|---|
org.icefaces.impl.component.UISeriesBase.RowEvent |
| Field Summary |
|---|
| Fields inherited from class org.icefaces.ace.component.list.ListBase |
|---|
COMPONENT_TYPE, RENDERER_TYPE |
| Fields inherited from class org.icefaces.impl.component.UISeriesBase |
|---|
dataModel, savedChildren, savedSeriesState |
| Fields inherited from class javax.faces.component.UIData |
|---|
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 javax.faces.component.NamingContainer |
|---|
SEPARATOR_CHAR |
| Constructor Summary | |
|---|---|
ACEList()
|
|
| Method Summary | |
|---|---|
void |
broadcast(javax.faces.event.FacesEvent event)
|
protected javax.faces.model.DataModel |
getDataModel()
|
java.util.List<org.icefaces.ace.component.list.ImmigrationRecord> |
getImmigrants()
|
boolean |
getRendersChildren()
|
java.util.Set<java.lang.Object> |
getSelections()
Return the value of the selections property. |
java.lang.Boolean |
isControlsEnabled()
Return the value of the controlsEnabled property. |
java.lang.Boolean |
isDragging()
Return the value of the dragging property. |
boolean |
isSelectItemModel()
|
protected void |
setDataModel(javax.faces.model.DataModel newModel)
|
void |
setImmigrants(java.util.List<org.icefaces.ace.component.list.ImmigrationRecord> immigrants)
|
void |
setRowIndex(int i)
|
void |
setSelectItemModel(boolean isSelect)
|
| Methods inherited from class org.icefaces.impl.component.UISeriesBase |
|---|
encodeBegin, ensureFirstRowInRange, getClientId, getContainerClientId, getRowCount, getRowData, getRowIndex, getSavedChildren, getSavedSeriesState, getVar, getVarStatus, isRowAvailable, iterate, processDecodes, processUpdates, processValidators, queueEvent, restoreChild, restoreChildrenState, restoreChildState, restoreSeriesState, restoreState, saveChild, saveChildrenState, saveChildState, saveSeriesState, saveState, setId, setValue, setValueBinding, setVar, setVarStatus, synchWithPaginator, visitTree, wrapDataModel |
| Methods inherited from class javax.faces.component.html.HtmlDataTable |
|---|
getBgcolor, getBodyrows, getBorder, getCaptionClass, getCaptionStyle, getCellpadding, getCellspacing, getColumnClasses, getDir, getFrame, getLang, getOnclick, getOndblclick, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getRowClasses, getRules, getSummary, getTitle, getWidth, setBgcolor, setBodyrows, setBorder, setCaptionClass, setCaptionStyle, setCellpadding, setCellspacing, setColumnClasses, setDir, setFrame, setLang, setOnclick, setOndblclick, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setRowClasses, setRules, setSummary, setTitle, setWidth |
| Methods inherited from class javax.faces.component.UIData |
|---|
createUniqueId, getFirst, getFooter, getHeader, getRows, getValue, invokeOnComponent, isRowStatePreserved, markInitialState, setFirst, setFooter, setHeader, setRows, setRowStatePreserved, setValueExpression |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, clearInitialState, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setParent, setRendered, setRendererType, setTransient, subscribeToEvent, unsubscribeFromEvent |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView |
| 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 |
|---|
getClientBehaviors |
| Constructor Detail |
|---|
public ACEList()
| Method Detail |
|---|
protected javax.faces.model.DataModel getDataModel()
getDataModel in class org.icefaces.impl.component.UISeriesBasepublic void setRowIndex(int i)
setRowIndex in class org.icefaces.impl.component.UISeriesBaseprotected void setDataModel(javax.faces.model.DataModel newModel)
setDataModel in class org.icefaces.impl.component.UISeriesBasepublic java.lang.Boolean isDragging()
ListBaseReturn the value of the dragging property.
Contents: Enable the dragging of list items in this list. Note this attribute has no effect when an f:selectItem(s) model is used. Default = 'true'.
isDragging in interface IListisDragging in class ListBasepublic java.lang.Boolean isControlsEnabled()
ListBaseReturn the value of the controlsEnabled property.
Contents: Enable a set of buttons to control reordering of items within this list.Requires selection of determine items to adjust via buttons. Default = 'false'.
isControlsEnabled in interface IListisControlsEnabled in class ListBasepublic boolean getRendersChildren()
getRendersChildren in class javax.faces.component.UIComponentBasepublic java.util.Set<java.lang.Object> getSelections()
ListBaseReturn the value of the selections property.
Contents: Defines the set of Objects from the source List that are selected. Note that when f:selectItem(s) children are used as the model to this ace:list that selections are instead added to the Collection bound to the value attribute, to more closely emulate the h:selectManyListbox component.
getSelections in interface IListgetSelections in class ListBase
public void broadcast(javax.faces.event.FacesEvent event)
throws javax.faces.event.AbortProcessingException
broadcast in class org.icefaces.impl.component.UISeriesBasejavax.faces.event.AbortProcessingExceptionpublic java.util.List<org.icefaces.ace.component.list.ImmigrationRecord> getImmigrants()
public void setImmigrants(java.util.List<org.icefaces.ace.component.list.ImmigrationRecord> immigrants)
public boolean isSelectItemModel()
public void setSelectItemModel(boolean isSelect)
|
ICEfaces 3.3.0 Java API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||