|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ujac.web.tag.RowCellHolder
public class RowCellHolder
Name: RowCellHolder
Description: A class holding row-cell data.
| Field Summary | |
|---|---|
protected boolean |
fillRow
Tells whether to fill the current row or not. |
protected int |
index
The column index. |
| Constructor Summary | |
|---|---|
RowCellHolder(String name,
int index,
int colspan,
boolean fillRow,
String style,
String evenStyle,
String oddStyle,
String width,
String height,
String halign,
String valign,
float paddingLeft,
float paddingRight,
float paddingTop,
float paddingBottom,
String content)
Constructs a RowCellHolder instance with specific attributes. |
|
| Method Summary | |
|---|---|
int |
getColspan()
Getter method for the the property colspan. |
int |
getColumnIndex()
Getter method for the the property index. |
String |
getColumnName()
Getter method for the the property name. |
String |
getContent()
Gets the tag's content. |
String |
getEvenStyle()
Getter method for the the property evenStyle. |
String |
getHalign()
Getter method for the the property halign. |
String |
getHeight()
Getter method for the the property height. |
String |
getOddStyle()
Getter method for the the property oddStyle. |
float |
getPaddingBottom()
Getter method for the the property paddingBottom. |
float |
getPaddingLeft()
Getter method for the the property paddingLeft. |
float |
getPaddingRight()
Getter method for the the property paddingRight. |
float |
getPaddingTop()
Getter method for the the property paddingTop. |
String |
getStyle()
Getter method for the the property style. |
String |
getValign()
Getter method for the the property valign. |
String |
getWidth()
Getter method for the the property width. |
boolean |
hasContent()
Gets the tag's content. |
boolean |
isFillRow()
Getter method for the the property fillRow. |
void |
setColspan(int colspan)
Setter method for the the property colspan. |
void |
setEvenStyle(String evenStyle)
Setter method for the the property evenStyle. |
void |
setFillRow(boolean fillRow)
Setter method for the the property fillRow. |
void |
setHalign(String halign)
Setter method for the the property halign. |
void |
setHeight(String height)
Setter method for the the property height. |
void |
setIndex(int index)
Setter method for the the property index. |
void |
setName(String name)
Setter method for the the property name. |
void |
setOddStyle(String oddStyle)
Setter method for the the property oddStyle. |
void |
setPaddingBottom(float paddingBottom)
Setter method for the the property paddingBottom. |
void |
setPaddingLeft(float paddingLeft)
Setter method for the the property paddingLeft. |
void |
setPaddingRight(float paddingRight)
Setter method for the the property paddingRight. |
void |
setPaddingTop(float paddingTop)
Setter method for the the property paddingTop. |
void |
setStyle(String style)
Setter method for the the property style. |
void |
setValign(String valign)
Setter method for the the property valign. |
void |
setWidth(String width)
Setter method for the the property width. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int index
protected boolean fillRow
| Constructor Detail |
|---|
public RowCellHolder(String name,
int index,
int colspan,
boolean fillRow,
String style,
String evenStyle,
String oddStyle,
String width,
String height,
String halign,
String valign,
float paddingLeft,
float paddingRight,
float paddingTop,
float paddingBottom,
String content)
name - The column name.index - The column index.colspan - The column span size.fillRow - Tells whether or not to fill the current row.style - The cell style.evenStyle - The even styleoddStyle - The odd stylewidth - The cell widthheight - The cell height.halign - The horizontal alignment.valign - The vertical alignment.paddingLeft - The left padding.paddingRight - The right padding.paddingTop - The top padding.paddingBottom - The bottom padding.content - The cell content.| Method Detail |
|---|
public String getColumnName()
public void setName(String name)
name - The value to set for the property name.public int getColumnIndex()
public void setIndex(int index)
index - The value to set for the property index.public int getColspan()
public void setColspan(int colspan)
colspan - The value to set for the property colspan.public boolean isFillRow()
public void setFillRow(boolean fillRow)
fillRow - The value to set for the property fillRow.public String getStyle()
public void setStyle(String style)
style - The value to set for the property style.public String getEvenStyle()
public void setEvenStyle(String evenStyle)
evenStyle - The value to set for the property evenStyle.public String getOddStyle()
public void setOddStyle(String oddStyle)
oddStyle - The value to set for the property oddStyle.public String getWidth()
public void setWidth(String width)
width - The value to set for the property width.public String getHeight()
public void setHeight(String height)
height - The value to set for the property height.public float getPaddingLeft()
public void setPaddingLeft(float paddingLeft)
paddingLeft - The value to set for the property paddingLeft.public float getPaddingRight()
public void setPaddingRight(float paddingRight)
paddingRight - The value to set for the property paddingRight.public float getPaddingTop()
public void setPaddingTop(float paddingTop)
paddingTop - The value to set for the property paddingTop.public float getPaddingBottom()
public void setPaddingBottom(float paddingBottom)
paddingBottom - The value to set for the property paddingBottom.public String getHalign()
public void setHalign(String halign)
halign - The value to set for the property halign.public String getValign()
public void setValign(String valign)
valign - The value to set for the property valign.public boolean hasContent()
public String getContent()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||