ZMObject
|
+--ZMEZPage
public class ZMEZPage
extends ZMObject
| Fields inherited from org.zenmagick.ZMObject | |
|---|---|
| properties_ | |
| Constructor Summary | |
|---|---|
ZMEZPage(int id, string title) Create new page. |
|
| Method Summary | |
|---|---|
| void | |
| void | |
| void | |
| void | |
| void | |
| void | getId() |
| void | |
| void | getTitle() |
| void | |
| void | |
| void | isFooter() |
| void | isHeader() |
| void | isNewWin() |
| void | isSSL() |
| void | |
| void | isToc() |
| void | setAltUrl(mixed url) |
| void | setAltUrlExternal(mixed url) |
| void | setFooter(mixed value) |
| void | setFooterSort(mixed sortOrder) |
| void | setHeader(mixed value) |
| void | setHeaderSort(mixed sortOrder) |
| void | setHtmlText(mixed text) |
| void | setId(mixed id) |
| void | setNewWin(mixed value) |
| void | setSSL(mixed value) |
| void | setSidebarSort(mixed sortOrder) |
| void | setSidebox(mixed value) |
| void | setTitle(mixed title) |
| void | setToc(mixed value) |
| void | setTocChapter(mixed chapter) |
| void | setTocSort(mixed value) |
| Methods inherited from org.zenmagick.ZMObject | |
|---|---|
| attachMethod, get, getAttachedMethods, getPropertyNames, set, singleton | |
public ZMEZPage(int id, string title)
Create new page.
public void getAltUrl()
public void getAltUrlExternal()
public void getFooterSort()
public void getHeaderSort()
public void getHtmlText()
public void getId()
public void getSidebarSort()
public void getTitle()
public void getTocChapter()
public void getTocSort()
public void isFooter()
public void isHeader()
public void isNewWin()
public void isSSL()
public void isSidebox()
public void isToc()
public void setAltUrl(mixed url)
public void setAltUrlExternal(mixed url)
public void setFooter(mixed value)
public void setFooterSort(mixed sortOrder)
public void setHeader(mixed value)
public void setHeaderSort(mixed sortOrder)
public void setHtmlText(mixed text)
public void setId(mixed id)
public void setNewWin(mixed value)
public void setSSL(mixed value)
public void setSidebarSort(mixed sortOrder)
public void setSidebox(mixed value)
public void setTitle(mixed title)
public void setToc(mixed value)
public void setTocChapter(mixed chapter)
public void setTocSort(mixed value)
EZ-page.