|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.sas.servlet.util.TableScrollCommand
public class TableScrollCommand
The TableScrollCommand object represents the information needed to scroll the table rows & columns
Field Summary | |
---|---|
static int |
COLUMN
Deprecated. COLUMN Axis |
static long |
INITIALIZE_COLUMNS
Deprecated. Determine the intial start and ending column values |
static long |
INITIALIZE_ROWS
Deprecated. Determine the intial start and ending row values |
static int |
ROW
Deprecated. ROW Axis |
static long |
SCROLL_DOWN
Deprecated. Scroll down command mask |
static long |
SCROLL_DOWN_MAX
Deprecated. Scroll down max command mask |
static long |
SCROLL_LEFT
Deprecated. Scroll left command mask |
static long |
SCROLL_LEFT_MAX
Deprecated. Scroll left max command mask |
static long |
SCROLL_RIGHT
Deprecated. Scroll right command mask |
static long |
SCROLL_RIGHT_MAX
Deprecated. Scroll right max command mask |
static long |
SCROLL_UP
Deprecated. Scroll up command mask |
static long |
SCROLL_UP_MAX
Deprecated. Scroll up max command mask |
Constructor Summary | |
---|---|
TableScrollCommand(int axis,
long startValue,
long endValue)
Deprecated. ScrollCommand Constructor |
Method Summary | |
---|---|
java.lang.Object |
clone()
Deprecated. |
int |
getAxis()
Deprecated. Return the value for axis. |
int |
getAxis2()
Deprecated. Interal use only |
long |
getEndValue()
Deprecated. Returns the 0 based ending location, row or column number, before the scroll. |
long |
getEndValue2()
Deprecated. Internal use only |
java.lang.String |
getName()
Deprecated. Returns the name of the command. |
static java.lang.String |
getNextCommandName()
Deprecated. |
static long[] |
getStartEndValues(com.sas.servlet.beans.TableV2Interface tbl,
long cmdType)
Deprecated. Returns the new starting and ending values for displayed rows or columns depending on the command type requested. |
long |
getStartValue()
Deprecated. Returns the 0 based starting location, row or column number, before the scroll. |
long |
getStartValue2()
Deprecated. Internal use only |
void |
setAxis(int axis)
Deprecated. Sets the value for axis. |
void |
setAxis2(int axis)
Deprecated. Internal use only |
void |
setEndValue(long endValue)
Deprecated. Sets the 0 based ending location, row or column number, before the scroll. |
void |
setEndValue2(long endValue)
Deprecated. Internal use only |
void |
setStartValue(long startValue)
Deprecated. Sets the 0 based starting location, row or column number, before the scroll. |
void |
setStartValue2(long startValue)
Deprecated. Internal use only |
java.lang.String |
toString()
Deprecated. |
Field Detail |
---|
public static final int ROW
public static final int COLUMN
public static final long SCROLL_DOWN
public static final long SCROLL_DOWN_MAX
public static final long SCROLL_UP
public static final long SCROLL_UP_MAX
public static final long SCROLL_LEFT
public static final long SCROLL_LEFT_MAX
public static final long SCROLL_RIGHT
public static final long SCROLL_RIGHT_MAX
public static final long INITIALIZE_ROWS
public static final long INITIALIZE_COLUMNS
Constructor Detail |
---|
public TableScrollCommand(int axis, long startValue, long endValue)
axis
- axis associated with the command(TableScrollCommand.ROW to scroll the rows, TableScrollCommand.COLUMN to scroll the columns.startValue
- starting value (i.e. starting row)endValue
- ending value (i.e. ending row)setAxis(int)
,
setStartValue(long)
,
setEndValue(long)
Method Detail |
---|
public java.lang.String getName()
public static java.lang.String getNextCommandName()
public java.lang.String toString()
toString
in class java.lang.Object
public long getStartValue()
setStartValue(long)
public void setStartValue(long startValue)
startValue
- starting row or column number, before the scroll.getStartValue()
public long getEndValue()
setEndValue(long)
public void setEndValue(long endValue)
endValue
- ending row or column number, before the scroll.getEndValue()
public long getStartValue2()
public void setStartValue2(long startValue)
public long getEndValue2()
public void setEndValue2(long endValue)
public java.lang.Object clone()
clone
in class java.lang.Object
public int getAxis()
public void setAxis(int axis)
axis
- the scrolling axis.public int getAxis2()
public void setAxis2(int axis)
public static long[] getStartEndValues(com.sas.servlet.beans.TableV2Interface tbl, long cmdType) throws java.io.IOException
tbl
- table object.cmdType
- TableScrollCommand.SCROLL_DOWN, TableScrollCommand.SCROLL_DOWN_MAX,
TableScrollCommand.SCROLL_UP, TableScrollCommand.SCROLL_UP_MAX,
TableScrollCommand.SCROLL_LEFT, TableScrollCommand.SCROLL_LEFT_MAX,
TableScrollCommand.SCROLL_RIGHT, TableScrollCommand.SCROLL_RIGHT_MAX.
java.io.IOException
|
Components |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |