|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.isis.core.progmodel.facetdecorators.help.HelpManagerAbstract
public abstract class HelpManagerAbstract
Default implementation that does nothing.
| Constructor Summary | |
|---|---|
HelpManagerAbstract()
|
|
| Method Summary | |
|---|---|
abstract String |
getHelpText(org.apache.isis.applib.Identifier identifier)
Returns help text for the specified Identifier. |
void |
init()
Does nothing. |
void |
shutdown()
Does nothing. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HelpManagerAbstract()
| Method Detail |
|---|
public void init()
init in interface org.apache.isis.core.commons.components.ApplicationScopedComponentpublic void shutdown()
shutdown in interface org.apache.isis.core.commons.components.ApplicationScopedComponentpublic abstract String getHelpText(org.apache.isis.applib.Identifier identifier)
HelpManagerIdentifier.
If no help text is available then an empty String should be returned.
getHelpText in interface HelpManager
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||