org.jasig.portal.channels.UserPreferences
Class TabColumnPrefsState.ResetLayoutState

java.lang.Object
  extended by org.jasig.portal.channels.UserPreferences.BaseState
      extended by org.jasig.portal.channels.UserPreferences.TabColumnPrefsState.ResetLayoutState
All Implemented Interfaces:
IChannel, IPrivileged, IPrivilegedChannel
Enclosing class:
TabColumnPrefsState

protected class TabColumnPrefsState.ResetLayoutState
extends BaseState

A sub-state of TabColumnPrefsState for resetting layout


Field Summary
protected  TabColumnPrefsState context
           
 
Fields inherited from class org.jasig.portal.channels.UserPreferences.BaseState
internalState
 
Constructor Summary
TabColumnPrefsState.ResetLayoutState(TabColumnPrefsState context)
           
 
Method Summary
 void setRuntimeData(ChannelRuntimeData rd)
          Passes ChannelRuntimeData to the channel.
 
Methods inherited from class org.jasig.portal.channels.UserPreferences.BaseState
getRuntimeProperties, receiveEvent, renderXML, setContext, setPortalControlStructures, setState, setStaticData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

context

protected TabColumnPrefsState context
Constructor Detail

TabColumnPrefsState.ResetLayoutState

public TabColumnPrefsState.ResetLayoutState(TabColumnPrefsState context)
Method Detail

setRuntimeData

public void setRuntimeData(ChannelRuntimeData rd)
                    throws PortalException
Description copied from interface: IChannel
Passes ChannelRuntimeData to the channel. This function is called prior to the renderXML() call.

Specified by:
setRuntimeData in interface IChannel
Overrides:
setRuntimeData in class BaseState
Parameters:
rd - channel runtime data
Throws:
PortalException
See Also:
ChannelRuntimeData