|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.CTRowColFieldInfo
public class CTRowColFieldInfo
A information package when a row or column field is inserted in the crosstab.
| Field Summary | |
|---|---|
static int |
ASCENDING
Sort type values. |
static int |
DESCENDING
|
static int |
NOSORT
|
| Constructor Summary | |
|---|---|
CTRowColFieldInfo(java.lang.String name,
java.lang.String mapping,
int sort,
java.lang.String total)
Constructor. |
|
CTRowColFieldInfo(java.lang.String name,
java.lang.String mapping,
int sort,
java.lang.String total,
java.awt.Color fillColor)
Constructor. |
|
CTRowColFieldInfo(java.lang.String name,
java.lang.String mapping,
int sort,
java.lang.String total,
java.awt.Color fillColor,
int index)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getBlName()
Gets the business logic node name of the row or column field |
java.awt.Color |
getFillColor()
get the color of the row or column background |
void |
setBlName(java.lang.String blName)
Sets the business logic node name of the row or column field |
void |
setFillColor(java.awt.Color fillColor)
set the color of the row or column background |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int ASCENDING
public static final int DESCENDING
public static final int NOSORT
| Constructor Detail |
|---|
public CTRowColFieldInfo(java.lang.String name,
java.lang.String mapping,
int sort,
java.lang.String total)
name - the object name of the row or column field.mapping - the mapping name of the database field or formula.sort - its value must be one of the sort type values
that has been defined in this class.total - the object name of the row or column total field.
public CTRowColFieldInfo(java.lang.String name,
java.lang.String mapping,
int sort,
java.lang.String total,
java.awt.Color fillColor)
name - the object name of the row or column field.mapping - the mapping name of the database field or formula.sort - its value must be one of the sort type values
that has been defined in this class.total - the object name of the row or column total field.fillColor - the color of the row or column background.
public CTRowColFieldInfo(java.lang.String name,
java.lang.String mapping,
int sort,
java.lang.String total,
java.awt.Color fillColor,
int index)
name - the object name of the row or column field.mapping - the mapping name of the database field or formula.sort - its value must be one of the sort type values
that has been defined in this class.total - the object name of the row or column total field.fillColor - the color of the row or column background.index - the position of row or column in the crosstab.| Method Detail |
|---|
public void setFillColor(java.awt.Color fillColor)
fillColor - the color of the row or column background.public java.awt.Color getFillColor()
public void setBlName(java.lang.String blName)
blName - the business logic node name of the row or column field.public java.lang.String getBlName()
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||