|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectHTMLPanel
org.spiffyui.client.widgets.SlideDownPrefsPanel
public class SlideDownPrefsPanel
The SlideDownPrefsPanel shows a tab that sticks to the bottom of the header of the page. It slides down when clicked to reveal a preferences panel for the current page.
Constructor Summary | |
---|---|
SlideDownPrefsPanel()
Creates a new panel with a randomly generated ID |
|
SlideDownPrefsPanel(java.lang.String id)
Creates a new panel |
|
SlideDownPrefsPanel(java.lang.String id,
java.lang.String headerText)
Create a new panel |
Method Summary | |
---|---|
Panel |
getPanel()
get the panel displayed when this panel is expanded |
java.lang.String |
getTitle()
|
void |
setPanel(Panel panel)
Set the panel displayed when this panel is expanded |
void |
setTitle(java.lang.String title)
|
void |
togglePanel()
Toggle the panel visible or Invisible |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SlideDownPrefsPanel()
public SlideDownPrefsPanel(java.lang.String id)
id
- - String the id of the panelpublic SlideDownPrefsPanel(java.lang.String id, java.lang.String headerText)
id
- - String the id of the panelheaderText
- - String the title of the panel and the label on the pull down tab, if null will use the default.Method Detail |
---|
public void setTitle(java.lang.String title)
public java.lang.String getTitle()
public void setPanel(Panel panel)
panel
- the panel to displaypublic Panel getPanel()
public void togglePanel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |