com.canoo.webtest.plugins.exceltest
Class ExcelVerifyCellStyle

java.lang.Object
  extended by org.apache.tools.ant.ProjectComponent
      extended by org.apache.tools.ant.Task
          extended by com.canoo.webtest.steps.Step
              extended by com.canoo.webtest.plugins.exceltest.AbstractExcelStep
                  extended by com.canoo.webtest.plugins.exceltest.AbstractExcelSheetStep
                      extended by com.canoo.webtest.plugins.exceltest.AbstractExcelCellStep
                          extended by com.canoo.webtest.plugins.exceltest.ExcelVerifyCellStyle
All Implemented Interfaces:
Serializable, Cloneable

public class ExcelVerifyCellStyle
extends AbstractExcelCellStep

Author:
Rob Nielsen
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.canoo.webtest.plugins.exceltest.AbstractExcelStep
KEY_CURRENT_SHEET
 
Fields inherited from class com.canoo.webtest.steps.Step
DEFAULT_DESCRIPTION, ELEMENT_ATTRIBUTE_ID, ELEMENT_ATTRIBUTE_NAME, PROPERTY_TYPE_ANT, PROPERTY_TYPE_ANT_STRICT, PROPERTY_TYPE_DEFAULT, PROPERTY_TYPE_DYNAMIC
 
Fields inherited from class org.apache.tools.ant.Task
target, taskName, taskType, wrapper
 
Fields inherited from class org.apache.tools.ant.ProjectComponent
description, location, project
 
Constructor Summary
ExcelVerifyCellStyle()
           
 
Method Summary
 void doExecute()
          Called to perform the step's functionality.
 String getAlign()
           
 String getBorder()
           
 String getBorderColor()
           
 String getCellBorder(int dir)
           
 String getCellBorderColor(int dir)
           
 String getFillBackgroundColor()
           
 String getFillColor()
           
 String getFillPattern()
           
 String getFontName()
           
 String getFontSize()
           
 String getFontStyle()
           
 String getFormat()
           
 String getLocked()
           
 String getTextColor()
           
 String getType()
           
 String getValign()
           
 String getWrap()
           
 void setAlign(String text)
           
 void setBorder(String text)
           
 void setBorderColor(String text)
           
 void setFillBackgroundColor(String text)
           
 void setFillColor(String text)
           
 void setFillPattern(String text)
           
 void setFontName(String text)
           
 void setFontSize(String text)
           
 void setFontStyle(String text)
           
 void setFormat(String text)
           
 void setLocked(String text)
           
 void setTextColor(String text)
           
 void setType(String text)
           
 void setValign(String text)
           
 void setWrap(String text)
           
 
Methods inherited from class com.canoo.webtest.plugins.exceltest.AbstractExcelCellStep
getCell, getCellReference, getCellReferenceStr, getCellValue, getCol, getExcelCell, getRow, setCell, setCol, setRow, verifyParameters
 
Methods inherited from class com.canoo.webtest.plugins.exceltest.AbstractExcelSheetStep
getExcelSheet, getSheetIndex, getSheetName, setCurrentSheet, setSheetIndex, setSheetName
 
Methods inherited from class com.canoo.webtest.plugins.exceltest.AbstractExcelStep
getExcelWorkbook, verifyStrings
 
Methods inherited from class com.canoo.webtest.steps.Step
addComputedParameters, clone, emptyParamCheck, execute, getComputedParameters, getContext, getDefaultPropertyType, getDescription, getDuration, getParameterDictionary, getStepLabel, getVerifier, getWebtestProperties, getWebtestProperties, getWebtestProperty, getWebtestProperty, handleException, hasDescription, integerParamCheck, isCompleted, isPerformingAction, isStarted, isSuccessful, notifyCompleted, notifyStarted, notifyStepResultsListeners, notifySuccess, nullParamCheck, nullResponseCheck, optionalIntegerParamCheck, paramCheck, positiveOrZeroParamCheck, setStepid, setWebtestProperty, setWebtestProperty, toString
 
Methods inherited from class org.apache.tools.ant.Task
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, init, isInvalid, log, log, log, log, maybeConfigure, perform, reconfigure, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType
 
Methods inherited from class org.apache.tools.ant.ProjectComponent
getDescription, getLocation, getProject, setDescription, setLocation, setProject
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExcelVerifyCellStyle

public ExcelVerifyCellStyle()
Method Detail

setFormat

public void setFormat(String text)
Parameters:
text -

getFormat

public String getFormat()

setType

public void setType(String text)
Parameters:
text -

getType

public String getType()

setAlign

public void setAlign(String text)
Parameters:
text -

getAlign

public String getAlign()

setValign

public void setValign(String text)
Parameters:
text -

getValign

public String getValign()

setWrap

public void setWrap(String text)
Parameters:
text -

getWrap

public String getWrap()

setFontStyle

public void setFontStyle(String text)
Parameters:
text -

getFontStyle

public String getFontStyle()

setLocked

public void setLocked(String text)
Parameters:
text -

getLocked

public String getLocked()

setFontName

public void setFontName(String text)
Parameters:
text -

getFontName

public String getFontName()

setFontSize

public void setFontSize(String text)
Parameters:
text -

getFontSize

public String getFontSize()

setBorder

public void setBorder(String text)
Parameters:
text -

getBorder

public String getBorder()

setBorderColor

public void setBorderColor(String text)
Parameters:
text -

getBorderColor

public String getBorderColor()

setTextColor

public void setTextColor(String text)
Parameters:
text -

getTextColor

public String getTextColor()

setFillColor

public void setFillColor(String text)
Parameters:
text -

getFillColor

public String getFillColor()

setFillBackgroundColor

public void setFillBackgroundColor(String text)
Parameters:
text -

getFillBackgroundColor

public String getFillBackgroundColor()

setFillPattern

public void setFillPattern(String text)
Parameters:
text -

getFillPattern

public String getFillPattern()

doExecute

public void doExecute()
               throws Exception
Description copied from class: Step
Called to perform the step's functionality. Before calling this method, the step has been completely initialized (including expanding and verifying the parameters) and the environment notified of the start.

Specified by:
doExecute in class Step
Throws:
Exception

getCellBorder

public String getCellBorder(int dir)

getCellBorderColor

public String getCellBorderColor(int dir)

Copyright © 2001-2007 Canoo Engineering AG, Basel. All rights reserved.