|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.jaxfront.core.xui.TableCell
public class TableCell
Defines a single cell placed within a table layout holding a dimension (x,y) and a cell type.
Constructor Summary | |
---|---|
TableCell(Type ownerType,
Type cellType,
java.lang.String dimension)
Creates a table cell based on an owner type, cellType, dimension and a NLSSupport list. |
Method Summary | |
---|---|
java.lang.Double |
calcMultiColWidth(java.util.List widths)
|
TableCell |
clone(Type ownerType)
|
int |
getColIndex()
|
int |
getColSpan()
|
java.lang.String |
getCSSStyle()
|
java.lang.String |
getDimension()
|
java.lang.Integer |
getFocusIndex()
|
FormulaExpression |
getFormula()
|
java.lang.String |
getHorizontalAlignment()
|
java.lang.String |
getLabel()
|
java.awt.Color |
getLabelFontColor()
Returns the color of the font for the label of the current cell. |
java.lang.String |
getLabelFontName()
Returns the name of the font for the label of the current cell. |
java.lang.Integer |
getLabelFontSize()
Returns the size of the font for the label of the current cell. |
int |
getLabelFontSizeAsInt()
Returns the size of the font for the label of the current cell. |
java.lang.String |
getLabelFontStyle()
Returns the style (bold, italic, etc.) for the label of the current cell. |
int |
getLabelFontStyleAsInt()
Returns the style (bold, italic, etc.) for the label of the current cell. |
java.lang.String |
getLabelHRef()
|
java.lang.String |
getLabelType()
Returns the cell type. |
int |
getRowIndex()
|
int |
getRowSpan()
|
java.lang.String |
getRuleId()
|
java.lang.String |
getText()
|
java.lang.String |
getToolTipText()
|
Type |
getType()
|
java.lang.String |
getURL()
|
java.lang.String |
getVerticalAlignment()
|
java.lang.String |
getXPath()
|
Type |
getXPathReferencedType()
|
Type |
getXPathReferencedType(Type ownerType)
|
Type |
getXPathReferencedType(Type ownerType,
java.lang.String path)
|
boolean |
hasFormula()
|
boolean |
isButton()
|
boolean |
isImage()
|
boolean |
isLabel()
|
boolean |
isXPathLabel()
|
void |
setDimension(java.lang.String newDimension)
|
void |
setText(java.lang.String text)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TableCell(Type ownerType, Type cellType, java.lang.String dimension)
ownerType
- owner holding this tablecellType
- xui type defining this celldimension
- specifying x and ynlsList
- list of NLSSupportsMethod Detail |
---|
public java.lang.String getLabelType()
public boolean isImage()
public Type getXPathReferencedType()
public Type getXPathReferencedType(Type ownerType)
public Type getXPathReferencedType(Type ownerType, java.lang.String path)
public java.lang.String getDimension()
public void setDimension(java.lang.String newDimension)
public FormulaExpression getFormula()
public java.lang.String getToolTipText()
public java.lang.String getLabel()
public java.lang.String getLabelHRef()
public Type getType()
public java.lang.String getURL()
public boolean hasFormula()
public java.lang.String getText()
public boolean isXPathLabel()
public java.lang.String getLabelFontName()
public java.lang.String getLabelFontStyle()
public java.lang.String getCSSStyle()
public int getLabelFontStyleAsInt()
public java.lang.Integer getLabelFontSize()
public int getLabelFontSizeAsInt()
public java.awt.Color getLabelFontColor()
public boolean isButton()
public boolean isLabel()
public TableCell clone(Type ownerType)
public java.lang.Double calcMultiColWidth(java.util.List widths)
public void setText(java.lang.String text)
public java.lang.String getXPath()
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Integer getFocusIndex()
public java.lang.String getRuleId()
public int getRowIndex()
public int getColIndex()
public int getRowSpan()
public int getColSpan()
public java.lang.String getVerticalAlignment()
public java.lang.String getHorizontalAlignment()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |