Class ListView
java.lang.Object
org.zkoss.zk.ui.AbstractComponent
org.zkoss.zk.ui.HtmlBasedComponent
org.zkoss.zul.impl.XulElement
org.zkoss.zul.Div
de.hybris.platform.cockpit.model.general.impl.AbstractItemView
de.hybris.platform.cockpit.model.listview.impl.AbstractListView
de.hybris.platform.cockpit.model.listview.impl.ListView
- All Implemented Interfaces:
UIItemView,UIViewComponent,UIListView,EditableComponent,Serializable,Cloneable,org.zkoss.zk.ui.api.HtmlBasedComponent,org.zkoss.zk.ui.Component,org.zkoss.zk.ui.ext.Scope,org.zkoss.zk.ui.sys.ComponentCtrl
- Direct Known Subclasses:
TaskListView
The Class ListView.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.cockpit.model.general.impl.AbstractItemView
AbstractItemView.LoadImageNested classes/interfaces inherited from class org.zkoss.zk.ui.HtmlBasedComponent
org.zkoss.zk.ui.HtmlBasedComponent.ExtraCtrlNested classes/interfaces inherited from class org.zkoss.zk.ui.AbstractComponent
org.zkoss.zk.ui.AbstractComponent.Children -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected static final StringThe Constant ACTIVATED_ROW_SCLASS.protected static final StringThe Constant ACTIVATED_ROW_SCLASS_COMP.protected Stringprotected CellRendererThe cell renderer.protected static final StringThe Constant COL_DRAG_N_DROP.protected static final StringThe Constant COLUMN_CONTENT_FIXED_SCLASS.protected static final StringThe Constant COLUMN_CONTENT_SCLASS.protected static final StringThe Constant COLUMN_HEADER_ASC_SCLASS.protected static final StringThe Constant COLUMN_HEADER_DESC_SCLASS.protected static final StringThe Constant COLUMN_HEADER_SCLASS.protected static final StringThe Constant COLUMN_SCLASS.protected static final StringThe Constant DEFAULT_CELL_SCLASS.protected static final StringThe Constant DEFAULT_CELL_SCLASS_COMP.protected static final StringThe Constant DEFAULT_SCLASS.protected Stringprotected static final StringThe Constant EDITABLE_CELL_SCLASS.protected static final StringThe Constant EDITABLE_CELL_SCLASS_COMP.protected StringThe Constant EDITABLE_CELL_SCLASS.protected booleanThe editing.protected intThe editing column.protected intThe editing row.protected org.zkoss.zul.CheckboxThe focus component.protected booleanThe initialized.protected static final StringThe Constant MAIN_DIV_SCLASS.protected TableModelThe model.protected static final StringThe Constant PADDING_SCLASS.protected static final StringThe Constant SELECTED_CELL_SCLASS.protected static final StringThe Constant SELECTED_CELL_SCLASS_COMP.protected static final StringThe Constant SELECTED_ROW_SCLASS.protected static final StringThe Constant SELECTED_ROW_SCLASS.protected Stringprotected Stringprotected booleanThe show column headers.protected static final StringThe Constant SPLITTER_SCLASS.protected static final StringThe Constant VERTICAL_SCROLL_DIV_SCLASS.protected static final StringThe Constant VERTICAL_SCROLL_DN_BTN_DISABLED_SCLASS.protected static final StringThe Constant VERTICAL_SCROLL_DN_BTN_SCLASS.protected static final StringThe Constant VERTICAL_SCROLL_SCLASS.protected static final StringThe Constant VERTICAL_SCROLL_UP_BTN_DISABLED_SCLASS.protected static final StringThe Constant VERTICAL_SCROLL_UP_BTN_SCLASS.protected static final StringThe Constant WRAPPING_BOX.Fields inherited from class de.hybris.platform.cockpit.model.listview.impl.AbstractListView
listenersFields inherited from class de.hybris.platform.cockpit.model.general.impl.AbstractItemView
loadingProgressContainer, ON_CONTINUE_LOADINGFields inherited from class org.zkoss.zk.ui.HtmlBasedComponent
_zclassFields inherited from interface org.zkoss.zk.ui.Component
APPLICATION_SCOPE, COMPONENT_SCOPE, DESKTOP_SCOPE, PAGE_SCOPE, REQUEST_SCOPE, SESSION_SCOPE, SPACE_SCOPEFields inherited from interface org.zkoss.zk.ui.sys.ComponentCtrl
AFTER_CHILD_ADDED, AFTER_CHILD_REMOVED, AFTER_PAGE_ATTACHED, AFTER_PAGE_DETACHED, CE_BUSY_IGNORE, CE_DUPLICATE_IGNORE, CE_IMPORTANT, CE_NON_DEFERRABLE, CE_REPEAT_IGNORE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidaddStopEditListener(org.zkoss.zul.impl.XulElement headerDiv) protected org.zkoss.zul.MenupopupadjustHeaderMenu(org.zkoss.zul.Menupopup popup) protected voidappendScrollIntoViewComponent(org.zkoss.zk.ui.HtmlBasedComponent cell) Append scroll into view component.protected booleanAssure model loaded.protected org.zkoss.zul.MenupopupcreateHeaderMenu(ColumnLayoutComponent columnLayoutComponent) protected org.zkoss.zul.MenupopupcreateHeaderMenu(ColumnDescriptor descriptor, int columnIndex) protected org.zkoss.zk.ui.ComponentCreates the list view background column.protected voiddoUserEvent(Object[] data) Do user event.voideditCellAt(int columnIndex, int rowIndex) voideditCellAt(int columnIndex, int rowIndex, Object creationValue) Edits the cell at.voidFocus focus component.protected Collection<Integer>Gets the activation indexes.protected CellRendererGets the cell renderer.Gets the menu popup builder.getModel()protected ModelServiceprotected CockpitValidationServicegetValueAt(int columnIndex, int rowIndex) protected ValueServicebooleanInitializes this view component.booleanbooleanbooleanprotected voidremoveScrollIntoViewComponent(org.zkoss.zk.ui.HtmlBasedComponent cell) Removes the scroll into view component.voidorg.zkoss.zul.DivRender column content div.protected voidvoidsetDoubleClickDisabled(boolean value) voidsetEditing(boolean editing) voidsetEditMode(boolean editMode) voidsetModel(TableModel model) voidsetShowColumnHeaders(boolean showColumnHeaders) voidsetValueAt(int columnIndex, int rowIndex, Object data) voidbooleanupdate()Updates this view component completely.voidCalled whenever the activation needs to be updated i.e.voidCalled whenever the currently active items need to be re-rendered.voidupdateCell(int columnIndex, int rowIndex) Called whenever a cell's content needs to be re-rendered.protected voidupdateCellState(int columnIndex, int rowIndex) Update cell state.protected voidupdateCellState(int columnIndex, int rowIndex, org.zkoss.zk.ui.HtmlBasedComponent cell) Update cell state.voidCalled whenever a column's visibility has changed.voidupdateColumns(Integer colIndex) Called whenever a column's visibility has changed (and column is not shown as last column).intupdateItem(TypedObject item, Set<PropertyDescriptor> modifiedProperties) try to update rows containing the specified itemsvoidCalled whenever the items have changed in some way e.g.voidupdateRow(int row) Called whenever a row needs to be re-rendered.protected voidupdateRowState(Integer rowIndex) Update row state.voidCalled whenever the selection is changed in some way and the view needs to update itself accordingly.voidCalled whenever the visible columns have changed in some way i.e.voidvalidate(Set<String> forceWritePks, PropertyDescriptor propertyDescriptor, UIEditor editor, int rowIndex, int columnIndex, List<Object> initialEditValueList, org.zkoss.zk.ui.HtmlBasedComponent parent) Methods inherited from class de.hybris.platform.cockpit.model.listview.impl.AbstractListView
addListViewListener, fireActivate, fireBlacklist, fireChangeCellValue, fireChangeSelection, fireChangeSelection, fireDroped, fireHideColumn, fireMarkAllAsSelected, fireMove, fireMoveColumn, fireMultiEdit, fireOpenExternal, firePageRequest, fireRemove, fireShowColumn, fireSortColumn, removeListViewListenerMethods inherited from class de.hybris.platform.cockpit.model.general.impl.AbstractItemView
delayLazyload, getDDContext, getInitialPackageSize, getLazyloadPackageSize, isSimpleSelectionMode, setDDContext, setSimpleSelectionMode, setupLazyLoadingMethods inherited from class org.zkoss.zul.Div
getAlign, renderProperties, setAlignMethods inherited from class org.zkoss.zul.impl.XulElement
clone, getContext, getCtrlKeys, getPopup, getPropertyAccess, getTooltip, setContext, setContext, setContextAttributes, setCtrlKeys, setPopup, setPopup, setPopupAttributes, setTooltip, setTooltip, setTooltipAttributesMethods inherited from class org.zkoss.zk.ui.HtmlBasedComponent
addSclass, focus, getAction, getDraggable, getDroppable, getExtraCtrl, getHeight, getHflex, getLeft, getRenderdefer, getSclass, getStyle, getTabindex, getTabindexInteger, getTooltiptext, getTop, getVflex, getWidth, getZclass, getZindex, getZIndex, removeSclass, removeSclass, service, setAction, setClass, setDraggable, setDroppable, setFocus, setHeight, setHeight0, setHeightDirectly, setHflex, setHflex0, setHflexDirectly, setLeft, setLeftDirectly, setRenderdefer, setSclass, setStyle, setTabindex, setTabindex, setTooltiptext, setTop, setTopDirectly, setVflex, setVflex0, setVflexDirectly, setWidth, setWidth0, setWidthDirectly, setZclass, setZindex, setZIndex, setZIndexDirectlyMethods inherited from class org.zkoss.zk.ui.AbstractComponent
addAnnotation, addAnnotation, addCallback, addClientEvent, addEventHandler, addEventListener, addEventListener, addForward, addForward, addForward, addForward, addMoved, addRedrawCallback, addScopeListener, addShadowRoot, addShadowRootBefore, addSharedEventHandlerMap, appendChild, applyProperties, beforeChildAdded, beforeChildRemoved, beforeParentChanged, detach, didActivate, didActivate, didDeserialize, didDeserialize, disableBindingAnnotation, disableClientUpdate, enableBindingAnnotation, getAnnotatedProperties, getAnnotatedPropertiesBy, getAnnotation, getAnnotation, getAnnotations, getAnnotations, getAnnotations, getAttribute, getAttribute, getAttribute, getAttributeOrFellow, getAttributes, getAttributes, getAuService, getAutag, getCallback, getChildren, getClientAttribute, getClientDataAttribute, getClientEvents, getDefaultMold, getDefinition, getDesktop, getEventHandler, getEventHandlerNames, getEventListenerMap, getEventListeners, getFellow, getFellow, getFellowIfAny, getFellowIfAny, getFellows, getFirstChild, getId, getLastChild, getListenerIterator, getMold, getNextSibling, getPage, getParent, getPreviousSibling, getRedrawCallback, getRoot, getShadowFellowIfAny, getShadowRoots, getShadowVariable, getShadowVariable, getShadowVariable0, getSpaceOwner, getSpecialRendererOutput, getStubonly, getSubBindingAnnotationCount, getTemplate, getTemplateNames, getUuid, getWidgetAttribute, getWidgetAttributeNames, getWidgetClass, getWidgetListener, getWidgetListenerNames, getWidgetOverride, getWidgetOverrideNames, hasAttribute, hasAttribute, hasAttribute, hasAttributeOrFellow, hasBindingAnnotation, hasFellow, hasFellow, hasSubBindingAnnotation, insertBefore, invalidate, isChildable, isInvalidated, isListenerAvailable, isVisible, onChildAdded, onChildRemoved, onPageAttached, onPageDetached, onWrongValue, query, queryAll, redraw, redrawChildren, removeAttribute, removeAttribute, removeAttribute, removeCallback, removeChild, removeEventListener, removeForward, removeForward, removeRedrawCallback, removeScopeListener, removeShadowRoot, render, render, render, replace, response, response, response, service, sessionDidActivate, sessionWillPassivate, setAttribute, setAttribute, setAttribute, setAuService, setAutag, setClientAttribute, setClientDataAttribute, setDefinition, setDefinition, setId, setMold, setPage, setPageBefore, setParent, setStubonly, setStubonly, setSubBindingAnnotationCount, setTemplate, setVisible, setVisibleDirectly, setWidgetAttribute, setWidgetClass, setWidgetListener, setWidgetOverride, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdate, smartUpdateWidgetListener, smartUpdateWidgetOverride, toString, updateByClient, updateSubBindingAnnotationCount, willPassivate, willPassivate, willSerialize, willSerializeMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.zkoss.zk.ui.Component
addEventListener, addEventListener, addForward, addForward, addForward, addForward, appendChild, applyProperties, clone, detach, getAttribute, getAttribute, getAttributeOrFellow, getAttributes, getAttributes, getAuService, getAutag, getChildren, getClientAttribute, getClientDataAttribute, getDefinition, getDesktop, getEventListeners, getFellow, getFellow, getFellowIfAny, getFellowIfAny, getFellows, getFirstChild, getId, getLastChild, getListenerIterator, getMold, getNextSibling, getPage, getParent, getPreviousSibling, getRoot, getShadowVariable, getShadowVariable, getSpaceOwner, getStubonly, getTemplate, getTemplateNames, getUuid, getWidgetAttribute, getWidgetAttributeNames, getWidgetClass, getWidgetListener, getWidgetListenerNames, getWidgetOverride, getWidgetOverrideNames, hasAttribute, hasAttribute, hasAttributeOrFellow, hasFellow, hasFellow, insertBefore, invalidate, isInvalidated, isListenerAvailable, isVisible, query, queryAll, removeAttribute, removeAttribute, removeChild, removeEventListener, removeForward, removeForward, setAttribute, setAttribute, setAuService, setAutag, setClientAttribute, setClientDataAttribute, setId, setMold, setPage, setPageBefore, setParent, setStubonly, setStubonly, setTemplate, setVisible, setWidgetAttribute, setWidgetClass, setWidgetListener, setWidgetOverrideMethods inherited from interface org.zkoss.zk.ui.api.HtmlBasedComponent
focus, getHeight, getLeft, getSclass, getStyle, getTooltiptext, getTop, getWidth, getZclass, getZindex, getZIndex, setDraggable, setDroppable, setFocus, setHeight, setLeft, setSclass, setStyle, setTooltiptext, setTop, setWidth, setZclass, setZindex, setZIndexMethods inherited from interface org.zkoss.zk.ui.ext.Scope
addScopeListener, getAttribute, hasAttribute, removeAttribute, removeScopeListener, setAttributeMethods inherited from interface de.hybris.platform.cockpit.model.general.UIItemView
setDDContext
-
Field Details
-
COLUMN_SCLASS
The Constant COLUMN_SCLASS.- See Also:
-
COLUMN_HEADER_SCLASS
The Constant COLUMN_HEADER_SCLASS.- See Also:
-
COLUMN_HEADER_ASC_SCLASS
The Constant COLUMN_HEADER_ASC_SCLASS.- See Also:
-
COLUMN_HEADER_DESC_SCLASS
The Constant COLUMN_HEADER_DESC_SCLASS.- See Also:
-
DEFAULT_SCLASS
The Constant DEFAULT_SCLASS.- See Also:
-
COLUMN_CONTENT_SCLASS
The Constant COLUMN_CONTENT_SCLASS.- See Also:
-
COLUMN_CONTENT_FIXED_SCLASS
The Constant COLUMN_CONTENT_FIXED_SCLASS.- See Also:
-
SPLITTER_SCLASS
The Constant SPLITTER_SCLASS.- See Also:
-
PADDING_SCLASS
The Constant PADDING_SCLASS.- See Also:
-
MAIN_DIV_SCLASS
The Constant MAIN_DIV_SCLASS.- See Also:
-
DEFAULT_CELL_SCLASS
The Constant DEFAULT_CELL_SCLASS.- See Also:
-
DEFAULT_CELL_SCLASS_COMP
The Constant DEFAULT_CELL_SCLASS_COMP.- See Also:
-
defaultCellSclass
-
EDITABLE_CELL_SCLASS
The Constant EDITABLE_CELL_SCLASS.- See Also:
-
EDITABLE_CELL_SCLASS_COMP
The Constant EDITABLE_CELL_SCLASS_COMP.- See Also:
-
editableCellSclass
The Constant EDITABLE_CELL_SCLASS. -
SELECTED_CELL_SCLASS
The Constant SELECTED_CELL_SCLASS.- See Also:
-
SELECTED_CELL_SCLASS_COMP
The Constant SELECTED_CELL_SCLASS_COMP.- See Also:
-
selectedCellSclass
-
SELECTED_ROW_SCLASS_COMP
The Constant SELECTED_ROW_SCLASS.- See Also:
-
SELECTED_ROW_SCLASS
The Constant SELECTED_ROW_SCLASS.- See Also:
-
selectedRowSclass
-
ACTIVATED_ROW_SCLASS
The Constant ACTIVATED_ROW_SCLASS.- See Also:
-
ACTIVATED_ROW_SCLASS_COMP
The Constant ACTIVATED_ROW_SCLASS_COMP.- See Also:
-
activatedRowSclass
-
VERTICAL_SCROLL_SCLASS
The Constant VERTICAL_SCROLL_SCLASS.- See Also:
-
VERTICAL_SCROLL_DIV_SCLASS
The Constant VERTICAL_SCROLL_DIV_SCLASS.- See Also:
-
COL_DRAG_N_DROP
The Constant COL_DRAG_N_DROP.- See Also:
-
WRAPPING_BOX
The Constant WRAPPING_BOX.- See Also:
-
VERTICAL_SCROLL_UP_BTN_SCLASS
The Constant VERTICAL_SCROLL_UP_BTN_SCLASS.- See Also:
-
VERTICAL_SCROLL_DN_BTN_SCLASS
The Constant VERTICAL_SCROLL_DN_BTN_SCLASS.- See Also:
-
VERTICAL_SCROLL_DN_BTN_DISABLED_SCLASS
The Constant VERTICAL_SCROLL_DN_BTN_DISABLED_SCLASS.- See Also:
-
VERTICAL_SCROLL_UP_BTN_DISABLED_SCLASS
The Constant VERTICAL_SCROLL_UP_BTN_DISABLED_SCLASS.- See Also:
-
showColumnHeaders
protected boolean showColumnHeadersThe show column headers. -
editing
protected boolean editingThe editing. -
editingColumn
protected int editingColumnThe editing column. -
editingRow
protected int editingRowThe editing row. -
initialized
protected boolean initializedThe initialized. -
model
The model. -
cellRenderer
The cell renderer. -
focusComponent
protected org.zkoss.zul.Checkbox focusComponentThe focus component.
-
-
Constructor Details
-
ListView
public ListView()Instantiates a new list view.
-
-
Method Details
-
editCellAt
public void editCellAt(int columnIndex, int rowIndex) - Specified by:
editCellAtin interfaceUIListView
-
editCellAt
Edits the cell at.- Parameters:
columnIndex- the column indexrowIndex- the row indexcreationValue- the creation value
-
rollback
-
validate
-
focusFocusComponent
public void focusFocusComponent()Focus focus component. -
getMenuPopupBuilder
Gets the menu popup builder.- Returns:
- the menuPopupBuilder
-
getModel
- Specified by:
getModelin interfaceUIListView
-
getValueAt
- Specified by:
getValueAtin interfaceUIListView
-
initialize
public boolean initialize()Description copied from interface:UIViewComponentInitializes this view component. Note: Should not be called during object creation i.e. from constructor.- Specified by:
initializein interfaceUIViewComponent- Returns:
trueif initialize was successful,falseotherwise
-
isEditing
public boolean isEditing()- Specified by:
isEditingin interfaceEditableComponent- Returns:
- the editing
-
renderColumnContentDiv
public org.zkoss.zul.Div renderColumnContentDiv()Render column content div.- Returns:
- the div
-
setEditing
public void setEditing(boolean editing) - Parameters:
editing- the editing to set
-
setModel
- Specified by:
setModelin interfaceUIListView
-
setShowColumnHeaders
public void setShowColumnHeaders(boolean showColumnHeaders) - Specified by:
setShowColumnHeadersin interfaceUIListView
-
setValueAt
- Specified by:
setValueAtin interfaceUIListView
-
stopEditing
public void stopEditing()- Specified by:
stopEditingin interfaceEditableComponent
-
update
public boolean update()Description copied from interface:UIViewComponentUpdates this view component completely.- Specified by:
updatein interfaceUIViewComponent- Returns:
trueif update was successful,falseotherwise
-
updateActivation
public void updateActivation()Description copied from interface:UIItemViewCalled whenever the activation needs to be updated i.e. which items are currently rendered as "active". Note: Does not re-render the items themselves, only the activation state of them. In order to update the items useUIItemView.updateActiveItems().- Specified by:
updateActivationin interfaceUIItemView
-
updateActiveItems
public void updateActiveItems()Description copied from interface:UIItemViewCalled whenever the currently active items need to be re-rendered. Note: Does not update the activation itself. For that purpose useUIItemView.updateActivation().- Specified by:
updateActiveItemsin interfaceUIItemView- See Also:
-
updateCell
public void updateCell(int columnIndex, int rowIndex) Description copied from interface:UIListViewCalled whenever a cell's content needs to be re-rendered.- Specified by:
updateCellin interfaceUIListView- Parameters:
columnIndex- zero based column position index of the cell to re-renderrowIndex- zero based row position index of the cell to re-render
-
updateColumns
public void updateColumns()Description copied from interface:UIListViewCalled whenever a column's visibility has changed.- Specified by:
updateColumnsin interfaceUIListView
-
updateColumns
Description copied from interface:UIListViewCalled whenever a column's visibility has changed (and column is not shown as last column).- Specified by:
updateColumnsin interfaceUIListView
-
updateItem
Description copied from interface:UIItemViewtry to update rows containing the specified items- Specified by:
updateItemin interfaceUIItemView- Parameters:
item- the itemmodifiedProperties- modified properties- Returns:
- the number of updated rows
-
updateItems
public void updateItems()Description copied from interface:UIItemViewCalled whenever the items have changed in some way e.g. an item has been added or removed.- Specified by:
updateItemsin interfaceUIItemView
-
updateRow
public void updateRow(int row) Description copied from interface:UIListViewCalled whenever a row needs to be re-rendered.- Specified by:
updateRowin interfaceUIListView- Parameters:
row- zero based position index of the row to re-render
-
updateSelection
public void updateSelection()Description copied from interface:UIItemViewCalled whenever the selection is changed in some way and the view needs to update itself accordingly.- Specified by:
updateSelectionin interfaceUIItemView
-
updateVisibleColumns
public void updateVisibleColumns()Description copied from interface:UIListViewCalled whenever the visible columns have changed in some way i.e. when a column has been moved.- Specified by:
updateVisibleColumnsin interfaceUIListView
-
appendScrollIntoViewComponent
protected void appendScrollIntoViewComponent(org.zkoss.zk.ui.HtmlBasedComponent cell) Append scroll into view component.- Parameters:
cell- the cell
-
assureModelLoaded
protected boolean assureModelLoaded()Assure model loaded.- Returns:
- true, if successful
-
createHeaderMenu
-
createHeaderMenu
-
adjustHeaderMenu
protected org.zkoss.zul.Menupopup adjustHeaderMenu(org.zkoss.zul.Menupopup popup) -
createListViewBackgroundColumn
protected org.zkoss.zk.ui.Component createListViewBackgroundColumn()Creates the list view background column.- Returns:
- the component
-
doUserEvent
Do user event.- Parameters:
data- the data
-
getActivationIndexes
Gets the activation indexes.- Returns:
- the activation indexes
-
getCellRenderer
Gets the cell renderer.- Returns:
- the cell renderer
-
removeScrollIntoViewComponent
protected void removeScrollIntoViewComponent(org.zkoss.zk.ui.HtmlBasedComponent cell) Removes the scroll into view component.- Parameters:
cell- the cell
-
updateCellState
protected void updateCellState(int columnIndex, int rowIndex) Update cell state.- Parameters:
columnIndex- the column indexrowIndex- the row index
-
updateCellState
protected void updateCellState(int columnIndex, int rowIndex, org.zkoss.zk.ui.HtmlBasedComponent cell) Update cell state.- Parameters:
columnIndex- the column indexrowIndex- the row indexcell- the cell
-
updateRowState
Update row state.- Parameters:
rowIndex- the row index
-
setDoubleClickDisabled
public void setDoubleClickDisabled(boolean value) -
isDoubleClickDisabled
public boolean isDoubleClickDisabled() -
removeSelectedItems
public void removeSelectedItems() -
addStopEditListener
protected void addStopEditListener(org.zkoss.zul.impl.XulElement headerDiv) -
setEditMode
public void setEditMode(boolean editMode) -
isEditMode
public boolean isEditMode() -
getValidationService
-
getModelService
-
getValueService
-