|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sibvisions.rad.application.ApplicationUtil
public class ApplicationUtil
The ApplicationUtil is a utility class which provides methods and constants which will
be used from applications.
| Field Summary | |
|---|---|
static UICellFormat |
BLUE_CELL
Blue cell. |
static UINumberCellEditor |
CENTERED_NUMBER_EDITOR
Centered number cell editor. |
static UITextCellEditor |
CENTERED_TEXT_EDITOR
Centered text cell editor. |
static UICellFormat |
GREEN_CELL
Green cell. |
static UITextCellEditor |
MULTILINE_EDITOR
Multiline (text area) cell editor. |
static UICellFormat |
ORANGE_CELL
Orange cell. |
static UITextCellEditor |
PASSWORD_EDITOR
Passwort cell editor. |
static UICellFormat |
RED_CELL
Red cell. |
static UICellFormat |
YELLOW_CELL
Yellow cell. |
static UIChoiceCellEditor |
YESNO_EDITOR
Yes/No choice cell editor. |
| Constructor Summary | |
|---|---|
protected |
ApplicationUtil()
Invisible constructor, because ApplictionUtil is a utility class. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final UICellFormat RED_CELL
public static final UICellFormat ORANGE_CELL
public static final UICellFormat YELLOW_CELL
public static final UICellFormat BLUE_CELL
public static final UICellFormat GREEN_CELL
public static final UITextCellEditor PASSWORD_EDITOR
public static final UITextCellEditor CENTERED_TEXT_EDITOR
public static final UINumberCellEditor CENTERED_NUMBER_EDITOR
public static final UITextCellEditor MULTILINE_EDITOR
public static final UIChoiceCellEditor YESNO_EDITOR
| Constructor Detail |
|---|
protected ApplicationUtil()
ApplictionUtil is a utility class.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||