|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.ui.RunAt
The runat attribute tells a Control if it should work with or without server roundtrips. So possible values are:
Field Summary | |
private static RunAt[] |
ALL
Collection with all elements |
static RunAt |
AUTO
RunAt: AUTO |
static RunAt |
CLIENT
RunAt: SINGLE |
static RunAt |
DEFAULT
RunAt: NONE |
private static long |
serialVersionUID
Serial Version UID |
static RunAt |
SERVER
RunAt: MULTIPLE |
private java.lang.String |
type
The internal type |
Constructor Summary | |
private |
RunAt(java.lang.String type)
Constructor for RunAt |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares this type to the specified object. |
java.lang.String |
getType()
Returns a string representation for the object in upper case letters |
int |
hashCode()
|
static RunAt |
parse(java.lang.String code)
Creates for the argument an object of type RunAt |
java.lang.String |
toString()
Returns a string representation for the object |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final long serialVersionUID
public static final RunAt DEFAULT
public static final RunAt CLIENT
public static final RunAt SERVER
public static final RunAt AUTO
private java.lang.String type
private static final RunAt[] ALL
Constructor Detail |
private RunAt(java.lang.String type)
type
- The typeMethod Detail |
public boolean equals(java.lang.Object obj)
obj
- The object to compare this RunAt
object against.
true
if the internal types are equal;
false
otherwise.public int hashCode()
Object.hashCode()
public static RunAt parse(java.lang.String code)
code
- String to parse
public java.lang.String getType()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |