public abstract class PluginLayout
extends java.lang.Object
| Constructor and Description |
|---|
PluginLayout() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
areFeaturesConfigurable()
Returns a Boolean value that indicates whether features are configurable for this layout.
|
abstract java.lang.String |
getId()
Returns an identifier that is used to describe this layout.
|
abstract java.lang.String |
getLayoutClass()
Returns the name of the widget class that implements this layout.
|
abstract java.lang.String |
getName(java.util.Locale locale)
Returns a descriptive label for this layout that is displayed in the IBM Content Navigator administration tool.
|
java.lang.String |
getPluginId()
Returns the identifier of the plug-in that contains this layout.
|
void |
setPluginId(java.lang.String pluginId)
For Internal Use Only.
|
public abstract java.lang.String getId()
Important: This identifier is used in URLs so it must contain only alphanumeric characters.
String that is used to identify the layout.public abstract java.lang.String getName(java.util.Locale locale)
public boolean areFeaturesConfigurable()
true if the layout supports configuring features for the desktop.
By default, this method returns true.public abstract java.lang.String getLayoutClass()
public final java.lang.String getPluginId()
Important: This method is implemented by IBM Content Navigator and must not be overridden.
Plugin class for the plug-in.public final void setPluginId(java.lang.String pluginId)