com.sencha.gxt.theme.base.client.frame
Interface CollapsibleFrame

All Superinterfaces:
Frame
All Known Implementing Classes:
NestedDivFrame

public interface CollapsibleFrame
extends Frame

Interface for frames that can be expanded / collapsed.


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.sencha.gxt.theme.base.client.frame.Frame
Frame.FrameOptions
 
Field Summary
 
Fields inherited from interface com.sencha.gxt.theme.base.client.frame.Frame
EMPTY_FRAME
 
Method Summary
 XElement getCollapseElem(XElement parent)
          Returns the element who's visibility will be "toggled" for expanding and collapsing.
 
Methods inherited from interface com.sencha.gxt.theme.base.client.frame.Frame
getContentElem, getFrameSize, getHeaderElem, onFocus, onHideHeader, onOver, onPress, overClass, pressedClass, render
 

Method Detail

getCollapseElem

XElement getCollapseElem(XElement parent)
Returns the element who's visibility will be "toggled" for expanding and collapsing.

Parameters:
parent - the parent element
Returns:
the collapse target element


Copyright © 2012. All Rights Reserved.