Modifier and Type | Optional Element and Description |
---|---|
boolean |
border
True to display the borders of the panel's body element, false to hide
them
|
boolean |
collapsed
true to render the panel collapsed, false to render it expanded
|
boolean |
collapseFirst
true to make sure the collapse/expand toggle button always renders first
(to the left of) any other tools in the panel's title bar, false to
render it last
|
boolean |
collapsible
True to make the panel collapsible and have the expand/collapse toggle
button automatically rendered into the header tool button area, false to
keep the panel statically sized with no button
|
String |
title
The title text to be used as innerHTML (html tags are accepted) to
display in the panel header
|
public abstract boolean collapseFirst
public abstract boolean collapsible
public abstract boolean collapsed
public abstract boolean border
public abstract String title
Copyright © 2019 ICF Olson. All rights reserved.