Listfoot.java :  » Ajax » zk » org » zkoss » zul » api » Java Open Source

Java Open Source » Ajax » zk 
zk » org » zkoss » zul » api » Listfoot.java
/* Listfoot.java

  Purpose:
    
  Description:
    
  History:
    Tue Oct 22 14:45:31     2008, Created by Flyworld

Copyright (C) 2008 Potix Corporation. All Rights Reserved.

{{IS_RIGHT
  This program is distributed under LGPL Version 3.0 in the hope that
  it will be useful, but WITHOUT ANY WARRANTY.
}}IS_RIGHT
 */
package org.zkoss.zul.api;


;
/**
 * A row of {@link Listfooter}.
 * 
 * <p>
 * Like {@link Listhead}, each listbox has at most one {@link Listfoot}.
 * <p>
 * Default {@link #getZclass}: z-listfoot (since 5.0.0)
 * 
 * @author tomyeh
 * @since 3.5.2
 */
public interface Listfoot extends org.zkoss.zul.impl.api.XulElement {
  /**
   * Returns the list box that it belongs to.
   * <p>
   * It is the same as {@link #getParent}.
   */
  public org.zkoss.zul.api.Listbox getListboxApi();

}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.