|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.ui.web.impl.WebResource
com.sibvisions.rad.ui.web.impl.WebCursor
public class WebCursor
Web server implementation of ICursor.
| Field Summary | |
|---|---|
static String[] |
CURSORS
HTML cursor names corresponding to the type. |
| Fields inherited from interface javax.rad.ui.ICursor |
|---|
CROSSHAIR_CURSOR, DEFAULT_CURSOR, E_RESIZE_CURSOR, HAND_CURSOR, MOVE_CURSOR, N_RESIZE_CURSOR, NE_RESIZE_CURSOR, NW_RESIZE_CURSOR, S_RESIZE_CURSOR, SE_RESIZE_CURSOR, SW_RESIZE_CURSOR, TEXT_CURSOR, W_RESIZE_CURSOR, WAIT_CURSOR |
| Constructor Summary | |
|---|---|
protected |
WebCursor(int pType,
String pName)
Creates a new instance of WebCursor. |
| Method Summary | |
|---|---|
String |
getAsString()
Gets this Object as String. |
String |
getName()
Returns the name of this cursor. |
static ICursor |
getPredefinedCursor(int pType)
Gets a ICursor object with the specified type. |
static ICursor |
getSystemCustomCursor(String pCursorName)
Returns a system-specific custom ICursor object matching the
specified name. |
int |
getType()
Returns the type for this cursor. |
void |
setAsString(String pValue)
Sets this Object as String. |
| Methods inherited from class com.sibvisions.rad.ui.web.impl.WebResource |
|---|
getNullableAsString, getResource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface javax.rad.ui.IResource |
|---|
getResource |
| Field Detail |
|---|
public static final String[] CURSORS
| Constructor Detail |
|---|
protected WebCursor(int pType,
String pName)
WebCursor.
pType - the type.pName - the name.ICursor| Method Detail |
|---|
public String getAsString()
getAsString in class WebResourcepublic int getType()
getType in interface ICursorpublic String getName()
getName in interface ICursorpublic static ICursor getPredefinedCursor(int pType)
ICursor object with the specified type.
pType - the type of cursor
ICursorICursorpublic static ICursor getSystemCustomCursor(String pCursorName)
ICursor object matching the
specified name. Cursor names are, for example: "Invalid.16x16"
pCursorName - a string describing the desired system-specific custom cursor
ICursorpublic void setAsString(String pValue)
setAsString in class WebResourcepValue - the String.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||