|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.extentech.ExtenXLS.web.CellHandlingBean
public class CellHandlingBean
CellHandlingBean is a class to ease some of the rote inputting and looking up of parameters in relation to functions within the WorkBookUpdateBean. It's primary purpose is to generate an array of CellHandles from parameters passed in, and to get all possible parameter/value changes out of the map (parsed URI string);
| Method Summary | |
|---|---|
boolean |
commitStyleChanges()
Commits any non-null style changes to the workbook. |
boolean |
commitValueChanges()
Commits any value changes to the cell. |
String |
getBackgroundColor()
|
String |
getCellRange()
|
CellHandle[] |
getCells()
Get all the cellHandles referenced in this CellInfo. |
String |
getColor()
|
String |
getFontFamily()
|
String |
getFontSize()
|
String |
getFontWeight()
|
String |
getFormatPattern()
|
String |
getLink()
|
String |
getSheetName()
|
String |
getTextAlign()
|
String |
getTextDecoration()
|
void |
setBackgroundColor(String backgroundColor)
|
void |
setCellRange(String cellRange)
|
void |
setColor(String color)
|
void |
setFontFamily(String fontFamily)
|
void |
setFontSize(String fontSize)
|
void |
setFontWeight(String fontWeight)
|
void |
setFormatPattern(String formatPattern)
|
void |
setLink(String lnk)
|
void |
setSheetName(String sheetName)
|
void |
setTextAlign(String textAlign)
|
void |
setTextDecoration(String textDecoration)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public String toString()
toString in class Objectpublic boolean commitValueChanges()
public boolean commitStyleChanges()
public CellHandle[] getCells()
public String getCellRange()
public void setCellRange(String cellRange)
public String getFontSize()
public void setFontSize(String fontSize)
public String getFormatPattern()
public void setFormatPattern(String formatPattern)
public String getTextAlign()
public void setTextAlign(String textAlign)
public String getSheetName()
public void setSheetName(String sheetName)
public String getTextDecoration()
public void setTextDecoration(String textDecoration)
public String getFontWeight()
public void setFontWeight(String fontWeight)
public String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
public String getFontFamily()
public void setFontFamily(String fontFamily)
public String getColor()
public void setColor(String color)
public String getLink()
public void setLink(String lnk)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||