Style Intelligence v12.0

inetsoft.sree
Class RepletCommand.ShowViewsheet

java.lang.Object
  extended by inetsoft.sree.RepletCommand
      extended by inetsoft.sree.RepletCommand.ShowViewsheet
All Implemented Interfaces:
Serializable
Enclosing class:
RepletCommand

public static class RepletCommand.ShowViewsheet
extends RepletCommand

Command to show a viewsheet.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class inetsoft.sree.RepletCommand
RepletCommand.DataBinding, RepletCommand.PromptParameters, RepletCommand.Refresh, RepletCommand.Reprint, RepletCommand.ScrollTo, RepletCommand.SendRequest, RepletCommand.SetChanged, RepletCommand.SetCursor, RepletCommand.ShowDrill, RepletCommand.ShowMenu, RepletCommand.ShowReplet, RepletCommand.ShowReport, RepletCommand.ShowStatus, RepletCommand.ShowURL, RepletCommand.ShowViewsheet
 
Constructor Summary
RepletCommand.ShowViewsheet(String name, RepletRequest req, String frame, String title)
          Create a ShowViewsheet command.
RepletCommand.ShowViewsheet(String name, RepletRequest req, String frame, String title, String bookmarkName, String bookmarkUser)
          Create a ShowViewsheet command.
 
Method Summary
 boolean equals(Object obj)
           
 String getBookmarkName()
          Get the viewsheet bookmark name.
 String getBookmarkUser()
          Get the viewsheet bookmark user.
 RepletRequest getRepletRequest()
          Get the creation request used to create the replet.
 String getTargetFrame()
          Get the parameters string.
 String getTitle()
          Get the target frame name.
 String getViewsheetName()
          Get the name of the replet to show.
 void setBookmarkName(String bookmarkName)
          Set the viewsheet bookmark name.
 void setBookmarkUser(String bookmarkUser)
          Set the viewsheet bookmark user.
 void setRepletRequest(RepletRequest req)
          Set the request to create the replet.
 void setTargetFrame(String frame)
          Set the parameters string.
 void setTitle(String title)
          Set the target frame name.
 String toString()
           
 
Methods inherited from class inetsoft.sree.RepletCommand
addCommand, addPromptParameters, addPromptParameters, addRefresh, addReprint, addScrollTo, addScrollTo, addSendRequest, addSetCursor, addShowMenu, addShowMenu, addShowMenu, addShowMenu, addShowReplet, addShowReplet, addShowReplet, addShowReport, addShowReport, addShowStatus, addShowURL, dataBinding, getCommand, getCommand, getCommandCount, promptParameters, promptParameters, refresh, removeCommand, reprint, scrollTo, scrollTo, sendRequest, setChanged, setCursor, showDrill, showMenu, showMenu, showMenu, showMenu, showReplet, showReplet, showReplet, showReport, showReport, showReport, showStatus, showURL, showViewsheet, showViewsheet
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepletCommand.ShowViewsheet

public RepletCommand.ShowViewsheet(String name,
                                   RepletRequest req,
                                   String frame,
                                   String title)
Create a ShowViewsheet command.

Parameters:
name - viewsheet name.
req - creation request.
frame - target frame name.
title - label string.

RepletCommand.ShowViewsheet

public RepletCommand.ShowViewsheet(String name,
                                   RepletRequest req,
                                   String frame,
                                   String title,
                                   String bookmarkName,
                                   String bookmarkUser)
Create a ShowViewsheet command.

Parameters:
name - viewsheet name.
req - creation request.
frame - target frame name.
title - label string.
bookmarkName - viewsheet bookmark name.
bookmarkUser - viewsheet bookmark user.
Method Detail

getViewsheetName

public String getViewsheetName()
Get the name of the replet to show.


getRepletRequest

public RepletRequest getRepletRequest()
Get the creation request used to create the replet.


setRepletRequest

public void setRepletRequest(RepletRequest req)
Set the request to create the replet.

Overrides:
setRepletRequest in class RepletCommand
Parameters:
req - replet request object.

getTargetFrame

public String getTargetFrame()
Get the parameters string.


setTargetFrame

public void setTargetFrame(String frame)
Set the parameters string.


getTitle

public String getTitle()
Get the target frame name.


setTitle

public void setTitle(String title)
Set the target frame name.


getBookmarkName

public String getBookmarkName()
Get the viewsheet bookmark name.


setBookmarkName

public void setBookmarkName(String bookmarkName)
Set the viewsheet bookmark name.


getBookmarkUser

public String getBookmarkUser()
Get the viewsheet bookmark user.


setBookmarkUser

public void setBookmarkUser(String bookmarkUser)
Set the viewsheet bookmark user.


toString

public String toString()
Overrides:
toString in class RepletCommand

equals

public boolean equals(Object obj)
Overrides:
equals in class RepletCommand

Copyright © 1996-2014 InetSoft Technology Corp. All Rights Reserved.