Uses of Class
com.hybris.cockpitng.editor.extendedmultireferenceeditor.renderer.CellContext
-
-
Uses of CellContext in com.hybris.cockpitng.editor.extendedmultireferenceeditor
Methods in com.hybris.cockpitng.editor.extendedmultireferenceeditor with parameters of type CellContext Modifier and Type Method Description voidInlinePopup. closePopup(CellContext<T> cellContext, org.zkoss.zul.Listcell cell)voidInlinePopup. confirm(Editor editor, CellContext<T> cellContext, org.zkoss.zul.Listcell cell)voidInlinePopup. createPopup(org.zkoss.zul.Listcell cell, CellContext<T> cellContext, Editor editor) -
Uses of CellContext in com.hybris.cockpitng.editor.extendedmultireferenceeditor.renderer
Methods in com.hybris.cockpitng.editor.extendedmultireferenceeditor.renderer with parameters of type CellContext Modifier and Type Method Description protected EditorDefaultCellRenderer. createEditorInstance(CellContext<T> cellContext)protected org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>DefaultCellRenderer. createEditorRenderingListener(org.zkoss.zul.Listcell cell, CellContext<T> cellContext)protected org.zkoss.zk.ui.event.EventListener<org.zkoss.zk.ui.event.Event>DefaultCellRenderer. createPopupRenderingListener(org.zkoss.zul.Listcell cell, CellContext<T> cellContext)protected java.lang.ObjectDefaultCellRenderer. getPropertyInitialValue(CellContext<T> cellContext)protected booleanDefaultCellRenderer. isAtomicAttribute(CellContext cellContext)protected booleanDefaultCellRenderer. isCellEditable(CellContext<T> cellContext)protected booleanDefaultCellRenderer. isCellOptional(CellContext<T> cellContext)protected booleanDefaultCellRenderer. isCompletxAttribute(CellContext cellContext)protected voidDefaultCellRenderer. markCellIfEdited(org.zkoss.zul.Listcell cell, CellContext<T> cellContext)voidCellRenderer. render(CellContext<T> cellContext)voidDefaultCellRenderer. render(CellContext<T> cellContext)protected voidDefaultCellRenderer. renderAsEditor(org.zkoss.zul.Listcell cell, CellContext<T> cellContext)protected voidDefaultCellRenderer. renderAsPopup(org.zkoss.zul.Listcell cell, CellContext<T> cellContext)protected voidDefaultCellRenderer. renderAsText(org.zkoss.zul.Listcell cell, CellContext<T> cellContext) -
Uses of CellContext in com.hybris.cockpitng.editor.extendedmultireferenceeditor.state
Methods in com.hybris.cockpitng.editor.extendedmultireferenceeditor.state with parameters of type CellContext Modifier and Type Method Description static RowStateRowStateUtil. getRowState(CellContext cellContext)Returns row state from cell context.
-