org.zkoss.zul.event
Class ZulEvents

java.lang.Object
  extended by org.zkoss.zul.event.ZulEvents

public class ZulEvents
extends Object

Utilities to access events for ZK and ZUL.

Author:
tomyeh

Field Summary
static String ON_AFTER_RENDER
          The onAfterRender event It will notify the component (with a setModel method) when the model's data has been rendered
static String ON_COL_SIZE
          The onColSize event used with ColSizeEvent.
static String ON_PAGE_SIZE
          The onPageSize event used with PageSizeEvent.
static String ON_PAGING
          The onPaging event used with PagingEvent.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ON_PAGING

public static final String ON_PAGING
The onPaging event used with PagingEvent.

See Also:
Constant Field Values

ON_PAGE_SIZE

public static final String ON_PAGE_SIZE
The onPageSize event used with PageSizeEvent.

See Also:
Constant Field Values

ON_COL_SIZE

public static final String ON_COL_SIZE
The onColSize event used with ColSizeEvent.

See Also:
Constant Field Values

ON_AFTER_RENDER

public static final String ON_AFTER_RENDER
The onAfterRender event It will notify the component (with a setModel method) when the model's data has been rendered

Since:
5.0.4
See Also:
Constant Field Values


Copyright © 2013. All Rights Reserved.