com.poscoict.glueframework.web.control.spring.view
Class GlueJExcelView.JExcelFormat

java.lang.Object
  extended by com.poscoict.glueframework.web.control.spring.view.GlueJExcelView.JExcelFormat
Enclosing class:
GlueJExcelView

public class GlueJExcelView.JExcelFormat
extends Object

JExcelÀÇ Cell Type¿¡ ´ëÇÑ Á¤ÀǸ¦ °¡Áø ClassÀÌ´Ù.


Constructor Summary
GlueJExcelView.JExcelFormat()
          Default Constructor
 
Method Summary
 jxl.write.WritableCellFormat getBigDecimalCellFormat()
          getter method for bigDecimalCellFormat
 String getDateFormat()
          getter method for dateFormat
 jxl.write.WritableCellFormat getHeaderCellFormat()
          getter method for headerCellFormat
 jxl.write.WritableCellFormat getStringCellFormat()
          getter method for stringCellFormat
 jxl.write.WritableCellFormat getTimestampCellFormat()
          getter method for timestampCellFormat
 void setBigDecimalCellFormat(jxl.write.WritableCellFormat bigDecimalCellFormat)
          setter method for bigDecimalCellFormat
 void setDateFormat(String dateFormat)
          setter method for dateFormat
 void setHeaderCellFormat(jxl.write.WritableCellFormat headerCellFormat)
          setter method for headerCellFormat
 void setStringCellFormat(jxl.write.WritableCellFormat stringCellFormat)
          setter method for stringCellFormat
 void setTimestampCellFormat(jxl.write.WritableCellFormat timestampCellFormat)
          setter method for timestampCellFormat
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GlueJExcelView.JExcelFormat

public GlueJExcelView.JExcelFormat()
Default Constructor

Method Detail

getHeaderCellFormat

public jxl.write.WritableCellFormat getHeaderCellFormat()
getter method for headerCellFormat


setHeaderCellFormat

public void setHeaderCellFormat(jxl.write.WritableCellFormat headerCellFormat)
setter method for headerCellFormat


getBigDecimalCellFormat

public jxl.write.WritableCellFormat getBigDecimalCellFormat()
getter method for bigDecimalCellFormat


setBigDecimalCellFormat

public void setBigDecimalCellFormat(jxl.write.WritableCellFormat bigDecimalCellFormat)
setter method for bigDecimalCellFormat


getTimestampCellFormat

public jxl.write.WritableCellFormat getTimestampCellFormat()
getter method for timestampCellFormat


setTimestampCellFormat

public void setTimestampCellFormat(jxl.write.WritableCellFormat timestampCellFormat)
setter method for timestampCellFormat


getStringCellFormat

public jxl.write.WritableCellFormat getStringCellFormat()
getter method for stringCellFormat


setStringCellFormat

public void setStringCellFormat(jxl.write.WritableCellFormat stringCellFormat)
setter method for stringCellFormat


getDateFormat

public String getDateFormat()
getter method for dateFormat


setDateFormat

public void setDateFormat(String dateFormat)
setter method for dateFormat



Copyright © 2013–2015 POSCO ICT SWÁ¦Ç°±â¼úÆÀ. All rights reserved.