com.adobe.icc.dbforms.obj
Class TableColumnDetails

java.lang.Object
  extended by com.adobe.icc.dbforms.obj.TableColumnDetails
All Implemented Interfaces:
Serializable

public class TableColumnDetails
extends Object
implements Serializable

Represents a table column. This is populated at the time of assigning a TableLayout to target area. Contains information corresponding to each table column for generating table XFA at runtime.

See Also:
Serialized Form

Nested Class Summary
static class TableColumnDetails.TableColumnType
           
 
Constructor Summary
TableColumnDetails()
           
 
Method Summary
 TableColumnDetails.TableColumnType getColumnType()
           
 float getColumnWidth()
           
 String getFooterName()
           
 String getHeaderName()
           
 String getId()
           
 void setColumnType(TableColumnDetails.TableColumnType columnType)
           
 void setColumnWidth(float columnWidth)
           
 void setFooterName(String footerName)
           
 void setHeaderName(String headerName)
           
 void setId(String id)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableColumnDetails

public TableColumnDetails()
Method Detail

getId

public String getId()
Returns:
the id

setId

public void setId(String id)
Parameters:
id - the id to set

getColumnType

public TableColumnDetails.TableColumnType getColumnType()
Returns:
the columnType

setColumnType

public void setColumnType(TableColumnDetails.TableColumnType columnType)
Parameters:
columnType - the columnType to set

getColumnWidth

public float getColumnWidth()
Returns:
the columnWidth

setColumnWidth

public void setColumnWidth(float columnWidth)
Parameters:
columnWidth - the columnWidth to set

getHeaderName

public String getHeaderName()
Returns:
the headerName

setHeaderName

public void setHeaderName(String headerName)
Parameters:
headerName - the headerName to set

getFooterName

public String getFooterName()
Returns:
the footerName

setFooterName

public void setFooterName(String footerName)
Parameters:
footerName - the footerName to set


[an error occurred while processing this directive] [an error occurred while processing this directive]