|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.businessobjects.rebean.wi.AxisType
com.businessobjects.rebean.wi.TableAxis
public final class TableAxis
Warning: This class is no longer functional from the SAP BusinessObjects 4.0 release onwards.
All possible axis types for tables. See TableType for a description of when to use this
axis.
Globally, these three axes can be seen like this:
+----------> HORIZONTAL |\ | \ | \ | \ | > CONTENT v VERTICAL
See also the various fields of TableType.
ReportBlock.getAxis(AxisType)| Field Summary | |
|---|---|
static int |
_CONTENT
int value of CONTENT.value() |
static int |
_HORIZONTAL
int value of HORIZONTAL.value() |
static int |
_VERTICAL
int value of VERTICAL.value() |
static TableAxis |
CONTENT
Defines the content axis (for crosstables only). |
static TableAxis |
HORIZONTAL
Defines the horizintal axis. |
static TableAxis |
VERTICAL
Defines the vertical axis. |
| Method Summary | |
|---|---|
java.lang.String |
toString()
Returns a String representation of this axis (for debug purposes) |
int |
value()
Returns the int value of this axis |
| Methods inherited from class com.businessobjects.rebean.wi.AxisType |
|---|
fromInt |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int _HORIZONTAL
int value of HORIZONTAL.value()
public static final int _VERTICAL
int value of VERTICAL.value()
public static final int _CONTENT
int value of CONTENT.value()
public static final TableAxis HORIZONTAL
public static final TableAxis VERTICAL
public static final TableAxis CONTENT
| Method Detail |
|---|
public int value()
int value of this axis
value in class AxisTypeint value of this axispublic java.lang.String toString()
String representation of this axis (for debug purposes)
toString in class java.lang.ObjectString representation of this axis (for debug purposes)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||