Class InlinePopup<T>
- java.lang.Object
-
- com.hybris.cockpitng.editor.extendedmultireferenceeditor.InlinePopup<T>
-
public class InlinePopup<T> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringCOMPLEX_TYPE_CANCEL_BUTTONprotected static java.lang.StringCOMPLEX_TYPE_EDIT_POPUP_SCLASSprotected static java.lang.StringCOMPLEX_TYPE_EDITOR_CNT_SCLASSprotected static java.lang.StringCOMPLEX_TYPE_FOOTER_CNT_SCLASSprotected static java.lang.StringCOMPLEX_TYPE_LABEL_CNT_SCLASSprotected static java.lang.StringCOMPLEX_TYPE_MAIN_CNT_SCLASSprotected static java.lang.StringCOMPLEX_TYPE_OK_BUTTONprotected static java.lang.StringON_CELL_UPDATE_EVENT
-
Constructor Summary
Constructors Constructor Description InlinePopup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclosePopup(CellContext<T> cellContext, org.zkoss.zul.Listcell cell)voidconfirm(Editor editor, CellContext<T> cellContext, org.zkoss.zul.Listcell cell)protected org.zkoss.zul.PopupcreatePopup()voidcreatePopup(org.zkoss.zul.Listcell cell, CellContext<T> cellContext, Editor editor)protected LabelServicegetLabelService()protected ObjectValueServicegetObjectValueService()org.zkoss.zul.PopupgetPopup()protected java.lang.StringresolveAttributeLabel(ListColumn listColumn, DataType genericType)
-
-
-
Field Detail
-
ON_CELL_UPDATE_EVENT
protected static final java.lang.String ON_CELL_UPDATE_EVENT
- See Also:
- Constant Field Values
-
COMPLEX_TYPE_EDIT_POPUP_SCLASS
protected static final java.lang.String COMPLEX_TYPE_EDIT_POPUP_SCLASS
- See Also:
- Constant Field Values
-
COMPLEX_TYPE_MAIN_CNT_SCLASS
protected static final java.lang.String COMPLEX_TYPE_MAIN_CNT_SCLASS
- See Also:
- Constant Field Values
-
COMPLEX_TYPE_LABEL_CNT_SCLASS
protected static final java.lang.String COMPLEX_TYPE_LABEL_CNT_SCLASS
- See Also:
- Constant Field Values
-
COMPLEX_TYPE_EDITOR_CNT_SCLASS
protected static final java.lang.String COMPLEX_TYPE_EDITOR_CNT_SCLASS
- See Also:
- Constant Field Values
-
COMPLEX_TYPE_FOOTER_CNT_SCLASS
protected static final java.lang.String COMPLEX_TYPE_FOOTER_CNT_SCLASS
- See Also:
- Constant Field Values
-
COMPLEX_TYPE_OK_BUTTON
protected static final java.lang.String COMPLEX_TYPE_OK_BUTTON
- See Also:
- Constant Field Values
-
COMPLEX_TYPE_CANCEL_BUTTON
protected static final java.lang.String COMPLEX_TYPE_CANCEL_BUTTON
- See Also:
- Constant Field Values
-
-
Method Detail
-
getPopup
public org.zkoss.zul.Popup getPopup()
-
createPopup
protected org.zkoss.zul.Popup createPopup()
-
createPopup
public void createPopup(org.zkoss.zul.Listcell cell, CellContext<T> cellContext, Editor editor)
-
closePopup
public void closePopup(CellContext<T> cellContext, org.zkoss.zul.Listcell cell)
-
confirm
public void confirm(Editor editor, CellContext<T> cellContext, org.zkoss.zul.Listcell cell)
-
resolveAttributeLabel
protected java.lang.String resolveAttributeLabel(ListColumn listColumn, DataType genericType)
-
getObjectValueService
protected ObjectValueService getObjectValueService()
-
getLabelService
protected LabelService getLabelService()
-
-