| org.zkoss.mil.MilComponent org.zkoss.mil.Displayable
All known Subclasses: org.zkoss.mil.Frame,
Displayable | abstract public class Displayable extends MilComponent (Code) | | Root components that can be directly kids of a Page.
author: henrichen |
Method Summary | |
public String | getInnerAttrs() | public String | getTicker() Get the assoicated ticker id. | public String | getTitle() Get the title of this Displayable. | public void | setPage(Page page) | public void | setTicker(String ticker) Set the associated ticker id (Ticker must be defined before calling this method). | public void | setTitle(String title) Set the new title of this Displayable. | public boolean | setVisible(boolean b) Override to guarantee that always only one Displayable is visible in ZK Mobile. |
Displayable | protected Displayable()(Code) | | |
getTicker | public String getTicker()(Code) | | Get the assoicated ticker id.
ticker's id. |
getTitle | public String getTitle()(Code) | | Get the title of this Displayable.
the title |
setTicker | public void setTicker(String ticker)(Code) | | Set the associated ticker id (Ticker must be defined before calling this method).
Parameters: ticker - the ticker id of the associated Ticker. |
setTitle | public void setTitle(String title)(Code) | | Set the new title of this Displayable.
Parameters: title - the new title. |
setVisible | public boolean setVisible(boolean b)(Code) | | Override to guarantee that always only one Displayable is visible in ZK Mobile.
|
|
|