com.plumtree.uiinfrastructure.devices
Interface IDevicesView

All Superinterfaces:
IManagedObject, IMVCObject, IView
All Known Implementing Classes:
ChoosePageDevicesView_WML, ErrorDevicesView_WML, LoginDevicesView_WML, LogoffDevicesView_WML, MyPageDevicesView_WML, PortletDevicesView_WML

public interface IDevicesView
extends IView

Author:
SudhaS

Method Summary
 java.lang.String DisplayString()
          This method returns the HTMLElement that encompasses the output of the View.
 void Init(IModelRO model, AActivitySpace parent)
          This method initializes the View with the read only model interface it is supposed to draw it's data from as well as it's parent ActivitySpace (necessary to create URLS).
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IView
Display, DisplayJavascript
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IManagedObject
Create
 

Method Detail

DisplayString

java.lang.String DisplayString()
This method returns the HTMLElement that encompasses the output of the View.


Init

void Init(IModelRO model,
          AActivitySpace parent)
This method initializes the View with the read only model interface it is supposed to draw it's data from as well as it's parent ActivitySpace (necessary to create URLS).

Specified by:
Init in interface IView



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.