|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.TableHeaderFooterInfo
public class TableHeaderFooterInfo
| Constructor Summary | |
|---|---|
TableHeaderFooterInfo(java.util.Vector displayInfos)
|
|
TableHeaderFooterInfo(java.util.Vector displayInfos,
double width,
double height)
|
|
| Method Summary | |
|---|---|
boolean |
addDisplayInfo(DisplayFieldInfo o)
Appends a display's information of this detail. |
void |
addDisplayInfo(int index,
DisplayFieldInfo element)
Inserts a display's information of the detail at the specified position. |
void |
clearDisplayInfos()
Removes all of displays' information from the detail. |
DisplayFieldInfo |
getDisplayInfo(int index)
Returns the DisplayFieldInfo at the specified position. |
java.util.Vector |
getDisplayInfos()
Gets displays' information of this detail. |
double |
getHeight()
Gets the height of table header |
double |
getWidth()
Gets the width of table header |
boolean |
isVerticalToDetail()
Indicates whether is a Vertical Group Header in table |
boolean |
removeDisplayInfo(DisplayFieldInfo o)
Removes the first occurrence of the DisplayFieldInfo. |
DisplayFieldInfo |
removeDisplayInfo(int index)
Removes the DisplayFieldInfo at the specified position. |
void |
setDisplayInfos(java.util.Vector displayInfos)
Sets displays' information of this detail. |
void |
setHeight(double height)
Sets the height of table header |
void |
setVerticalToDetail(boolean isVerticaltoDetail)
Sets whether create a Vertical Group Header in table |
void |
setWidth(double width)
Sets the width of table header |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableHeaderFooterInfo(java.util.Vector displayInfos)
public TableHeaderFooterInfo(java.util.Vector displayInfos,
double width,
double height)
| Method Detail |
|---|
public java.util.Vector getDisplayInfos()
public void setDisplayInfos(java.util.Vector displayInfos)
public void addDisplayInfo(int index,
DisplayFieldInfo element)
index - index at which the DisplayFieldInfo is to be inserted.element - DisplayFieldInfo to be inserted.
java.lang.ArrayIndexOutOfBoundsException - index is out of range (index < 0 || index > size()).public boolean addDisplayInfo(DisplayFieldInfo o)
o - DisplayFieldInfo to be appended.
public void clearDisplayInfos()
public DisplayFieldInfo getDisplayInfo(int index)
index - index of DisplayFieldInfo to return.
java.lang.ArrayIndexOutOfBoundsException - index is out of range (index < 0 || index >=
size()).public DisplayFieldInfo removeDisplayInfo(int index)
index - the index of the DisplayFieldInfo to removed.
java.lang.ArrayIndexOutOfBoundsException - index out of range (index < 0 || index >= size()).public boolean removeDisplayInfo(DisplayFieldInfo o)
(o==null ? get(i)==null : o.equals(get(i))) (if such an
DisplayFieldInfo exists).
o - DisplayFieldInfo to be removed, if present.
public double getHeight()
public void setHeight(double height)
height - the height of table header.public double getWidth()
public void setWidth(double width)
width - the width of table header.public void setVerticalToDetail(boolean isVerticaltoDetail)
isVerticaltoDetail - set true when it is a Vertical Group Header in table..public boolean isVerticalToDetail()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||