Style Intelligence v12.0

inetsoft.sree
Class RepletCommand.ShowURL

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

public static class RepletCommand.ShowURL
extends RepletCommand

Command to show a web page.

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.ShowURL(String url, String target)
          Create a ShowURL command.
 
Method Summary
 boolean equals(Object obj)
           
 String getTarget()
          Get the target frame name.
 String getURL()
          Get the URL of the web page to show.
 void setTarget(String target)
          Set the target frame name.
 void setURL(String url)
          Set the URL of the web page to show.
 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, setRepletRequest, 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.ShowURL

public RepletCommand.ShowURL(String url,
                             String target)
Create a ShowURL command.

Parameters:
url - URL string.
target - target frame name or null.
Method Detail

getURL

public String getURL()
Get the URL of the web page to show.


setURL

public void setURL(String url)
Set the URL of the web page to show.


getTarget

public String getTarget()
Get the target frame name.


setTarget

public void setTarget(String target)
Set the target frame name.


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.