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

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

public class Image
extends Control

Author:
Vinay Nath

Field Summary
 
Fields inherited from class com.vinay.ui.vinui.fw.core.Control
bindings
 
Constructor Summary
Image()
           
 
Method Summary
 java.lang.String getBorderWidth()
           
 java.lang.String getHeight()
           
 java.lang.String getHorizontalSpace()
           
 java.lang.String getSource()
           
 java.lang.String getText()
           
 java.lang.String getVerticalSpace()
           
 java.lang.String getWidth()
           
 void setBorderWidth(java.lang.String borderWidth)
           
 void setHeight(java.lang.String height)
           
 void setHorizontalSpace(java.lang.String horizontalSpace)
           
 void setSource(java.lang.String source)
           
 void setText(java.lang.String text)
           
 void setVerticalSpace(java.lang.String verticalSpace)
           
 void setWidth(java.lang.String width)
           
 
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

Image

public Image()
Method Detail

getBorderWidth

public java.lang.String getBorderWidth()
Returns:
Returns the borderWidth.

setBorderWidth

public void setBorderWidth(java.lang.String borderWidth)
Parameters:
borderWidth - The borderWidth to set.

getHeight

public java.lang.String getHeight()
Returns:
Returns the height.

setHeight

public void setHeight(java.lang.String height)
Parameters:
height - The height to set.

getHorizontalSpace

public java.lang.String getHorizontalSpace()
Returns:
Returns the horizontalSpace.

setHorizontalSpace

public void setHorizontalSpace(java.lang.String horizontalSpace)
Parameters:
horizontalSpace - The horizontalSpace to set.

getSource

public java.lang.String getSource()
Returns:
Returns the source.

setSource

public void setSource(java.lang.String source)
Parameters:
source - The source 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.

getVerticalSpace

public java.lang.String getVerticalSpace()
Returns:
Returns the verticalSpace.

setVerticalSpace

public void setVerticalSpace(java.lang.String verticalSpace)
Parameters:
verticalSpace - The verticalSpace to set.

getWidth

public java.lang.String getWidth()
Returns:
Returns the width.

setWidth

public void setWidth(java.lang.String width)
Parameters:
width - The width to set.