|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.jaspira.plugin.AbstractPlugin
org.openbp.guiclient.plugins.displayobject.DisplayObjectPlugin
public final class DisplayObjectPlugin
The role option manager keeps track of various settings that depend on the role of the current user. This class is a plugin, but is also accessible as a singleton.
| Nested Class Summary | |
|---|---|
class |
DisplayObjectPlugin.Events
Event module. |
class |
DisplayObjectPlugin.RoleOptionModule
Global Cockpit options. |
| Nested classes/interfaces inherited from class org.openbp.jaspira.plugin.AbstractPlugin |
|---|
AbstractPlugin.StandardPluginEvents |
| Field Summary | |
|---|---|
static java.lang.String |
AUTODISPLAYNAME_OPTION
Auto display name option |
static int |
TITLE_NAME
Display object name as title |
static int |
TITLE_TEXT
Display object display text as title |
protected int |
titleMode
Object title display mode. |
| Fields inherited from class org.openbp.jaspira.plugin.AbstractPlugin |
|---|
PROPERTY_CONDITION, PROPERTY_DESCRIPTION, PROPERTY_ICON, PROPERTY_NAME, PROPERTY_SEQUENCE, PROPERTY_TITLE, PROPERTY_VENDOR, PROPERTY_VERSION |
| Fields inherited from interface org.openbp.jaspira.plugin.Plugin |
|---|
ID_DELIMETER, LEVEL_APPLICATION, LEVEL_FRAME, LEVEL_PAGE, LEVEL_PLUGIN |
| Constructor Summary | |
|---|---|
DisplayObjectPlugin()
|
|
| Method Summary | |
|---|---|
static DisplayObjectPlugin |
getInstance()
Gets the singleton instance of this class. |
java.lang.String |
getResourceCollectionContainerName()
Gets the name of the resource component the default resource of the plugin belongs to. |
int |
getTitleMode()
Gets the object title display mode. |
boolean |
isTitleModeText()
Determines if the object title display mode is set to 'text'. |
protected void |
readTitleModeOption()
Reads the current value of the title mode from the option manager. |
void |
saveTitleModeOption()
Saves the current value of the title mode to the option manager. |
void |
setTitleMode(int titleMode)
Sets the object title display mode. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected int titleMode
public static final int TITLE_NAME
public static final int TITLE_TEXT
public static final java.lang.String AUTODISPLAYNAME_OPTION
| Constructor Detail |
|---|
public DisplayObjectPlugin()
| Method Detail |
|---|
public java.lang.String getResourceCollectionContainerName()
AbstractPlugin
getResourceCollectionContainerName in class AbstractPluginpublic static DisplayObjectPlugin getInstance()
public boolean isTitleModeText()
public int getTitleMode()
TITLE_NAME/TITLE_TEXTpublic void setTitleMode(int titleMode)
titleMode - TITLE_NAME/TITLE_TEXTprotected void readTitleModeOption()
public void saveTitleModeOption()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||