com.sas.models
Class TextLinkModel

com.sas.models.TextLinkModel
All Implemented Interfaces:
com.sas.beans.PropertyChangeSource, com.sas.beans.VetoableChangeSource, ComponentInterface, com.sas.lang.StringDataInterface, LinkPropertiesInterface, ModelInterface, LinkDataInterface, ViewInterface, MultipleValueEventSourceInterface, java.beans.PropertyChangeListener, java.io.ObjectInputValidation, java.io.Serializable, java.util.EventListener

public class TextLinkModel
implements LinkDataInterface

Extends TextLabelModel and provides an implementation of LinkDataInterface

See Also:
Serialized Form

Constructor Summary
TextLinkModel()
          Constructs a new TextLinkModel
 
Method Summary
 java.lang.String getURL()
          Gets the url
 void setURL(java.lang.String newURL)
          Sets the url
 
Methods inherited from class com.sas.models.StaticTextModel
getText, setText
 
Methods inherited from class com.sas.Component
addLink, addPropertyChangeListener, addVetoableChangeListener, anyPropertyChangeListeners, attachModel, attachView, beansIsDesignTime, beansSetDesignTime, clone, clone, detachModel, detachView, dumpComponent, firePropertyChange, firePropertyChange, fireVetoableChange, getComponentDescription, getComponentSupportInfo, getEventMethod, getEventValues, getExtendedBeanInfo, getLinkInfo, getModelInterface, getRequiredInterfaces, getResources, getStringResource, getViewInterfaceSupportInfo, initialize, initializeComponent, isDesignTime, isLinked, propertyChange, queryLinks, queryLinks, refresh, removeAllLinks, removeInterfaceTraps, removeLink, removePropertyChangeListener, removeVetoableChangeListener, setComponentDescription, setComponentSupportInfo, setDefaultValues, setLinkInfo, setModelInterface, setRequiredInterfaces, setViewInterfaceSupportInfo, supportsListenerInterface, supportsRequiredInterfaces, trapInterfaceEvents, validateObject
 

Constructor Detail

TextLinkModel

public TextLinkModel()
Constructs a new TextLinkModel

Method Detail

getURL

public java.lang.String getURL()
Gets the url

Specified by:
getURL in interface LinkDataInterface
Returns:
url The url

setURL

public void setURL(java.lang.String newURL)
Sets the url

Specified by:
setURL in interface LinkDataInterface
Parameters:
newUrl - The url



Copyright © 2009 SAS Institute Inc. All Rights Reserved.