|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sun.rave.web.ui.util.ClientType
public class ClientType
This class provides a typesafe enumeration of value types (see also ClientTypeEvaluator). The ClientTypeEvaluator and the ClientTypes are helper classes for UIComponents which accept value bindings that can be either single objects or a collection of objects (for example, an array). Typically, these components have to process input differently depending on the type of the value object.
ClientSniffer| Field Summary | |
|---|---|
static ClientType |
GECKO
Client type is Mozilla 6 or higher |
static ClientType |
IE5_5
Client type is IE 5, version 5.5 or higher |
static ClientType |
IE6
Client type is IE6 or higher |
static ClientType |
OTHER
Client type is not IE 5.5+ or gecko. |
| Method Summary | |
|---|---|
java.lang.String |
toString()
Get a String representation of the action |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final ClientType GECKO
public static final ClientType IE6
public static final ClientType IE5_5
public static final ClientType OTHER
| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||