All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.sencha.gxt.theme.base.client.frame.CollapsibleFrame Maven / Gradle / Ivy

There is a newer version: 3.1.1
Show newest version
/**
 * Sencha GXT 3.1.0-beta - Sencha for GWT
 * Copyright(c) 2007-2014, Sencha, Inc.
 * [email protected]
 *
 * http://www.sencha.com/products/gxt/license/
 */
package com.sencha.gxt.theme.base.client.frame;

import com.sencha.gxt.core.client.dom.XElement;

/**
 * Interface for frames that can be expanded / collapsed.
 */
public interface CollapsibleFrame extends Frame {

  /**
   * Returns the element who's visibility will be "toggled" for expanding and
   * collapsing.
   * 
   * @param parent the parent element
   * @return the collapse target element
   */
  XElement getCollapseElem(XElement parent);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy