|
SilverStream Application Server 3.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.sssw.shr.page.AgpHTMLUnitHelper
This class provides utility methods that assist in the design-time rendering of a page control.
| Constructor Summary | |
AgpHTMLUnitHelper()
|
|
| Method Summary | |
static void |
drawBorder(Graphics g,
int w,
int h)
|
static void |
drawBothScrollBars(Graphics g,
int w,
int h)
|
static void |
drawButton(Graphics g,
int x,
int y,
int w,
int h)
|
static void |
drawDownButton(Graphics g,
int x,
int y,
int w,
int h)
|
static void |
drawHScrollBar(Graphics g,
int w,
int h,
int itemcount,
int rowcount)
|
static void |
drawLeftButton(Graphics g,
int x,
int y,
int w,
int h)
|
static void |
drawRightButton(Graphics g,
int x,
int y,
int w,
int h)
|
static void |
drawUpButton(Graphics g,
int x,
int y,
int w,
int h)
|
static void |
drawVScrollBar(Graphics g,
int w,
int h,
int itemcount,
int rowcount)
|
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public AgpHTMLUnitHelper()
| Method Detail |
public static void drawBorder(Graphics g,
int w,
int h)
public static void drawButton(Graphics g,
int x,
int y,
int w,
int h)
public static void drawUpButton(Graphics g,
int x,
int y,
int w,
int h)
public static void drawDownButton(Graphics g,
int x,
int y,
int w,
int h)
public static void drawLeftButton(Graphics g,
int x,
int y,
int w,
int h)
public static void drawRightButton(Graphics g,
int x,
int y,
int w,
int h)
public static void drawVScrollBar(Graphics g,
int w,
int h,
int itemcount,
int rowcount)
public static void drawHScrollBar(Graphics g,
int w,
int h,
int itemcount,
int rowcount)
public static void drawBothScrollBars(Graphics g,
int w,
int h)
|
SilverStream Application Server 3.5 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||