Package com.orchestranetworks.ui
Class UIHttpManagerComponent.CloseButtonSpec
- java.lang.Object
- com.orchestranetworks.ui.UIHttpManagerComponent.CloseButtonSpec
 
- Enclosing class:
- UIHttpManagerComponent
 
 - public static final class UIHttpManagerComponent.CloseButtonSpec extends Object Defines the appearance of the close button.
-   Field SummaryFields Modifier and Type Field Description static UIHttpManagerComponent.CloseButtonSpecCROSSDisplays a cross button on the top right.static UIHttpManagerComponent.CloseButtonSpecLOGOUTDisplays the standard log out button on the top right.
 -   Constructor SummaryConstructors Constructor Description CloseButtonSpec (String flag)
 -   Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringformat()booleanisCross()booleanisLogout()static UIHttpManagerComponent.CloseButtonSpecparse (String flag)
 
-   
-   Field Detail- LOGOUT- public static final UIHttpManagerComponent.CloseButtonSpec LOGOUT Displays the standard log out button on the top right.
 - CROSS- public static final UIHttpManagerComponent.CloseButtonSpec CROSS Displays a cross button on the top right.
 
 -   Constructor Detail- CloseButtonSpec- public CloseButtonSpec(String flag) 
 
 -   Method Detail- parse- public static UIHttpManagerComponent.CloseButtonSpec parse(String flag) 
 - format- public String format() 
 - isLogout- public boolean isLogout() 
 - isCross- public boolean isCross() 
 
 
-