com.vinay.ui.vinui.fw.controls
Class HyperLink

java.lang.Object
  extended bycom.vinay.ui.vinui.fw.core.Control
      extended bycom.vinay.ui.vinui.fw.controls.HyperLink

public class HyperLink
extends Control

Hyper link UI element

Author:
Vinay Nath

Field Summary
static int ACTION_LINK
           
static int WEB_LINK
           
 
Fields inherited from class com.vinay.ui.vinui.fw.core.Control
bindings
 
Constructor Summary
HyperLink()
           
 
Method Summary
 java.lang.String getHref()
           
 java.lang.String getText()
           
 int getType()
           
 void setHref(java.lang.String href)
           
 void setText(java.lang.String text)
           
 void setType(int type)
           
 
Methods inherited from class com.vinay.ui.vinui.fw.core.Control
addUIEventListener, bindAttribute, dispatchEvent, getId, getPage, getPageContext, render
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WEB_LINK

public static final int WEB_LINK
See Also:
Constant Field Values

ACTION_LINK

public static final int ACTION_LINK
See Also:
Constant Field Values
Constructor Detail

HyperLink

public HyperLink()
Method Detail

getType

public int getType()
Returns:
Returns the type.

setType

public void setType(int type)
Parameters:
type - The type to set.

getHref

public java.lang.String getHref()
Returns:
Returns the href.

setHref

public void setHref(java.lang.String href)
Parameters:
href - The href to set.

getText

public java.lang.String getText()
Returns:
Returns the text.

setText

public void setText(java.lang.String text)
Parameters:
text - The text to set.