|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.channels.UserPreferences.BaseState
org.jasig.portal.channels.UserPreferences.TabColumnPrefsState
This user preferences component is for use with layouts based on the tab-column structure.
Constructor Summary | |
TabColumnPrefsState()
|
|
TabColumnPrefsState(CUserPreferences context)
|
Method Summary | |
ChannelRuntimeProperties |
getRuntimeProperties()
Acquires ChannelRuntimeProperites from the channel. |
void |
receiveEvent(PortalEvent ev)
Passes an outside event to a channel. |
void |
renderXML(org.xml.sax.ContentHandler out)
Ask channel to render its content. |
void |
setContext(CUserPreferences context)
|
void |
setPortalControlStructures(PortalControlStructures pcs)
Passes portal control structure to the channel. |
void |
setRuntimeData(ChannelRuntimeData rd)
Passes ChannelRuntimeData to the channel. |
void |
setState(IPrivilegedChannel state)
|
void |
setStaticData(ChannelStaticData sd)
Passes ChannelStaticData to the channel. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TabColumnPrefsState() throws PortalException
public TabColumnPrefsState(CUserPreferences context) throws PortalException
Method Detail |
public void setStaticData(ChannelStaticData sd) throws PortalException
IChannel
PortalException
public void setRuntimeData(ChannelRuntimeData rd) throws PortalException
IChannel
PortalException
public void setPortalControlStructures(PortalControlStructures pcs) throws PortalException
IPrivileged
PortalException
public void renderXML(org.xml.sax.ContentHandler out) throws PortalException
IChannel
PortalException
public void receiveEvent(PortalEvent ev)
IChannel
receiveEvent
in interface IChannel
ev
- PortalEvent objectPortalEvent
public ChannelRuntimeProperties getRuntimeProperties()
IChannel
getRuntimeProperties
in interface IChannel
ChannelRuntimeProperties
public void setState(IPrivilegedChannel state)
public void setContext(CUserPreferences context)
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |