Class InlineEditorRefreshEvent
- java.lang.Object
-
- org.zkoss.zk.ui.event.Event
-
- com.hybris.cockpitng.editor.extendedmultireferenceeditor.InlineEditorRefreshEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class InlineEditorRefreshEvent extends org.zkoss.zk.ui.event.EventEvent which informs inline editor that should perform refresh- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InlineEditorRefreshEvent(java.lang.String inlineProperty)InlineEditorRefreshEvent(java.lang.String inlineProperty, java.util.Collection<java.lang.Object> itemsToRefresh)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static java.lang.StringgetInlineEventName(java.lang.String inlineProperty)Creates inline editor event name which should be used to send/register eventsjava.lang.StringgetInlineProperty()java.util.Collection<java.lang.Object>getItemsToRefresh()booleanisReload()
-
-
-
Method Detail
-
getInlineProperty
public java.lang.String getInlineProperty()
-
isReload
public boolean isReload()
-
getItemsToRefresh
public java.util.Collection<java.lang.Object> getItemsToRefresh()
-
getInlineEventName
public static java.lang.String getInlineEventName(java.lang.String inlineProperty)
Creates inline editor event name which should be used to send/register events- Parameters:
inlineProperty- inline property- Returns:
- event name with inline property postfix
-
-