public interface AbstractTogglePanelTitledItem extends AbstractTogglePanelItemInterface, DisabledProps
Modifier and Type | Interface and Description |
---|---|
static class |
AbstractTogglePanelTitledItem.HeaderStates |
Modifier and Type | Method and Description |
---|---|
String |
getContentClass()
The CSS class applied to the panel content
|
String |
getHeader() |
String |
getHeaderActiveClass()
The CSS class applied to the header when this panel is active
|
String |
getHeaderClass()
The CSS class applied to the header
|
String |
getHeaderDisabledClass()
The CSS class applied to the header when this panel is disabled
|
String |
getHeaderInactiveClass()
The CSS class applied to the header when this panel is inactive
|
String |
getHeaderStyle()
The CSS style applied to the header
|
String |
getOnheaderclick()
Javascript code executed when a pointer button is clicked over the header of this element.
|
String |
getOnheaderdblclick()
Javascript code executed when a pointer button is double clicked over the header of this element.
|
String |
getOnheadermousedown()
Javascript code executed when a pointer button is pressed down over the header of this element.
|
String |
getOnheadermousemove()
Javascript code executed when a pointer button is moved within the header of this element.
|
String |
getOnheadermouseup()
Javascript code executed when a pointer button is released over the header of this element.
|
getClientId, getName, getOnenter, getOnleave, getParentPanel, getSwitchType, isActive, isDynamicPanelItem, isRendered
getStyle, getStyleClass, getTitle
getOnclick, getOndblclick, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup
shouldVisitChildren
isDisabled
String getHeader()
String getContentClass()
String getHeaderActiveClass()
String getHeaderDisabledClass()
String getHeaderInactiveClass()
String getHeaderClass()
String getHeaderStyle()
String getOnheaderclick()
String getOnheaderdblclick()
String getOnheadermousedown()
String getOnheadermousemove()
String getOnheadermouseup()
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.