public abstract class DashboardComponent extends Object implements IDashboardComponent
| Constructor and Description |
|---|
DashboardComponent() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(IDashboardComponent o)
Compare component order
|
boolean |
equals(Object obj) |
String |
getDescription()
Returns a localized description
|
String |
getName()
Returns the Name
|
int |
getOrder()
Returns the Order
|
Plugin |
getPlugin()
Returns the Plugin
|
String |
getRight()
Returns the Right
|
int |
getZone()
Returns the Zone
|
int |
hashCode() |
boolean |
isEnabled()
Tells if the component is enabled
|
void |
setLocale(Locale locale)
Sets the locale
|
void |
setName(String strName)
Sets the Name
|
void |
setOrder(int nOrder)
Sets the Order
|
void |
setPlugin(Plugin plugin)
Sets the Plugin
|
void |
setRight(String strRight)
Sets the Right
|
void |
setZone(int nZone)
Sets the Zone
|
String |
toString() |
getDashboardDatapublic String getName()
getName in interface IDashboardComponentpublic void setName(String strName)
setName in interface IDashboardComponentstrName - The Namepublic String getRight()
getRight in interface IDashboardComponentpublic void setRight(String strRight)
setRight in interface IDashboardComponentstrRight - The Rightpublic int getZone()
getZone in interface IDashboardComponentpublic void setZone(int nZone)
setZone in interface IDashboardComponentnZone - The Zonepublic int getOrder()
getOrder in interface IDashboardComponentpublic void setOrder(int nOrder)
setOrder in interface IDashboardComponentnOrder - The Orderpublic Plugin getPlugin()
getPlugin in interface IDashboardComponentpublic void setPlugin(Plugin plugin)
setPlugin in interface IDashboardComponentplugin - The pluginpublic int compareTo(IDashboardComponent o)
compareTo in interface Comparable<IDashboardComponent>o - The component to compare topublic boolean isEnabled()
isEnabled in interface IDashboardComponentpublic void setLocale(Locale locale)
setLocale in interface Localizablelocale - The localepublic String getDescription()
IDashboardComponentgetDescription in interface IDashboardComponentCopyright © 2020 City of Paris. All rights reserved.