Class InlineEditorRefreshEvent

  • All Implemented Interfaces:
    java.io.Serializable

    public class InlineEditorRefreshEvent
    extends org.zkoss.zk.ui.event.Event
    Event 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.String getInlineEventName​(java.lang.String inlineProperty)
      Creates inline editor event name which should be used to send/register events
      java.lang.String getInlineProperty()  
      java.util.Collection<java.lang.Object> getItemsToRefresh()  
      boolean isReload()  
      • Methods inherited from class org.zkoss.zk.ui.event.Event

        getData, getEvent, getName, getPage, getTarget, isPropagatable, stopPropagation, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InlineEditorRefreshEvent

        public InlineEditorRefreshEvent​(java.lang.String inlineProperty)
      • InlineEditorRefreshEvent

        public InlineEditorRefreshEvent​(java.lang.String inlineProperty,
                                        java.util.Collection<java.lang.Object> itemsToRefresh)
    • 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