![JAR search and dependency download from the Maven repository](/logo.png)
com.sencha.gxt.theme.base.client.frame.CollapsibleFrame Maven / Gradle / Ivy
/**
* 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