|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adobe.icc.dbforms.obj.TableColumnDetails
public class TableColumnDetails
Represents a table column. Contains information corresponding to each table column for generating table XFA at runtime.
| Nested Class Summary | |
|---|---|
static class |
TableColumnDetails.TableColumnType
Enum to specify the type of table column. |
| Constructor Summary | |
|---|---|
TableColumnDetails()
|
|
| Method Summary | |
|---|---|
TableColumnDetails.TableColumnType |
getColumnType()
Returns the type of table column. |
float |
getColumnWidth()
Returns the ratio of column's width with respect to other columns. |
java.lang.String |
getFooterName()
Returns the value of footer text for configured table columns. |
java.lang.String |
getHeaderName()
Returns the value of header text for configured table columns. |
java.lang.String |
getId()
Returns id of the object. |
void |
setColumnType(TableColumnDetails.TableColumnType columnType)
Sets the type of table column. |
void |
setColumnWidth(float columnWidth)
Sets the ratio of column's width with respect to other columns. |
void |
setFooterName(java.lang.String footerName)
Sets the value of footer text for configured table columns. |
void |
setHeaderName(java.lang.String headerName)
Sets the value of header text for configured table columns. |
void |
setId(java.lang.String id)
Sets id of the object. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableColumnDetails()
| Method Detail |
|---|
public java.lang.String getId()
public void setId(java.lang.String id)
id - the id to setpublic TableColumnDetails.TableColumnType getColumnType()
public void setColumnType(TableColumnDetails.TableColumnType columnType)
columnType - the columnType to setpublic float getColumnWidth()
public void setColumnWidth(float columnWidth)
columnWidth - the columnWidth to setpublic java.lang.String getHeaderName()
public void setHeaderName(java.lang.String headerName)
headerName - the headerName to setpublic java.lang.String getFooterName()
public void setFooterName(java.lang.String footerName)
footerName - the footerName to set
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||