uk.org.retep.table
Class Cell
java.lang.Object
uk.org.retep.table.Cell
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- Header
public class Cell
- extends Object
- implements Serializable
A content cell
- Author:
- peter
- See Also:
- Serialized Form
Cell
public Cell()
Cell
public Cell(String value)
Cell
public Cell(String value,
String style)
getTextAlignment
public TextAlignment getTextAlignment()
setTextAlignment
public void setTextAlignment(TextAlignment alignment)
getIndex
public int getIndex()
getValue
public String getValue()
setValue
public void setValue(String value)
containsContent
public boolean containsContent()
getStyle
public String getStyle()
setStyle
public void setStyle(String value)
getStyleClass
public String getStyleClass()
setStyleClass
public void setStyleClass(String value)
getColSpan
public int getColSpan()
setColSpan
public void setColSpan(int colspan)
getRowSpan
public int getRowSpan()
setRowSpan
public void setRowSpan(int rowspan)
isMergeLeft
public boolean isMergeLeft()
setMergeLeft
public void setMergeLeft(boolean mergeLeft)
isMergeAbove
public boolean isMergeAbove()
setMergeAbove
public void setMergeAbove(boolean mergeAbove)
toString
public String toString()
- Overrides:
toString in class Object
toString
public void toString(StringBuilder sb)
Copyright © 1998-2009 Retep Development Group. All Rights Reserved.