Package com.orchestranetworks.ui
Class UIRenderingMode
- java.lang.Object
-
- com.orchestranetworks.ui.UIRenderingMode
-
public final class UIRenderingMode extends Object
Defines the rendering mode of the UI.
-
-
Field Summary
Fields Modifier and Type Field Description static UIRenderingMode
DISPLAY
static UIRenderingMode
EDIT
static UIRenderingMode
PRINT
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description boolean
isDisplay()
boolean
isEdit()
boolean
isPrint()
Deprecated.String
toString()
For debugging purposes only.
-
-
-
Field Detail
-
EDIT
public static final UIRenderingMode EDIT
-
DISPLAY
public static final UIRenderingMode DISPLAY
-
PRINT
@Deprecated public static final UIRenderingMode PRINT
Deprecated.
-
-
Method Detail
-
isEdit
public boolean isEdit()
-
isDisplay
public boolean isDisplay()
-
isPrint
@Deprecated public boolean isPrint()
Deprecated.
-
-