org.kuali.rice.kns.lookup
Class HtmlData.AnchorHtmlData
java.lang.Object
   org.kuali.rice.kns.lookup.HtmlData
org.kuali.rice.kns.lookup.HtmlData
       org.kuali.rice.kns.lookup.HtmlData.AnchorHtmlData
org.kuali.rice.kns.lookup.HtmlData.AnchorHtmlData
- All Implemented Interfaces: 
- Serializable
- Direct Known Subclasses: 
- HtmlData.MultipleAnchorHtmlData
- Enclosing class:
- HtmlData
- public static class HtmlData.AnchorHtmlData 
- extends HtmlData
This class is an extension of HtmlData. It represents an anchor tag.
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
 
 
 
| Fields inherited from class org.kuali.rice.kns.lookup.HtmlData | 
| ANCHOR_HTML_DATA_TYPE, appendDisplayText, childUrlDataList, displayText, INPUT_HTML_DATA_TYPE, LOG, maxLength, methodToCall, name, prependDisplayText, title | 
 
 
 
| Methods inherited from class org.kuali.rice.kns.lookup.HtmlData | 
| getAppendDisplayText, getChildUrlDataList, getDisplayText, getMaxLength, getName, getPrependDisplayText, getTitle, getTitle, getTitleText, getTitleText, setAppendDisplayText, setChildUrlDataList, setDisplayText, setMaxLength, setMethodToCall, setName, setPrependDisplayText, setTitle | 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
TARGET_BLANK
public static final String TARGET_BLANK
- See Also:
- Constant Field Values
href
protected String href
target
protected String target
style
protected String style
styleClass
protected String styleClass
onclick
protected String onclick
HtmlData.AnchorHtmlData
public HtmlData.AnchorHtmlData()
- Needed by inquiry framework
 
HtmlData.AnchorHtmlData
public HtmlData.AnchorHtmlData(String href,
                               String title)
HtmlData.AnchorHtmlData
public HtmlData.AnchorHtmlData(String href,
                               String methodToCall,
                               String displayText)
setHref
public void setHref(String href)
- 
- Parameters:
- href- the href to set
 
constructCompleteHtmlTag
public String constructCompleteHtmlTag()
- This method generates anchor tag.
 
- 
- Specified by:
- constructCompleteHtmlTagin class- HtmlData
 
- 
- Returns:
- See Also:
- HtmlData.constructCompleteHtmlTag()
 
getTarget
public String getTarget()
- 
- Returns:
- the target
 
setTarget
public void setTarget(String target)
- 
- Parameters:
- target- the target to set
 
getStyle
public String getStyle()
- 
- Returns:
- the style
 
setStyle
public void setStyle(String style)
- 
- Parameters:
- style- the style to set
 
getStyleClass
public String getStyleClass()
- 
- Returns:
- the styleClass
 
setStyleClass
public void setStyleClass(String styleClass)
- 
- Parameters:
- styleClass- the styleClass to set
 
getOnclick
public String getOnclick()
- 
- Returns:
- the onclick
 
setOnclick
public void setOnclick(String onclick)
- 
- Parameters:
- onclick- the onclick to set
 
getHref
public String getHref()
- 
- Returns:
- the href
 
getMethodToCall
public String getMethodToCall()
- 
- Overrides:
- getMethodToCallin class- HtmlData
 
- 
- Returns:
- the methodToCall
 
Copyright © 2005–2014 The Kuali Foundation. All rights reserved.