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 SummaryFields Modifier and Type Field Description static UIRenderingModeDISPLAYstatic UIRenderingModeEDITstatic UIRenderingModePRINTDeprecated.
 -   Method SummaryAll Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanisDisplay()booleanisEdit()booleanisPrint()Deprecated.StringtoString()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.
 
 
-