public abstract class AbstractHomepagePanelDescriptor extends java.lang.Object implements IHomepagePanelDescriptor
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
initiallyExpanded |
protected int |
order |
protected java.lang.String |
panelName
A unique identifying name for this panel.
|
protected java.lang.String |
titleResourceKey |
protected boolean |
visible |
| Constructor and Description |
|---|
AbstractHomepagePanelDescriptor(java.lang.String panelName,
java.lang.String titleResourceKey,
int suggestedOrder) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getHelpResourceKey()
Return the resource key for the panel's help blurb.
|
java.lang.String |
getHelpTopicId()
Deprecated.
|
int |
getOrder()
A relative ordering for this panel.
|
java.lang.String |
getPanelName()
A unique name for this panel.
|
java.lang.String |
getTitleResourceKey()
A resource key to use as the panel title.
|
boolean |
isInitiallyExpanded()
Should this panel be initially expanded or collapsed?
|
boolean |
isVisible()
Is this homepage visible?
|
abstract org.apache.wicket.markup.html.panel.Panel |
newPanel(java.lang.String id)
Create the new panel to display.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetSearchableItemsprotected java.lang.String panelName
protected int order
protected java.lang.String titleResourceKey
protected boolean initiallyExpanded
protected boolean visible
public AbstractHomepagePanelDescriptor(java.lang.String panelName,
java.lang.String titleResourceKey,
int suggestedOrder)
public java.lang.String getPanelName()
IHomepagePanelDescriptorgetPanelName in interface IHomepagePanelDescriptorpublic int getOrder()
IHomepagePanelDescriptorgetOrder in interface IHomepagePanelDescriptorpublic java.lang.String getTitleResourceKey()
IHomepagePanelDescriptorgetTitleResourceKey in interface IHomepagePanelDescriptorpublic boolean isInitiallyExpanded()
IHomepagePanelDescriptorisInitiallyExpanded in interface IHomepagePanelDescriptorpublic abstract org.apache.wicket.markup.html.panel.Panel newPanel(java.lang.String id)
IHomepagePanelDescriptornewPanel in interface IHomepagePanelDescriptorpublic boolean isVisible()
IHomepagePanelDescriptorisVisible in interface IHomepagePanelDescriptorpublic java.lang.String getHelpResourceKey()
IHomepagePanelDescriptorgetHelpResourceKey in interface IHomepagePanelDescriptor@Deprecated public java.lang.String getHelpTopicId()
IHomepagePanelDescriptor
This panel is great. You should use it lots. <a href="${HELP}">Learn more...</a>
getHelpTopicId in interface IHomepagePanelDescriptor