|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sencha.gxt.theme.base.client.panel.ContentPanelBaseAppearance
com.sencha.gxt.theme.base.client.panel.FramedPanelBaseAppearance
public abstract class FramedPanelBaseAppearance
| Nested Class Summary | |
|---|---|
static interface |
FramedPanelBaseAppearance.FramedPanelDivFrameResources
|
static interface |
FramedPanelBaseAppearance.FramedPanelTemplate
|
| Nested classes/interfaces inherited from class com.sencha.gxt.theme.base.client.panel.ContentPanelBaseAppearance |
|---|
ContentPanelBaseAppearance.ContentPanelResources, ContentPanelBaseAppearance.ContentPanelStyle, ContentPanelBaseAppearance.ContentPanelTemplate |
| Constructor Summary | |
|---|---|
FramedPanelBaseAppearance(ContentPanelBaseAppearance.ContentPanelResources resources,
FramedPanelBaseAppearance.FramedPanelTemplate template,
CollapsibleFrame frame)
|
|
| Method Summary | |
|---|---|
XElement |
getBodyWrap(XElement parent)
Returns the element that wraps the content panel body. |
XElement |
getContentElem(XElement parent)
Returns the content panel body element. |
int |
getFrameHeight(XElement parent)
Returns the total height of the content panel frame elements. |
int |
getFrameWidth(XElement parent)
Returns the total width of the content panel frame elements. |
XElement |
getHeaderElem(XElement parent)
Returns the content panel header element. |
void |
onBodyBorder(XElement parent,
boolean border)
Handles a change in the visibility of the body border. |
void |
onHideHeader(XElement parent,
boolean hide)
Hides or shows the header. |
void |
render(SafeHtmlBuilder sb)
Renders the appearance of a content panel as HTML into a SafeHtmlBuilder, suitable for passing to
Element.setInnerHTML(String) on a container element. |
| Methods inherited from class com.sencha.gxt.theme.base.client.panel.ContentPanelBaseAppearance |
|---|
collapseIcon, expandIcon, getFooterElem |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.sencha.gxt.widget.core.client.ContentPanel.ContentPanelAppearance |
|---|
collapseIcon, expandIcon, getFooterElem, getHeaderAppearance |
| Constructor Detail |
|---|
public FramedPanelBaseAppearance(ContentPanelBaseAppearance.ContentPanelResources resources,
FramedPanelBaseAppearance.FramedPanelTemplate template,
CollapsibleFrame frame)
| Method Detail |
|---|
public XElement getBodyWrap(XElement parent)
ContentPanel.ContentPanelAppearance
getBodyWrap in interface ContentPanel.ContentPanelAppearancegetBodyWrap in class ContentPanelBaseAppearanceparent - the content panel root element
public XElement getContentElem(XElement parent)
ContentPanel.ContentPanelAppearance
getContentElem in interface ContentPanel.ContentPanelAppearancegetContentElem in class ContentPanelBaseAppearanceparent - the content panel root element
public int getFrameHeight(XElement parent)
ContentPanel.ContentPanelAppearance
getFrameHeight in interface ContentPanel.ContentPanelAppearancegetFrameHeight in class ContentPanelBaseAppearanceparent - the content panel root element
public int getFrameWidth(XElement parent)
ContentPanel.ContentPanelAppearance
getFrameWidth in interface ContentPanel.ContentPanelAppearancegetFrameWidth in class ContentPanelBaseAppearanceparent - the content panel root element
public XElement getHeaderElem(XElement parent)
ContentPanel.ContentPanelAppearance
getHeaderElem in interface ContentPanel.ContentPanelAppearancegetHeaderElem in class ContentPanelBaseAppearanceparent - the content panel root element
public void onBodyBorder(XElement parent,
boolean border)
ContentPanel.ContentPanelAppearance
onBodyBorder in interface ContentPanel.ContentPanelAppearanceonBodyBorder in class ContentPanelBaseAppearanceparent - content panel root elementborder - true to display the border
public void onHideHeader(XElement parent,
boolean hide)
ContentPanel.ContentPanelAppearance
onHideHeader in interface ContentPanel.ContentPanelAppearanceonHideHeader in class ContentPanelBaseAppearanceparent - content panel root elementhide - true to hide the headerpublic void render(SafeHtmlBuilder sb)
ContentPanel.ContentPanelAppearanceSafeHtmlBuilder, suitable for passing to
Element.setInnerHTML(String) on a container element.
render in interface ContentPanel.ContentPanelAppearancerender in class ContentPanelBaseAppearancesb - receives the rendered appearance
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||