public class ACEList extends ListBase
ListBase.PropertyKeysCOMPONENT_TYPE, RENDERER_TYPEdataModel, savedChildren, savedSeriesState| Constructor and Description |
|---|
ACEList() |
| Modifier and Type | Method and Description |
|---|---|
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) |
addClientBehavior, getBodyClass, getBodyStyle, getBottomButtonClass, getControlsContainerClass, getControlsFormat, getControlsItemClass, getControlsSpacerClass, getDefaultEventName, getDefaultExecute, getDefaultRender, getDownButtonClass, getDragHandle, getDropGroup, getEventNames, getFamily, getFooterClass, getFooterStyle, getHeaderClass, getHeaderStyle, getHeight, getItemClass, getItemStyle, getListenerArgument, getPlaceholderClass, getSelectionListener, getSelectionMode, getStyle, getStyleClass, getTopButtonClass, getUpButtonClass, isCompact, isDoubleClickMigration, isPlaceholder, isPropertySet, setBodyClass, setBodyStyle, setBottomButtonClass, setCompact, setControlsContainerClass, setControlsEnabled, setControlsFormat, setControlsItemClass, setControlsSpacerClass, setDoubleClickMigration, setDownButtonClass, setDragging, setDragHandle, setDropGroup, setFooterClass, setFooterStyle, setHeaderClass, setHeaderStyle, setHeight, setItemClass, setItemStyle, setPlaceholder, setPlaceholderClass, setSelectionListener, setSelectionMode, setSelections, setStyle, setStyleClass, setTopButtonClass, setUpButtonClass, setValueExpressionencodeBegin, 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, wrapDataModelgetBgcolor, getBodyrows, getBorder, getCaptionClass, getCaptionStyle, getCellpadding, getCellspacing, getColumnClasses, getDir, getFrame, getLang, getOnclick, getOndblclick, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getRole, 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, setRole, setRowClasses, setRules, setSummary, setTitle, setWidthcreateUniqueId, getFirst, getFooter, getHeader, getRows, getValue, invokeOnComponent, isRowStatePreserved, markInitialState, setFirst, setFooter, setHeader, setRows, setRowStatePreservedaddFacesListener, clearInitialState, decode, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setParent, setRendered, setRendererType, setTransient, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInViewprotected 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 ListBasepublic 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)
Copyright 2017 ICEsoft Technologies Canada Corp., All Rights Reserved.