com.stratelia.silverpeas.containerManager
Class URLIcone

java.lang.Object
  extended by com.stratelia.silverpeas.containerManager.URLIcone

public class URLIcone
extends Object

This is the data structure that represents a link links between icone and action (use in JSP ActionBar)


Constructor Summary
URLIcone()
           
 
Method Summary
 String getActionURL()
           
 String getAlternateText()
           
 String getIconePath()
           
 boolean getPopUp()
           
 void setActionURL(String sGivenActionURL)
           
 void setAlternateText(String sGivenAlternateText)
           
 void setIconePath(String sGivenIconePath)
           
 void setPopUp(boolean bGivenPopUp)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLIcone

public URLIcone()
Method Detail

setIconePath

public void setIconePath(String sGivenIconePath)

getIconePath

public String getIconePath()

setAlternateText

public void setAlternateText(String sGivenAlternateText)

getAlternateText

public String getAlternateText()

setActionURL

public void setActionURL(String sGivenActionURL)

getActionURL

public String getActionURL()

setPopUp

public void setPopUp(boolean bGivenPopUp)

getPopUp

public boolean getPopUp()


Copyright © 2016 Silverpeas. All Rights Reserved.