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

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

public class HorizontalLine
extends Control

Author:
Vinay Nath

Field Summary
 
Fields inherited from class com.vinay.ui.vinui.fw.core.Control
bindings
 
Constructor Summary
HorizontalLine()
           
 
Method Summary
 java.lang.String getAlign()
           
 java.lang.String getColor()
           
 java.lang.String getSize()
           
 boolean isNoShade()
           
 void setAlign(java.lang.String align)
           
 void setColor(java.lang.String color)
           
 void setNoShade(boolean noShade)
           
 void setSize(java.lang.String size)
           
 
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
 

Constructor Detail

HorizontalLine

public HorizontalLine()
Method Detail

getAlign

public java.lang.String getAlign()
Returns:
Returns the align.

setAlign

public void setAlign(java.lang.String align)
Parameters:
align - The align to set.

getColor

public java.lang.String getColor()
Returns:
Returns the color.

setColor

public void setColor(java.lang.String color)
Parameters:
color - The color to set.

isNoShade

public boolean isNoShade()
Returns:
Returns the noShade.

setNoShade

public void setNoShade(boolean noShade)
Parameters:
noShade - The noShade to set.

getSize

public java.lang.String getSize()
Returns:
Returns the size.

setSize

public void setSize(java.lang.String size)
Parameters:
size - The size to set.