|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.cc.framework.ui.model.CalendarMode
Enumeration for Calendar Modes
Field Summary | |
private static CalendarMode[] |
ALL
Collection with all elements |
static CalendarMode |
FIELDS
ButtonType: split into separate fields |
static CalendarMode |
INLINE
ButtonType: inline calendar |
private java.lang.String |
mode
Internal Mode Identifier |
static CalendarMode |
POPUP
ButtonType: popup calendar |
private static long |
serialVersionUID
Serial Version UID |
Constructor Summary | |
private |
CalendarMode(java.lang.String mode)
Constructor |
Method Summary | |
boolean |
equals(java.lang.Object obj)
Compares this type to the specified object. |
int |
hashCode()
|
static CalendarMode |
parse(java.lang.String code)
Creates for the argument an Object of Type CalendarMode |
java.lang.String |
toString()
Returns the mode |
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 CalendarMode POPUP
public static final CalendarMode INLINE
public static final CalendarMode FIELDS
private java.lang.String mode
private static final CalendarMode[] ALL
Constructor Detail |
private CalendarMode(java.lang.String mode)
mode
- Calendar ModeMethod Detail |
public java.lang.String toString()
public boolean equals(java.lang.Object obj)
obj
- The object to compare this CalendarMode
object
against.
true
if the internal types are equal;
false
otherwise.public int hashCode()
Object.hashCode()
public static CalendarMode parse(java.lang.String code)
code
- String to parse
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |