|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PageConfig
Represents the info used to initialize a page.
PageCtrl.init(org.zkoss.zk.ui.sys.PageConfig)| Method Summary | |
|---|---|
java.lang.String |
getHeaders()
Returns the content that will be generated inside the header element (HTML HEAD), or null if no special header is required. |
java.lang.String |
getId()
Returns the page identifier, or null if auto-generation is required. |
java.lang.String |
getStyle()
Returns the page's CSS style, or null if no special CSS style to assign. |
java.lang.String |
getTitle()
Returns the page title, or null if not available (no title at all). |
java.lang.String |
getUuid()
Returns the page's UUID. |
| Method Detail |
|---|
java.lang.String getId()
PageCtrl.init(org.zkoss.zk.ui.sys.PageConfig) shall generate
one automatically.
Note: if Page.setId(java.lang.String) was called with
a non-empty value before, this method is ignored.
java.lang.String getUuid()
ExecutionCtrl.isRecovering()).
In other words, it is null if not in the recovering mode.
java.lang.String getTitle()
Note: if Page.setTitle(java.lang.String) was called with
a non-empty value before, this method is ignored.
java.lang.String getStyle()
Note: if Page.setStyle(java.lang.String) was called with
a non-empty value before, this method is ignored.
java.lang.String getHeaders()
For HTML, the header element is the HEAD element.
PageCtrl.getHeaders()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||