|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zk.ui.GenericRichlet
public abstract class GenericRichlet
Defines a genric richlet. Developers can use it as a skeleton to implement an application-specific richlet.
| Constructor Summary | |
|---|---|
GenericRichlet()
|
|
| Method Summary | |
|---|---|
void |
destroy()
Called by the richlet container to indicate to a richlet that the richlet is being taken out of service. |
LanguageDefinition |
getLanguageDefinition()
Returns the language defintion that this richlet belongs to. |
void |
init(RichletConfig config)
Called by the richlet container to indicate to a richlet that the richlet is being placed into service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.zkoss.zk.ui.Richlet |
|---|
service |
| Constructor Detail |
|---|
public GenericRichlet()
| Method Detail |
|---|
public void init(RichletConfig config)
Default: does nothing.
init in interface Richletpublic void destroy()
Default: does nothing.
destroy in interface Richletpublic LanguageDefinition getLanguageDefinition()
It is called when creating a new page for this richlet to serve.
Default: return the language definition called "xul/html".
getLanguageDefinition in interface Richlet
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||