public class InlinePopup<T> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
COMPLEX_TYPE_CANCEL_BUTTON |
protected static String |
COMPLEX_TYPE_EDIT_POPUP_SCLASS |
protected static String |
COMPLEX_TYPE_EDITOR_CNT_SCLASS |
protected static String |
COMPLEX_TYPE_FOOTER_CNT_SCLASS |
protected static String |
COMPLEX_TYPE_LABEL_CNT_SCLASS |
protected static String |
COMPLEX_TYPE_MAIN_CNT_SCLASS |
protected static String |
COMPLEX_TYPE_OK_BUTTON |
protected static String |
ON_CELL_UPDATE_EVENT |
| Constructor and Description |
|---|
InlinePopup() |
| Modifier and Type | Method and Description |
|---|---|
void |
closePopup(CellContext<T> cellContext,
org.zkoss.zul.Listcell cell) |
void |
confirm(Editor editor,
CellContext<T> cellContext,
org.zkoss.zul.Listcell cell) |
protected org.zkoss.zul.Popup |
createPopup() |
void |
createPopup(org.zkoss.zul.Listcell cell,
CellContext<T> cellContext,
Editor editor) |
protected LabelService |
getLabelService() |
protected ObjectValueService |
getObjectValueService() |
org.zkoss.zul.Popup |
getPopup() |
protected String |
resolveAttributeLabel(ListColumn listColumn,
DataType genericType) |
protected static final String ON_CELL_UPDATE_EVENT
protected static final String COMPLEX_TYPE_EDIT_POPUP_SCLASS
protected static final String COMPLEX_TYPE_MAIN_CNT_SCLASS
protected static final String COMPLEX_TYPE_LABEL_CNT_SCLASS
protected static final String COMPLEX_TYPE_EDITOR_CNT_SCLASS
protected static final String COMPLEX_TYPE_FOOTER_CNT_SCLASS
protected static final String COMPLEX_TYPE_OK_BUTTON
protected static final String COMPLEX_TYPE_CANCEL_BUTTON
public org.zkoss.zul.Popup getPopup()
protected org.zkoss.zul.Popup createPopup()
public void createPopup(org.zkoss.zul.Listcell cell,
CellContext<T> cellContext,
Editor editor)
public void closePopup(CellContext<T> cellContext, org.zkoss.zul.Listcell cell)
public void confirm(Editor editor, CellContext<T> cellContext, org.zkoss.zul.Listcell cell)
protected String resolveAttributeLabel(ListColumn listColumn, DataType genericType)
protected ObjectValueService getObjectValueService()
protected LabelService getLabelService()
Copyright © 2018. All rights reserved.